summaryrefslogtreecommitdiff
path: root/mk/license.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-02-10Add paratype to default-allowed licenses, since it is basically ofl-v1.1.wiz1-1/+2
2015-09-13Add vera-ttf-license as DEFAULT_ACCEPTABLE_LICENSES.leot1-1/+5
The vera-ttf-license is neither approved by OSI nor FSF but it is mostly in line with Free Software principles. It is also accepted by the DFSG. Discussed on tech-pkg@: http://mail-index.netbsd.org/tech-pkg/2015/09/10/msg015570.html
2015-08-02Add lppl-1.0 license.markd1-2/+2
2015-07-17zpl -> zpl-2.0, add zpl-2.1wiz1-2/+3
2015-05-08Add lppl-1.2, an older version of lppl-1.3c, and add it to default-allowedwiz1-2/+2
like the 1.3c version.
2015-05-02Add the GUST Font Source License (GFSL) fromwiz1-1/+2
http://ctan.org/license/gfsl Since this is basically the LaTeX Project Public License with one clause removed, add it to the default acceptable licenses. (lppl is fine with both OSI and FSF and already allowed.)
2015-04-25Remove esdl from the list of default acceptable licences.reinoud1-2/+1
My bad, should have looked more clearly at the name of the list... DUH! Thanks Thomas :)
2015-04-24Add esdl licensereinoud1-1/+2
2015-04-19DEFAULT_ACCEPTABLE_LICENSES+=w3crodent1-1/+2
2015-03-22osl 3.0 should be default acceptable (it is both FSF and OSI approved)tnn1-1/+2
2015-01-08The list of licences pointed to from http://www.fsf.org/licensing/prlw11-2/+2
now points to http://www.gnu.org/licenses/license-list.html
2014-10-12Simplify PKG_DEVELOPER checks.joerg1-2/+2
2014-05-15Add openssl license and allow it by default, since it's FSF approved:wiz1-1/+2
http://www.gnu.org/licenses/license-list.en.html#OpenSSL
2014-04-16Add cecill-2.1 and allow it per default.wiz1-1/+2
OSI-approved, see http://opensource.org/licenses/CECILL-2.1
2014-03-19Fix typo.wiz1-2/+2
2014-03-18Add European Union Public Licence and add it to default allowed licenses,wiz1-1/+2
since it's OSI-approved: http://opensource.org/licenses/EUPL-1.1 ok@ gdt
2013-07-09adding cc0-1.0-universal license (a public domain license by creativesno1-1/+2
commons).
2013-05-05Adding sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE. Approved by FSF:rodent1-1/+2
http://www.gnu.org/licenses/license-list.en.html#SGIFreeB
2013-04-19DEFAULT_ACCEPTABLE+=arphic-public; See:rodent1-1/+2
http://www.gnu.org/licenses/license-list.html#Arphic
2013-04-08Removed comment regarding the changing of open-font-license to open-font.rodent1-4/+2
Added ofl-v1.0 ofl-v1.1 and removed open-font-license.
2013-03-14Add qpl-v1.0 (non-copyleft free) to default acceptable.wiz1-1/+2
2013-03-14Sort DEFAULT_ACCEPTABLE_LICENSES.wiz1-21/+25
2012-12-13Add Sleepycat Public License, used by Oracle's Berkely DB.gdt1-2/+3
This is Open and Free: http://directory.fsf.org/wiki/License:Sleepycat http://opensource.org/licenses/sleepycat
2012-04-28Add IBM public license 1.0christos1-1/+2
2012-04-15Add the Lucent Public License v1.02 to DEFAULT_ACCEPTABLE_LICENSES. It isbrook1-1/+2
approved as open source by OSI.
2012-01-28Add zlib license.wiz1-1/+2
2012-01-04Add Mozilla Public License v2.0 (mpl-2.0) and mark it as default-acceptable.wiz1-2/+2
2011-12-15Add epl-v1.0 to DEFAULT_ACCEPTABLE_LICENSES.ryoon1-2/+3
2011-12-14Add lppl-1.3c to DEFAULT_ACCEPTABLE_LICENSES.minskim1-2/+3
2011-11-30Drop Affero GPL from DEFAULT_ACCEPTABLE_LICENSES.gdt1-4/+9
Add explanation of why: # As an exception to the Open Source or Free policy, the board # of The NetBSD Foundation has decided that licenses that # trigger obligations from use (rather than redistribution), # such as the Affero GPL, should not be in # DEFAULT_ACCEPTABLE_LICENSES. ok board@
2011-11-29Add gnu-agpl-v3 to DEFAULT_ACCEPTABLE_LICENSES.ryoon1-2/+3
Sync with pkgsrc/pkgtools/pkg_install/files/lib/license.c. XXX I follow documented policy in mk/license.mk.
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-2/+2
to santise environment
2011-06-24Add php license to DEFAULT_ACCEPTABLE_LICENSES.taca1-2/+2
2011-05-08Add mplusfont and cc-by-sa-v3.0 to the default list.ryoon1-2/+4
2011-04-22Added postgresql-licenseadam1-1/+2
2011-04-01Allow GNU GPL v1 by default.wiz1-1/+2
2011-03-17Add unlicense from http://unlicense.org/ and add it tobad1-2/+2
DEFAULT_ACCEPTABLE_LICENSES.
2011-02-06Bring in boost-license, 1.0. Certified by OSI as an Open Sourceschnoebe1-2/+3
license.
2011-01-16Improve output when license (combination) is not accepted by user.wiz1-5/+7
2011-01-13Add png-license and add it to the default-allowed licenses.wiz1-1/+2
(very similar to mit or modified-bsd, but different)
2010-08-24I'm fed up with having to waste time because PKG_DEVELOPER is "special" andbad1-2/+2
can't be disabled by setting it to "no" like the other variables. Besides, flavor/pkg/metadata.mk has been expecting for a long time that "no" is a valid value. Make PKG_DEVELOPER DWIM.
2010-05-06Add isc license as default acceptable license.obache1-2/+3
2010-04-26Add ipafont to DEFAULT_ACCEPTABLE_LICENSE.obache1-2/+3
2010-01-21Added LICENSE information for zip/unzip. The license is not approved byheinz1-1/+4
OSI but it is derived from BSD so I added it to the acceptable set of licenses.
2010-01-21Added LICENSE information for Python. The license was approved by OSIheinz1-2/+3
so I added it to the acceptable set of licenses.
2009-10-25Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.wiz1-2/+2
2009-07-26Add mpl-1.0 (Mozilla Public License), and allow it by default.wiz1-2/+2
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.)
2009-07-15Add text about AND/OR conditions.joerg1-6/+12
2009-07-15Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.ver1-2/+3
Use eggs instead of distutils. Remove patch-aa as it no longer applies. Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES. Patch posted to pkgsrc-users@ and okayed by agc@.
2009-07-10Mozilla Public License 1.1 (which is OSI approved).tron1-2/+3