Ticket #32282: proposed-patch.diff
File proposed-patch.diff, 1.8 KB (added by ci42, 13 years ago) |
---|
-
port_binary_distributable.tcl
36 36 # 'Noncommercial' means a license that prohibits commercial use. 37 37 set good_licenses {afl agpl apache apsl artistic autoconf beopen bitstreamvera \ 38 38 boost bsd bsd-old cecill cecill-b cecill-c cnri copyleft \ 39 cpl curl epl fpll fontconfig freetype gd gfdl gpl \39 cpl curl epl erlangpl fpll fontconfig freetype gd gfdl gpl \ 40 40 gplconflict ibmpl ijg isc jasper lgpl libtool lppl mit \ 41 41 mpl ncsa noncommercial openldap openssl permissive php \ 42 42 psf public-domain qpl restrictive/distributable ruby \ … … 66 66 bsd-old {cecill gpl} 67 67 cnri {cecill gpl} 68 68 cpl {cecill gpl} 69 cecill {afl agpl apache apsl beopen bsd-old cnri cpl epl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1}69 cecill {afl agpl apache apsl beopen bsd-old cnri cpl epl erlangpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} 70 70 epl {cecill gpl} 71 erlangpl {cecill gpl} 71 72 freetype {gpl-2} 72 73 gd {cecill gpl} 73 gpl {afl agpl apache-1 apache-1.1 apsl beopen cnri bsd-old cpl epl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1}74 gpl {afl agpl apache-1 apache-1.1 apsl beopen cnri bsd-old cpl epl erlangpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} 74 75 gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} 75 76 gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 76 77 gpl-3 {gpl-1 gpl-2}