Changeset 83100
- Timestamp:
- 08/25/11 15:28:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/jobs/port_binary_distributable.tcl
r82982 r83100 35 35 # to do so below. 36 36 # 'Noncommercial' means a license that prohibits commercial use. 37 set good_licenses {a gpl apache apsl artistic autoconf boost bsd cecill copyleft cpl37 set good_licenses {afl agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl 38 38 curl fontconfig freebsd freetype gfdl gd gpl gplconflict ibmpl ijg 39 39 jasper lgpl libpng libtool mit mpl noncommercial openssl permissive … … 45 45 # keep these values sorted 46 46 array set license_conflicts \ 47 {agpl {apache-1 apache-1.1 cecill gpl-1 gpl-2 gplconflict noncommercial restrictive/distributable} 47 {afl {cecill gpl} 48 agpl {apache-1 apache-1.1 cecill gpl-1 gpl-2 gplconflict noncommercial restrictive/distributable} 48 49 apache {cecill gpl-1 gpl-2} 49 50 apache-1 {agpl gpl} … … 51 52 apsl {cecill gpl} 52 53 cpl {cecill gpl} 53 cecill {a gpl apache apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1}54 cecill {afl agpl apache apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 54 55 freetype {gpl-2} 55 gd {cecill gpl} 56 gpl {a gpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1}56 gd {cecill gpl} 57 gpl {afl agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 57 58 gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} 58 59 gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+}
Note: See TracChangeset
for help on using the changeset viewer.

