New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80474


Ignore:
Timestamp:
07/13/11 09:22:33 (4 years ago)
Author:
jmr@…
Message:

libtool license is distributable

File:
1 edited

Legend:

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

    r80453 r80474  
    2727# 'Restrictive' means a non-free license that does not allow distributing 
    2828# binaries, and is thus not in the list. 
    29 set good_licenses {agpl apache apsl artistic autoconf boost bsd cecill cpl curl 
    30                    fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper 
    31                    lgpl libpng mit mpl openssl php psf qpl public-domain 
    32                    restrictive/distributable ruby sleepycat ssleay tcl/tk x11 
    33                    zlib zpl} 
     29set good_licenses {agpl apache apsl artistic autoconf boost bsd cecill cpl 
     30                   curl fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper 
     31                   lgpl libpng libtool mit mpl openssl php psf qpl 
     32                   public-domain restrictive/distributable ruby sleepycat 
     33                   ssleay tcl/tk x11 zlib zpl} 
    3434foreach lic $good_licenses { 
    3535    set license_good($lic) 1 
Note: See TracChangeset for help on using the changeset viewer.