svn commit: r358425 - head/Mk

Adam Weinberger adamw at FreeBSD.org
Thu Jun 19 14:51:20 UTC 2014


Author: adamw
Date: Thu Jun 19 14:51:20 2014
New Revision: 358425
URL: http://svnweb.freebsd.org/changeset/ports/358425
QAT: https://qat.redports.org/buildarchive/r358425/

Log:
  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)

Modified:
  head/Mk/bsd.licenses.db.mk

Modified: head/Mk/bsd.licenses.db.mk
==============================================================================
--- head/Mk/bsd.licenses.db.mk	Thu Jun 19 14:48:50 2014	(r358424)
+++ head/Mk/bsd.licenses.db.mk	Thu Jun 19 14:51:20 2014	(r358425)
@@ -15,10 +15,11 @@ Licenses_db_Include_MAINTAINER=         
 # Please view me with 4 column tabs!
 #
 
-# Possible sources for information:
+# The canonical source of license names and short-name identifiers:
 # - SPDX License List
 #   https://spdx.org/licenses/
 #
+# See also:
 # - Wikipedia (article "Comparison of Free Software Licenses")
 #   http://en.wikipedia.org/wiki/Comparison_of_free_software_licences
 #
@@ -39,7 +40,7 @@ Licenses_db_Include_MAINTAINER=         
 #
 
 _LICENSE_LIST= 	AGPLv3 APACHE10 APACHE11 APACHE20 ART10 ARTPERL10 ART20 \
-				BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL CDDL CLART EPL GFDL \
+				BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL CDDL ClArtistic EPL GFDL \
 				GMGPL GPLv1 GPLv2 GPLv3 GPLv3RLE ISCL LGPL20 LGPL21 LGPL3 \
 				LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c MIT \
 				MPL OPENSSL OFL10 OFL11 OWL PostgreSQL PHP202 PHP30 PHP301 PSFL RUBY \
@@ -112,8 +113,8 @@ _LICENSE_GROUPS_BSL=	FSF OSI COPYFREE
 _LICENSE_NAME_CDDL=	Common Development and Distribution License
 _LICENSE_GROUPS_CDDL=	FSF OSI
 
-_LICENSE_NAME_CLART=	Clarified Artistic License
-_LICENSE_GROUPS_CLART=	FSF OSI
+_LICENSE_NAME_ClArtistic=	Clarified Artistic License
+_LICENSE_GROUPS_ClArtistic=	FSF OSI
 
 _LICENSE_NAME_EPL=	Eclipse Public License
 _LICENSE_GROUPS_EPL=	FSF OSI


More information about the svn-ports-head mailing list