Commit graph

55 commits

Author SHA1 Message Date
Danilo G. Baio
393c55bdbf Remove MPL (without version) license
All ports now are using MPL[10|11|20] license.

Approved by:	portmgr (rene)
Differential Revision:	D12940
2017-11-04 13:14:01 +00:00
Danilo G. Baio
4251870dd5 Introduce versions of the Mozilla Public License (MPL)
MPL10 - https://opensource.org/licenses/MPL-1.0
MPL11 - https://opensource.org/licenses/MPL-1.1
MPL20 - https://opensource.org/licenses/MPL-2.0

More info about the Mozilla Public License:
https://www.mozilla.org/en-US/MPL/

Reviewed by:	amdmi3, mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D11696
2017-07-26 23:58:05 +00:00
Tobias Kortkamp
dc0e63addc Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D11487
2017-07-05 14:58:11 +00:00
Mathieu Arnold
f03d021325 Add the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE versions 1 and 2.
PR:		218843, 214492
Submitted by:	Dave Cottlehuber, Yuri Victorovich
Sponsored by:	Absolight
2017-05-10 12:47:37 +00:00
Mathieu Arnold
9b1667d542 The doc says: "LICENSE_PERMS Permissions; use "none" if empty."
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10214
2017-03-31 14:09:31 +00:00
Sunpoet Po-Chuan Hsieh
ba33313a9d Remove superfluous space
Differential Revision:	https://reviews.freebsd.org/D9162
Submitted by:	sunpoet (myself)
Reviewed by:	amdmi3
Approved by:	portmgr (mat)
2017-03-04 13:48:15 +00:00
Antoine Brodin
61673cd572 Do not auto accept the "NONE" license as we can't distribute packages or sources
With hat:	portmgr
2017-01-07 07:55:39 +00:00
Dmitry Marakasov
08b6e157a4 Add all Creative Commons licenses
Approved by:	portmgr (mat)
Differential Revision:	D7852
2016-09-13 12:24:51 +00:00
Dmitry Marakasov
2629c47f2b Add support added for LICENSE=NONE, use it when the port doesn't
have cleanly defined licensing terms.  Note that without clean
license allowing you to use and distribute the code it would be be
illegal to do so in many jurisdictions, so for ports with NONE
license no distfiles or packages are distributed.

While here, fix trailing whitespace in CHANGES.

Approved by:	portmgr (bapt)
Differential Revision:	D7816
2016-09-08 13:15:06 +00:00
Kubilay Kocak
7eef42f698 Mk/bsd.licenses.db.mk: Add UCIC/NCSA License
Add University of Illinois/NCSA Open Source License (aka UCIC) [1][2] used by the
LLVM project among others [3].

While I'm here:

 * Sort MIT license group values

[1] https://spdx.org/licenses/NCSA.html
[2] http://www.opensource.org/licenses/NCSA
[3] https://en.wikipedia.org/wiki/Category:Software_using_the_NCSA_license

Reviewed by:		antoine
Approved by:		portmgr (maintainer, antoine)
Differential Revision:	D5372
2016-02-21 09:41:32 +00:00
Dmitry Marakasov
94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00
Dmitry Marakasov
d861678bde Add support for "or later" variants of all GNU licenses.
Now you can use, for example,

    LICENSE=  GPLv2+

instead of incorrect

    LICENSE=  GPLv2 GPLv3

or inaccurate and not machine readable

    LICENSE=  GPLv2 # or later

Also add some categorization to licenses list and fix some
whitespace problems in bsd.licenses.db.mk

Approved by:	portmgr (bapt)
Differential Revision:	D4148
2016-01-12 14:20:35 +00:00
Kurt Jaeger
b682911423 Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0
PR:		203702
Approved by:	portmgr, eadler
2015-10-11 17:52:00 +00:00
Philippe Audeoud
500e384052 - Add Creative Commons Zero v1.0 Universal as license
CR:		D239
Approved by:	portmgr (bapt@)
2014-06-23 11:13:21 +00:00
Antoine Brodin
011795377d Use short name from spdx.org for OpenSSL license
Reviewed by:	eadler
Phabric:	D263
With hat:	portmgr
2014-06-21 16:10:13 +00:00
Antoine Brodin
e1a0a05fde Clarified Artistic License is compatible with GPL
With hat:	portmgr
2014-06-19 17:01:49 +00:00
Adam Weinberger
49db5b7e2a Use "ClArtistic" as the short name for the Clarified Artistic License.
Also, make it clear that short names come from the spdx.org list.

