Index: head/Mk/bsd.licenses.db.mk =================================================================== --- head/Mk/bsd.licenses.db.mk +++ head/Mk/bsd.licenses.db.mk @@ -20,6 +20,8 @@ # 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 @@ _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 @@ -388,6 +390,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 Index: head/Templates/Licenses/UNLICENSE =================================================================== --- head/Templates/Licenses/UNLICENSE +++ head/Templates/Licenses/UNLICENSE @@ -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 Index: head/devel/py-mailcap-fix/Makefile =================================================================== --- head/devel/py-mailcap-fix/Makefile +++ head/devel/py-mailcap-fix/Makefile @@ -9,7 +9,7 @@ MAINTAINER= dbaio@FreeBSD.org COMMENT= Mailcap module that correctly handles windcard entries -LICENSE= PD +LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE USE_GITHUB= yes Index: head/dns/dnsdist/Makefile =================================================================== --- head/dns/dnsdist/Makefile +++ head/dns/dnsdist/Makefile @@ -13,9 +13,7 @@ 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 \ Index: head/emulators/citra/Makefile =================================================================== --- head/emulators/citra/Makefile +++ head/emulators/citra/Makefile @@ -15,10 +15,6 @@ 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 Index: head/security/enchive/Makefile =================================================================== --- head/security/enchive/Makefile +++ head/security/enchive/Makefile @@ -7,7 +7,7 @@ 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 Index: head/textproc/ripgrep/Makefile =================================================================== --- head/textproc/ripgrep/Makefile +++ head/textproc/ripgrep/Makefile @@ -11,11 +11,9 @@ 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 Index: head/www/py-urlobject/Makefile =================================================================== --- head/www/py-urlobject/Makefile +++ head/www/py-urlobject/Makefile @@ -11,10 +11,8 @@ 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 Index: head/www/rubygem-rdf/Makefile =================================================================== --- head/www/rubygem-rdf/Makefile +++ head/www/rubygem-rdf/Makefile @@ -10,9 +10,7 @@ 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 Index: head/www/youtube_dl/Makefile =================================================================== --- head/www/youtube_dl/Makefile +++ head/www/youtube_dl/Makefile @@ -10,9 +10,7 @@ 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