summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2015-03-02 12:42:29 +0100
committerMichael Brown2015-03-02 15:17:24 +0100
commitd454d98d35eab40fe13f2c2a705443dd086d1a57 (patch)
tree7341ae6439c582a6c24ec7d873ba8de5c81806b3 /src/crypto
parent[legal] Add support for the Unmodified Binary Distribution Licence (diff)
downloadipxe-d454d98d35eab40fe13f2c2a705443dd086d1a57.tar.gz
ipxe-d454d98d35eab40fe13f2c2a705443dd086d1a57.tar.xz
ipxe-d454d98d35eab40fe13f2c2a705443dd086d1a57.zip
[legal] Add UBDL relicensing tool
The UBDL relicensing tool (util/relicense.pl) is designed to identify files which may be relicensed under a dual GPL+UBDL licence. It uses git-blame to identify the author of each line (using the -M and -C options to track lines moved or copied between files), and relicenses files for which all authors have given permission. The relicensing tool will ignore certain types of lines identified by git-blame: - empty lines - comments - standalone opening or closing braces - "#include ..." - "return 0;" - "return rc;" - "PCI_ROM(...)" - "FILE_LICENCE(...)" These lines either contain no meaningful content (e.g. empty lines), contain only non-copyrightable facts (e.g. PCI ROM IDs) or are sufficiently common within the codebase that git-blame is likely to misattribute their origin (e.g. "return 0"). Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto')
0 files changed, 0 insertions, 0 deletions