pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cromagrally: Use correct LICENSE



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Dec 28 15:39:21 2022 -0800
Changeset:	63e5d00f75ae98c903d616ac1930ecb65debda68

Modified Files:
	cromagrally/Makefile
	cromagrally/TODO

Log Message:
cromagrally: Use correct LICENSE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63e5d00f75ae98c903d616ac1930ecb65debda68

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cromagrally/Makefile | 2 +-
 cromagrally/TODO     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/cromagrally/Makefile b/cromagrally/Makefile
index 8f3b88f1e3..90fe1cbb16 100644
--- a/cromagrally/Makefile
+++ b/cromagrally/Makefile
@@ -7,7 +7,7 @@ GIT_REPO=	https://github.com/jorio/CroMagRally.git
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://pangeasoft.net/cromag/
 COMMENT=	Source port of Cro-Mag Rally from Pangea Software
-LICENSE=	cc-by-sa-v4.0 # XXX Actually it's cc-nc-by-sa-v4.0
+LICENSE=	cc-by-nc-sa-v4.0-license
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
diff --git a/cromagrally/TODO b/cromagrally/TODO
index a0808a7dc5..4b5ba3a812 100644
--- a/cromagrally/TODO
+++ b/cromagrally/TODO
@@ -1,5 +1,4 @@
 cromagrally TODO:
 
-- I'm not certain about the LICENSE field
 - We depend on wip/mk/git-package.git because we need the Git submodules
   (GitHub's 'archive' feature doesn't recurse into submodules)


Home | Main Index | Thread Index | Old Index