New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83100


Ignore:
Timestamp:
08/25/11 15:28:43 (4 years ago)
Author:
dports@…
Message:

port_binary_distributable: AFL is OK but GPL-incompatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/portmgr/jobs/port_binary_distributable.tcl

    r82982 r83100  
    3535# to do so below. 
    3636# 'Noncommercial' means a license that prohibits commercial use. 
    37 set good_licenses {agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl 
     37set good_licenses {afl agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl 
    3838                   curl fontconfig freebsd freetype gfdl gd gpl gplconflict ibmpl ijg 
    3939                   jasper lgpl libpng libtool mit mpl noncommercial openssl permissive 
     
    4545# keep these values sorted 
    4646array 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} 
    4849    apache {cecill gpl-1 gpl-2} 
    4950    apache-1 {agpl gpl} 
     
    5152    apsl {cecill gpl} 
    5253    cpl {cecill gpl} 
    53     cecill {agpl 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} 
    5455    freetype {gpl-2} 
    55     gd {cecill gpl}     
    56     gpl {agpl 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} 
    5758    gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
    5859    gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
Note: See TracChangeset for help on using the changeset viewer.