New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80410


Ignore:
Timestamp:
07/12/11 05:55:53 (4 years ago)
Author:
jmr@…
Message:

add Restrictive/Distributable to distributable license list

File:
1 edited

Legend:

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

    r80391 r80410  
    2121set check_deptypes {depends_build depends_lib} 
    2222 
     23 
     24# Notes: 
     25# 'Restrictive/Distributable' means a non-free license that nonetheless allows 
     26# distributing binaries. 
     27# 'Restrictive' means a non-free license that does not allow distributing 
     28# binaries, and is thus not in the list. 
    2329set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl 
    2430                   fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper 
    2531                   lgpl libpng mit mpl openssl php psf qpl public-domain 
    26                    ruby sleepycat ssleay x11 zlib zpl} 
     32                   restrictive/distributable ruby sleepycat ssleay x11 zlib 
     33                   zpl} 
    2734foreach lic $good_licenses { 
    2835    set license_good($lic) 1 
Note: See TracChangeset for help on using the changeset viewer.