diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-13 22:07:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-13 22:07:21 +0800 |
commit | 45fc217cbc6cc0c8a810ed14cf7de3b2e419d1ef (patch) | |
tree | e61f4d030516df9205f69a75e2240695c13ff968 /games | |
parent | 5de9fb3391ec47126d49945a4f6a384ba01613d6 (diff) | |
download | freebsd-ports-gnome-45fc217cbc6cc0c8a810ed14cf7de3b2e419d1ef.tar.gz freebsd-ports-gnome-45fc217cbc6cc0c8a810ed14cf7de3b2e419d1ef.tar.zst freebsd-ports-gnome-45fc217cbc6cc0c8a810ed14cf7de3b2e419d1ef.zip |
- Switch to newly supported CC licenses
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/naev-data/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/naev-data/Makefile b/games/naev-data/Makefile index 8887bd1b37f7..2bf0ba9a5b0a 100644 --- a/games/naev-data/Makefile +++ b/games/naev-data/Makefile @@ -12,16 +12,8 @@ EXTRACT_ONLY= # empty MAINTAINER= acm@FreeBSD.org COMMENT= Naev game data file -LICENSE= GPLv2 GPLv3 CCBYv3 CCBYSAv3 PD +LICENSE= GPLv2 GPLv3 CC-BY-3.0 CC-BY-SA-3.0 PD LICENSE_COMB= multi -LICENSE_NAME_CCBYv3= Creative Commons Attribution 3.0 Unported license -LICENSE_NAME_CCBYSAv3= Creative Commons Attribution-ShareAlike 3.0 Unported license -LICENSE_TEXT_CCBYv3= The license: CCBYv3 (${LICENSE_NAME_CCBYv3}) is standard,\ - please read from the web: http://creativecommons.org/licenses/by/3.0/ -LICENSE_TEXT_CCBYSAv3= The license: CCBYSAv3 (${LICENSE_NAME_CCBYSAv3}) is standard,\ - please read from the web: http://creativecommons.org/licenses/by-sa/3.0/ -LICENSE_PERMS_CCBYv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_PERMS_CCBYSAv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= zip NO_ARCH= yes |