summaryrefslogtreecommitdiff
path: root/mk/license.mk
AgeCommit message (Collapse)AuthorFilesLines
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
2009-06-29Don't call pkg_admin check-license if the version is too old to supportjoerg1-8/+24
it. Explicitly fail in that case and inform the user to update. If the license condition is simple, provide a C&P-table line. OK wiz@
2009-06-14Use pkg_admin check-license to allow more complex conditions:joerg1-19/+45
- LICENSE= foo OR bar - LICENSE= foo AND bar - LICENSE= (foo OR bar) AND baz
2009-06-03Add the MirOS license (OSS certified) as default acceptable.ahoka1-2/+2
2009-05-26Add the "MIT" license, fromhe1-2/+2
http://www.opensource.org/licenses/mit-license.php and add it to DEFAULT_ACCEPTABLE_LICENSES. Based on hints from joerg@.
2009-05-21Remove bogus gnu-gpl-v2.1.wiz1-2/+2
2009-05-21add gnu-gpl-v2.1 as default acceptablesno1-2/+2
2009-05-18Accept GNU FDL by default (all three versions).wiz1-1/+2
2009-05-14Added CPL version 1.0martti1-1/+2
2009-04-30Point to the copy of DEFAULT_ACCEPTABLE_LICENSES in pkg_installgdt1-6/+16
sources, and add a comment opining that there should be only a single place to configure the default and per-machine lists for both source and binary package building/installation.
2009-04-29Add apache-1.1 to DEFAULT_ACCEPTABLE_LICENSES.gdt1-5/+2
Remove comment that this file has draft status - it's live now.
2009-04-25Add artistic and artistic-2.0 to DEFAULT_ACCEPTABLE_LICENSES.gdt1-1/+2
2009-04-23Adjust to current realitygdt1-10/+7
remove comment about '#LICENSE=' lines because license.mk is not live rephrase comment saying that we will likely add licenses not formally Free or Open source to the default list if they are obviously approvable, but we'll note this with comments
2009-04-23Add gnu-lgpl-v2.1 to DEFAULT_ACCEPTABLE_LICENSES.gdt1-2/+2
2009-04-08Switch to the license handling in license.mk.wiz1-8/+17
The following licenses are accepted by default: public-domain gnu-gpl-v2 gnu-lgpl-v2 gnu-gpl-v3 gnu-lgpl-v3 original-bsd modified-bsd x11 apache-2.0 cddl-1.0 open-font-license All packages should now be converted to define their LICENSE. Show a warning when PKG_DEVELOPER is set but LICENSE is not defined.
2009-03-25Added the keyword "licence" for "make help".rillig1-1/+3
2008-01-09Document notion that Free/Open licenses do not end in -license.gdt1-10/+18