]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[legal] Add support for the Unmodified Binary Distribution Licence
authorMichael Brown <mcb30@ipxe.org>
Thu, 26 Feb 2015 15:58:42 +0000 (15:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 12:07:14 +0000 (12:07 +0000)
commit2782ccec412222cebafa35899328944acc643caa
tree932eb55354aa85640f6238e4ca6209e94cf1ac60
parent7aa689e3badf8c7c278b725d4fe1273399d52405
[legal] Add support for the Unmodified Binary Distribution Licence

Add the text for the Unmodified Binary Distribution Licence.  This
Licence allows for the distribution of unmodified binaries built from
publicly available source code, without imposing the obligations of
the GNU General Public License upon anyone who chooses to distribute
only the unmodified binaries built from that source code.  See the
licence text for the precise terms and conditions.

Add the licence GPL2_OR_LATER_OR_UBDL to the set of licences which can
be declared using FILE_LICENCE(), and add the corresponding support to
licence.pl.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
COPYING.UBDL [new file with mode: 0644]
src/include/compiler.h
src/util/licence.pl