summaryrefslogtreecommitdiff
path: root/mk/license.mk
AgeCommit message (Collapse)AuthorFilesLines
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
2007-11-08Add open-font-license to list of licenses accepted by default.joerg1-2/+3
Discussed on tech-pkg.
2007-08-22Describe DEFAULT_ACCEPTABLE_LICENSES better.gdt1-13/+14
Add GPL v3 to DEFAULT_ACCEPTABLE_LICENSES. Add plan for dealing with Free licenses that have not been approved as Free.
2007-08-14s/accept all licenses/bypass license checks/gdt1-2/+2
2007-08-14_ACCEPTABLE is used by some bulk builders.rillig1-1/+4
2007-07-20Added the license-handling code from bsd.pkg.mk to here. When this filerillig1-6/+23
will become active, the corresponding code will be cleaned up in bsd.pkg.mk.
2007-07-20Rework list of default acceptable licenses.gdt1-18/+31
Use lower case to be consistent with existing license names. Declare that free/open licenses do not have -license at the end. Better articulate rationale for default choice. Add x11 license (also called mit). Note 'wait and see' stance towards gnu-gpl-v3.
2007-07-06Fixed typos from the last commit. Clarified how ACCEPTABLE_LICENSES canrillig1-9/+8
be set in mk.conf.
2007-07-05Revise and expand discussion of variables. Avoid the phrase "the usergdt1-8/+29
accepting the license"; that sounds too close to a contract issue. Pkgsrc's license framework is merely about not building a package with a license not on the ok list by accident, and is not intended to have any contractual effects. Split comment about 'package user" into separate concepts of installing binary packages and running programs in packages. Add XXX about how DEFAULT_ACCEPTABLE_LICENSES relates to the initial value of ACCEPTABLE_LICENSES.
2007-07-03Added a first draft for the licenses framework.rillig1-0/+59