aboutsummaryrefslogtreecommitdiff
path: root/games/blobwars
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-09-28 06:38:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-09-28 06:38:00 +0000
commit629a8d6b69f71546c9f4233303ee4aa1a21b1e2f (patch)
tree3c416de47d06908141134bcbcb0605e3092b7afa /games/blobwars
parent89047ad0d2d8806fa2daef3246bcde54bad72209 (diff)
downloadports-629a8d6b69f71546c9f4233303ee4aa1a21b1e2f.tar.gz
ports-629a8d6b69f71546c9f4233303ee4aa1a21b1e2f.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
Notes
Notes: svn path=/head/; revision=422850
Diffstat (limited to 'games/blobwars')
-rw-r--r--games/blobwars/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile
index 76d7bbdaa2f2..fa7feaed7f1b 100644
--- a/games/blobwars/Makefile
+++ b/games/blobwars/Makefile
@@ -9,12 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Mission and Objective based 2D Platform Game
-LICENSE= GPLv2+ CCbyNCSA3
-LICENSE_COMB= dual
-LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported
-LICENSE_FILE= ${WRKSRC}/doc/license
-LICENSE_TEXT_CCbyNCSA3=CC-BY 3.0
-LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
+LICENSE= GPLv2+ CC-BY-3.0 CC-BY-SA-3.0
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/license
USES= gmake pkgconfig
USE_SDL= image2 mixer2 net2 sdl2 ttf2