mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
33680374b3
commit
dc0e63addc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445082
@ -20,6 +20,8 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org
|
||||
# https://spdx.org/licenses/
|
||||
#
|
||||
# See also:
|
||||
# - Copyfree Licenses
|
||||
# http://copyfree.org/standard/licenses
|
||||
# - Wikipedia (article "Comparison of Free Software Licenses")
|
||||
# http://en.wikipedia.org/wiki/Comparison_of_free_software_licences
|
||||
#
|
||||
@ -41,7 +43,7 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org
|
||||
|
||||
_LICENSE_LIST= BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \
|
||||
ISCL MIT MPL NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \
|
||||
RUBY WTFPL1 WTFPL ZLIB ZPL21
|
||||
RUBY UNLICENSE WTFPL1 WTFPL ZLIB ZPL21
|
||||
|
||||
# GNU family
|
||||
_LICENSE_LIST+= AGPLv3 GPLv1 GPLv2 GPLv3 GPLv3RLE LGPL20 LGPL21 LGPL3
|
||||
@ -389,6 +391,9 @@ _LICENSE_NAME_NONE= No license specified
|
||||
_LICENSE_GROUPS_NONE= # empty
|
||||
_LICENSE_PERMS_NONE= none
|
||||
|
||||
_LICENSE_NAME_UNLICENSE= The Unlicense
|
||||
_LICENSE_GROUPS_UNLICENSE= COPYFREE FSF GPL
|
||||
|
||||
_LICENSE_NAME_WTFPL1= Do What the Fuck You Want To Public License version 1
|
||||
_LICENSE_GROUPS_WTFPL1= GPL FSF COPYFREE
|
||||
|
||||
|
24
Templates/Licenses/UNLICENSE
Normal file
24
Templates/Licenses/UNLICENSE
Normal file
@ -0,0 +1,24 @@
|
||||
This is free and unencumbered software released into the public domain.
|
||||
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||
distribute this software, either in source code form or as a compiled
|
||||
binary, for any purpose, commercial or non-commercial, and by any
|
||||
means.
|
||||
|
||||
In jurisdictions that recognize copyright laws, the author or authors
|
||||
of this software dedicate any and all copyright interest in the
|
||||
software to the public domain. We make this dedication for the benefit
|
||||
of the public at large and to the detriment of our heirs and
|
||||
successors. We intend this dedication to be an overt act of
|
||||
relinquishment in perpetuity of all present and future rights to this
|
||||
software under copyright law.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
For more information, please refer to <http://unlicense.org/>
|
@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Mailcap module that correctly handles windcard entries
|
||||
|
||||
LICENSE= PD
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -13,9 +13,7 @@ COMMENT= Highly DNS-, DoS- and abuse-aware loadbalancer
|
||||
|
||||
LICENSE= GPLv2 UNLICENSE
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_NAME_UNLICENSE= The Unlicense
|
||||
LICENSE_FILE_UNLICENSE= ${WRKSRC}/ext/incbin/UNLICENSE
|
||||
LICENSE_PERMS_UNLICENSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
|
||||
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
|
||||
|
@ -15,10 +15,6 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/inih/inih/LICENSE.txt
|
||||
LICENSE_FILE_BSL= ${WRKSRC}/externals/catch/LICENSE.txt
|
||||
LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt
|
||||
LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch
|
||||
LICENSE_NAME_UNLICENSE= The Unlicense
|
||||
LICENSE_TEXT_UNLICENSE= See http://unlicense.org/
|
||||
LICENSE_PERMS_UNLICENSE= ${_LICENSE_PERMS_PD}
|
||||
LICENSE_GROUPS_UNLICENSE= ${_LICENSE_GROUPS_PD}
|
||||
|
||||
BUILD_DEPENDS= boost-libs>=1.57:devel/boost-libs
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
@ -7,7 +7,7 @@ CATEGORIES= security
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Tool to encrypt files to yourself for long-term archival
|
||||
|
||||
LICENSE= PD
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
||||
|
||||
USES= gmake
|
||||
|
@ -11,11 +11,9 @@ MAINTAINER= petteri.valkonen@iki.fi
|
||||
COMMENT= Command line search tool
|
||||
|
||||
LICENSE= MIT UNLICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_NAME_UNLICENSE= The Unlicense
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_UNLICENSE= ${WRKSRC}/UNLICENSE
|
||||
LICENSE_PERMS_UNLICENSE=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= cargo
|
||||
USE_GITHUB= yes
|
||||
|
@ -11,10 +11,8 @@ DISTNAME= URLObject-${PORTVERSION}
|
||||
MAINTAINER= freebsd@skinc.ru
|
||||
COMMENT= Utility class for manipulating URLs
|
||||
|
||||
LICENSE= Unlicense
|
||||
LICENSE_NAME= The Unlicense
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
@ -10,9 +10,7 @@ MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Pure-Ruby library for working with RDF data
|
||||
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_NAME= Unlicense
|
||||
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
RUN_DEPENDS= rubygem-hamster>=3.0:devel/rubygem-hamster \
|
||||
rubygem-link_header>=0.0.8:www/rubygem-link_header
|
||||
|
@ -10,9 +10,7 @@ MAINTAINER= araujo@FreeBSD.org
|
||||
COMMENT= Program for downloading videos from YouTube.com
|
||||
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_NAME= The Unlicense
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= zip:archivers/zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user