Requested by:	eadler
Approved by:	portmgr (bapt)
2014-06-19 14:51:20 +00:00
Eitan Adler
e55946fd7f Ask politely that people run changes to bsd.licences.mk and bsd.licenses.db.mk
by me before changing the license database and core logic.

Approved by:	portmgr (bapt)
2014-06-19 05:54:02 +00:00
Adam Weinberger
4176cc1e9f Add the Clarified Artistic License.
PR:	ports/187642
Approved by:	portmgr (bapt)
2014-06-18 22:51:02 +00:00
Mathieu Arnold
d701b8a5c3 Correct a typo in LPPL13a permissions.
Sponsored by:	Absolight
2014-05-25 19:27:18 +00:00
Philippe Audeoud
ef19ef51d9 - Add OpenSSL license
Approved by:	portmgr (antoine@)
2014-05-23 11:43:30 +00:00
Pietro Cerutti
a876460312 - Change PGSQL to PostgreSQL
Requested by:	eadler
Approved by:	portmgr (mat)
2014-02-19 14:44:07 +00:00
Pietro Cerutti
51d0ca689d - Add PostgreSQL license to the database
http://opensource.org/licenses/postgresql

Approved by:	portmgr (bapt)
2014-02-17 13:04:04 +00:00
John Marino
06d16aafc1 Add GMGPL to license database
The GNAT Modified General Public Licence is an older license that is
commonly used with Ada programs, specifically to address legal quirks
with the Ada generics feature.

It is meant to be used as "multi" licence in combination with GPL or
GPLv2.  It is not typically seen combined with GPLv3 to my knowledge.

Approved by:	portmgr (bapt)
2014-02-15 15:44:29 +00:00
John Marino
8c473b8d93 Define GPLv3RLE license (GPLv3 Runtime Library Exception)
The GCC ports either do not have any license defined, or they are defined
as GPLv3 which is not completely correct.  The runtime libraries in the
FSF-issued GCC releases have a standard exception to the GPLv3 license.
In order to properly reflect this, the GCC ports can define a "multi"
license, GPLv3 and GPLv3RLE, which are both in effect.

Concerns PR:	ports/185970
Approved by:	portmgr (bapt)
2014-02-12 23:26:36 +00:00
Antoine Brodin
9a0367f392 BSD4CLAUSE is FSF approved
With hat:	portmgr
2014-01-24 21:22:09 +00:00
Mathieu Arnold
c1facfeafb Replace a source of information that has disapeared[1] by another one[2]
Suggested by:	ohauer[1] eadler[2]
Approved by:	portmgr (implicit)
2013-12-30 23:06:37 +00:00
Olli Hauer
5e5f40cef5 - APACHE10 is not OSI Approved [1]
- fix AL2 in comment

[1] Regarding https://spdx.org/licenses/
[2] follow-up

Noted by mat@

PR:             ports/184785 [2]
Approved by:	portmgr (tabthorpe@) implicit
2013-12-30 22:56:00 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Eitan Adler
95af718359 bsd.licenses.db.mk: add versioned BSD license
Add the BSD-2-Clause, BSD-3-Clause, and BSD-4-Clause licenses.  Note that these
are very specific licenses and these identifiers should NOT be used for e.g.,
BSD-2-Clause-FreeBSD.

Approved by:	portmgr (tabthorpe)
2013-12-11 23:31:26 +00:00
Eitan Adler
2a0772d861 Templates, Mk/ lang/ruby*: add the RUBY license
The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby'
license.  This is not OSI approved.

Approved by:	portmgr (tabthorpe)
2013-12-11 23:07:43 +00:00
Bryan Drewery
8d55e8697f - Add new OFL(1.0 and 1.1 versions) font licenses
PR:		ports/183363
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
Reviewed by:	tabthorpe
With hat:	portmgr
2013-10-29 14:26:31 +00:00
Bryan Drewery
c1bb68f8b6 - Add Artistic License (perl) version 1.0
PR:		ports/182572
Submitted by:	bsam
Reviewed by:	tabthorpe
With hat:	portmgr
2013-10-11 11:58:00 +00:00
Bryan Drewery
c00af0f2f0 - The APACHE license is specifically rejected by copyfree at:
http://copyfree.org/rejected/

