Changeset 83126
- Timestamp:
- 08/25/11 20:17:35 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/jobs/port_binary_distributable.tcl
r83100 r83126 43 43 set license_good($lic) 1 44 44 } 45 46 proc all_licenses_except { args } { 47 global good_licenses 48 set remaining $good_licenses 49 foreach arg $args { 50 set remaining [lsearch -inline -all -not -exact $remaining $arg] 51 } 52 return [list $remaining] 53 } 54 45 55 # keep these values sorted 46 56 array set license_conflicts \ 47 {afl {cecill gpl}57 "afl {cecill gpl} 48 58 agpl {apache-1 apache-1.1 cecill gpl-1 gpl-2 gplconflict noncommercial restrictive/distributable} 49 59 apache {cecill gpl-1 gpl-2} … … 65 75 mpl {cecill gpl} 66 76 openssl {cecill gpl} 77 opensslexception [all_licenses_except openssl ssleay] 67 78 php {cecill gpl} 68 79 qpl {cecill gpl} 69 80 restrictive/distributable {agpl cecill gpl} 70 81 ssleay {cecill gpl} 71 zpl-1 {cecill gpl} }82 zpl-1 {cecill gpl}" 72 83 73 84 proc printUsage {} {
Note: See TracChangeset
for help on using the changeset viewer.

