non port: Mk/bsd.licenses.db.mk |
SVNWeb
|
Number of commits found: 60 |
Wed, 20 Jul 2022
|
[ 19:40 Tobias C. Berner (tcberner) ] 2c54d26 (Only the first 10 of 11 ports in this commit are shown above. )
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA <knu@FreeBSD.org>
* Alejandro Pulver <alepulver@FreeBSD.org>
* Edwin Groothuis <edwin@freebsd.org>
* Ernst de Haan <znerd@FreeBSD.org>
* Florent Thoumie <flz@FreeBSD.org>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Mark Linimon <linimon@FreeBSD.org>
* Shaun Amott <shaun@inerd.com>
With hat: portmgr
Reported by: mat
|
Sun, 24 Apr 2022
|
[ 10:00 Tobias C. Berner (tcberner) ] aa25396 (Only the first 10 of 118 ports in this commit are shown above. )
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
|
Fri, 21 May 2021
|
[ 18:27 Ka Ho Ng (khng) ] e6b553e
Mk/bsd.licenses.db.mk: Add ODbL license
A summary of the license can be found at
https://opendatacommons.org/licenses/odbl/ .
Approved by: lwhsu (ports), portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D30327
|
Wed, 7 Apr 2021
|
[ 20:48 Yuri Victorovich (yuri) ] cdea03a
Mk/bsd.licenses.db.mk: Add BSD0CLAUSE license
PR: 254844
Approved by: adamw on behalf of portmgr
|
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Sat, 4 Nov 2017
|
[ 13:14 dbaio ]
Remove MPL (without version) license
All ports now are using MPL[10|11|20] license.
Approved by: portmgr (rene)
Differential Revision: D12940
|
Wed, 26 Jul 2017
|
[ 23:58 dbaio ]
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
|
Wed, 5 Jul 2017
|
[ 14:58 tobik ]
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
|
Wed, 10 May 2017
|
[ 12:47 mat ]
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
|
Fri, 31 Mar 2017
|
[ 14:09 mat ]
The doc says: "LICENSE_PERMS Permissions; use "none" if empty."
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10214
|
Sat, 4 Mar 2017
|
[ 13:48 sunpoet ]
Remove superfluous space
Differential Revision: https://reviews.freebsd.org/D9162
Submitted by: sunpoet (myself)
Reviewed by: amdmi3
Approved by: portmgr (mat)
|
Sat, 7 Jan 2017
|
[ 07:55 antoine ]
Do not auto accept the "NONE" license as we can't distribute packages or sources
With hat: portmgr
|
Tue, 13 Sep 2016
|
[ 12:24 amdmi3 ]
Add all Creative Commons licenses
Approved by: portmgr (mat)
Differential Revision: D7852
|
Thu, 8 Sep 2016
|
[ 13:15 amdmi3 ]
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
|
Sun, 21 Feb 2016
|
[ 09:41 koobs ]
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
|
Tue, 12 Jan 2016
|
[ 14:33 amdmi3 ] (Only the first 10 of 26 ports in this commit are shown above. )
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
|
[ 14:20 amdmi3 ]
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
|
Sun, 11 Oct 2015
|
[ 17:52 pi ]
Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0
PR: 203702
Approved by: portmgr, eadler
|
Mon, 23 Jun 2014
|
[ 11:13 jadawin ]
- Add Creative Commons Zero v1.0 Universal as license
CR: D239
Approved by: portmgr (bapt@)
|
Sat, 21 Jun 2014
|
[ 16:10 antoine ]
Use short name from spdx.org for OpenSSL license
Reviewed by: eadler
Phabric: D263
With hat: portmgr
|
Thu, 19 Jun 2014
|
[ 17:01 antoine ]
Clarified Artistic License is compatible with GPL
With hat: portmgr
|
[ 14:51 adamw ]
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)
|
[ 05:54 eadler ]
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)
|
Wed, 18 Jun 2014
|
[ 22:51 adamw ]
Add the Clarified Artistic License.
PR: ports/187642
Approved by: portmgr (bapt)
|
Sun, 25 May 2014
|
[ 19:27 mat ]
Correct a typo in LPPL13a permissions.
Sponsored by: Absolight
|
Fri, 23 May 2014
|
[ 11:43 jadawin ]
- Add OpenSSL license
Approved by: portmgr (antoine@)
|
Wed, 19 Feb 2014
|
[ 14:44 gahr ]
- Change PGSQL to PostgreSQL
Requested by: eadler
Approved by: portmgr (mat)
|
Mon, 17 Feb 2014
|
[ 13:04 gahr ]
- Add PostgreSQL license to the database
http://opensource.org/licenses/postgresql
Approved by: portmgr (bapt)
|
Sat, 15 Feb 2014
|
[ 15:44 marino ]
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)
|
Wed, 12 Feb 2014
|
[ 23:26 marino ]
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)
|
Fri, 24 Jan 2014
|
[ 21:22 antoine ]
BSD4CLAUSE is FSF approved
With hat: portmgr
|
Mon, 30 Dec 2013
|
[ 23:06 mat ]
Replace a source of information that has disapeared[1] by another one[2]
Suggested by: ohauer[1] eadler[2]
Approved by: portmgr (implicit)
|
[ 22:56 ohauer ]
- 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
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- 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@)
|
Wed, 11 Dec 2013
|
[ 23:31 eadler ]
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)
|
[ 23:07 eadler ]
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)
|
Tue, 29 Oct 2013
|
[ 14:26 bdrewery ]
- 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
|
Fri, 11 Oct 2013
|
[ 11:58 bdrewery ]
- Add Artistic License (perl) version 1.0
PR: ports/182572
Submitted by: bsam
Reviewed by: tabthorpe
With hat: portmgr
|
Mon, 20 May 2013
|
[ 12:24 bdrewery ]
- 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
|
Fri, 12 Oct 2012
|
[ 15:07 tabthorpe ]
- Add ZLIB license
PR: ports/171611
Submitted by: Chris Petrik <c.petrik.sosa gmail.com>
Approved by: portmgr (implicit)
Feature safe: yes
|
Thu, 28 Jun 2012
|
[ 01:32 tabthorpe ]
- Add AGPLv3 to the list, missed in last commit
PR: ports/169499
Submitted by: Bryan Drewery <bryan shatow.net>
Pointyhat to: tabthorpe@
|
Tue, 26 Jun 2012
|
[ 15:27 tabthorpe ]
- 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
|
Wed, 23 May 2012
|
[ 08:17 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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
|
Mon, 9 Jan 2012
|
[ 15:41 tabthorpe ] (Only the first 10 of 107 ports in this commit are shown above. )
- 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
|
Fri, 23 Sep 2011
|
[ 13:10 tabthorpe ]
- Add support for copyfree group of licenses
PR:a ports/158776
Submitted by: eadler@
|
[ 08:50 wen ]
- Add Zope Public License 2.1
PR: ports/160434
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Fri, 25 Mar 2011
|
[ 20:52 pav ]
- Restore the rest of dropped licenses
Pointy hat to: tabthorpe
|
[ 20:41 pav ]
- Re-add ISCL to the list of licenses
Pointy hat to: tabthorpe (licensing overlord)
Reported by: pointyhat
|
Thu, 24 Mar 2011
|
[ 00:28 tabthorpe ]
- Add LaTeX Project Public Licenses
PR: ports/151300
Submitted by: Christopher Key <cjk32 cam.ac.uk>
|
Thu, 17 Mar 2011
|
[ 14:29 tabthorpe ]
- Claim ownership for portmgr
Reviewed by: pav
|
Wed, 5 Jan 2011
|
[ 00:31 wen ]
- 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>
|
Fri, 10 Dec 2010
|
[ 19:09 glarkin ]
- 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)
|
Thu, 11 Nov 2010
|
[ 10:38 bsam ]
Add Internet Systems Consortium License (ISCL).
Approved by: portmgr (pav)
|
Fri, 29 Oct 2010
|
[ 12:06 pav ]
- 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>
|
Mon, 2 Aug 2010
|
[ 18:24 brix ]
Add the following licenses:
- GNU General Public License version 1
- Artistic License version 1.0
- Artistic License version 2.0
Reviewed by: erwin@
|
Tue, 22 Jun 2010
|
[ 19:50 rene ]
Add the Eclipse Public License
Approved by: alepulver (maintainer), tabthorpe (mentor)
Feature safe: yes
|
Wed, 16 Jun 2010
|
[ 20:33 kwm ]
Add LGPL20 or GNU Library General Public License version 2.0.
Link to the license: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
|
Thu, 10 Jun 2010
|
[ 17:04 avilla ]
- Add GNU Free Documentation License to bsd.licenses.db.mk.
Approved by: alepulver (maintainer), tabthorpe (mentor)
|
Fri, 4 Jun 2010
|
[ 21:41 kwm ]
Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.
So make a LGPL21 and LGPL3 value for the license framework.
Replace the LGPL used in ports with LGPL21. (checked all consumers)
Obtained from: http://www.gnu.org/licenses/ (Under License URL's)
|
Tue, 25 May 2010
|
[ 00:25 alepulver ]
- Add ports license framework, from GSoc 2008/2009.
- Feel free to populate bsd.licenses.db.mk and adjust the variables:
NO_LICENSES_INSTALL and NO_LICENSES_DIALOGS (default to off).
- For more information see http://wiki.freebsd.org/PortsLicenseInfrastructure
Reviewed by: erwin
|
Number of commits found: 60 |