New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83378


Ignore:
Timestamp:
08/30/11 17:05:53 (4 years ago)
Author:
dports@…
Message:

port_binary_distributable: LPPL is also OK but GPL-conflicting

File:
1 edited

Legend:

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

    r83126 r83378  
    3737set good_licenses {afl agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl 
    3838                   curl fontconfig freebsd freetype gfdl gd gpl gplconflict ibmpl ijg 
    39                    jasper lgpl libpng libtool mit mpl noncommercial openssl permissive 
     39                   jasper lgpl lppl libpng libtool mit mpl noncommercial openssl permissive 
    4040                   php psf qpl public-domain restrictive/distributable ruby sleepycat 
    4141                   ssleay tcl/tk x11 zlib zpl} 
     
    6262    apsl {cecill gpl} 
    6363    cpl {cecill gpl} 
    64     cecill {afl agpl apache apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
     64    cecill {afl agpl apache apsl cpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
    6565    freetype {gpl-2} 
    6666    gd {cecill gpl} 
    67     gpl {afl agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
     67    gpl {afl agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
    6868    gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
    6969    gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
     
    7373    lgpl-3 {gpl-1 gpl-2} 
    7474    lgpl-3+ {gpl-1 gpl-2} 
     75    lppl {cecill gpl} 
    7576    mpl {cecill gpl} 
    7677    openssl {cecill gpl} 
Note: See TracChangeset for help on using the changeset viewer.