diff options
author | adamw <adamw@FreeBSD.org> | 2014-06-19 22:51:20 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-06-19 22:51:20 +0800 |
commit | da0ef5a22543c0dbf4b5da55d216fce4e83bc1ae (patch) | |
tree | ab23c4df1b877b1216408512c11e8a565b4eb826 /Mk | |
parent | 662735e9b9e227df6fdb66a424ab3c86615ed9aa (diff) | |
download | freebsd-ports-gnome-da0ef5a22543c0dbf4b5da55d216fce4e83bc1ae.tar.gz freebsd-ports-gnome-da0ef5a22543c0dbf4b5da55d216fce4e83bc1ae.tar.zst freebsd-ports-gnome-da0ef5a22543c0dbf4b5da55d216fce4e83bc1ae.zip |
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)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.licenses.db.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk index 7984e316b9ed..78b4469a338b 100644 --- a/Mk/bsd.licenses.db.mk +++ b/Mk/bsd.licenses.db.mk @@ -15,10 +15,11 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org # 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= portmgr@FreeBSD.org # _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 |