PR:		ports/177508
Submitted by:	Johannes Meixner <xmj@chaot.net>
With hat:	portmgr
2013-05-20 12:24:43 +00:00
Thomas Abthorpe
3b0c181796 - Add ZLIB license
PR:		ports/171611
Submitted by:	Chris Petrik <c.petrik.sosa gmail.com>
Approved by:	portmgr (implicit)
Feature safe:	yes
2012-10-12 15:07:31 +00:00
Thomas Abthorpe
1bd5f0b6b4 - Add AGPLv3 to the list, missed in last commit
PR:		ports/169499
Submitted by:	Bryan Drewery <bryan shatow.net>
Pointyhat to:	tabthorpe@
2012-06-28 01:32:40 +00:00
Thomas Abthorpe
988fb33cd3 - Set IGNORE if BATCH is set [1]
- Silence some output, set LICENCE_VERBOSE to enable [2]
- Add AGPLv3 as a license

PR:		ports/164870 [1] ports/165270 [2] ports/166066 [3]
Submitted by:	many
Exp-run by:	linimon
2012-06-26 15:27:54 +00:00
Martin Wilke
61d8acdb49 - Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:		151954 [1]
		161314 [2]
		167085 [3]
		167465 [4]
Submitted by:	Anonymous <swell.k@gmail.com> [1]
		dougb@ and Chris Rees <utisoft@gmail.com> [2]
		Garrett Cooper <yanegomi@gmail.com> [3]
		"Bryan Drewery" <bryan@shatow.net> [4]
Tested via:	phw
2012-05-23 08:17:49 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Thomas Abthorpe
9afffdbd14 - Add support for copyfree group of licenses
PR:a		ports/158776
Submitted by:	eadler@
2011-09-23 13:10:11 +00:00
Wen Heping
603eb542f3 - Add Zope Public License 2.1
PR:		ports/160434
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-23 08:50:56 +00:00
Pav Lucistnik
a33f88dc6a - Restore the rest of dropped licenses
Pointy hat to:	tabthorpe
2011-03-25 20:52:48 +00:00
Pav Lucistnik
c9f237e081 - Re-add ISCL to the list of licenses
Pointy hat to:	tabthorpe (licensing overlord)
Reported by:	pointyhat
2011-03-25 20:41:18 +00:00
Thomas Abthorpe
4229f233a1 - Add LaTeX Project Public Licenses
PR:		ports/151300
Submitted by:	Christopher Key <cjk32 cam.ac.uk>
2011-03-24 00:28:10 +00:00
Thomas Abthorpe
b4c88ee7c5 - Claim ownership for portmgr
Reviewed by:	pav
2011-03-17 14:29:58 +00:00
Wen Heping
36e0cc231d - Add Python Software Foundation License[1] as PSFL
[1] http://en.wikipedia.org/wiki/Python_Software_Foundation_License

PR:		ports/153341
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
2011-01-05 00:31:02 +00:00
Greg Larkin
6d8801bdf3 - Added PHP license - versions 2.02, 3.0 and 3.01
PR:		ports/152927
Submitted by:	Tom Judge <tom at tomjudge dot com>
Approved by:	alepulver (maintainer)
2010-12-10 19:09:20 +00:00
Boris Samorodov
bd086ab397 Add Internet Systems Consortium License (ISCL).
Approved by:	portmgr (pav)
2010-11-11 10:38:11 +00:00
Pav Lucistnik
f9a9a71843 - Add the Open Works License (OWL, http://sob.apotheon.org) to the list of
known licenses with auto-acceptance.  The OWL is a copyfree license similar
  to the BSD and MIT licenses.

PR:		ports/150608
Submitted by:	Sterling Camden <sterling@camdensoftware.com>
2010-10-29 12:06:14 +00:00
Henrik Brix Andersen
89bfa2916c Add the following licenses:
- GNU General Public License version 1
- Artistic License version 1.0
- Artistic License version 2.0

Reviewed by:	   erwin@
2010-08-02 18:24:26 +00:00