diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-28 14:38:00 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-28 14:38:00 +0800 |
commit | 4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db (patch) | |
tree | 3c416de47d06908141134bcbcb0605e3092b7afa /games/popstar | |
parent | c9591c1385a2d443d1b404507353142e50c603ac (diff) | |
download | freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.tar.gz freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.tar.zst freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.zip |
Convert CC license names to r421995 spellings
While here fix common mistakes such as:
- Missing "or (at your option) any later version" bit
- LICENSE_FILE with LICENSE_COMB != single
- LICENSE_COMB = dual for code + assets
- Copy-pasting undocumented NC/SA restriction
Diffstat (limited to 'games/popstar')
-rw-r--r-- | games/popstar/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/popstar/Makefile b/games/popstar/Makefile index dd3b9d3ca5ce..14c35605d5cc 100644 --- a/games/popstar/Makefile +++ b/games/popstar/Makefile @@ -14,11 +14,9 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Simple puzzle game involving floating stars -LICENSE= GPLv2 CCbyNCSA3 -LICENSE_COMB= dual -LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported -LICENSE_FILE_CCbyNCSA3=${WRKSRC}/docs/COPYING-CC-Attrib30.txt -LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept +LICENSE= GPLv2+ CC-BY-SA-2.5 CC-BY-3.0 +LICENSE_COMB= multi +LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/docs/COPYING-CC-Attrib30.txt USES= gmake USE_SDL= image mixer sdl |