pkgsrc-WIP-changes archive

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

nanosaur: Use correct LICENSE



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Dec 28 15:40:35 2022 -0800
Changeset:	908a0ee0f27f342e69d41a1bd39e7adc481d9c43

Modified Files:
	nanosaur/Makefile
	nanosaur/TODO

Log Message:
nanosaur: 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=908a0ee0f27f342e69d41a1bd39e7adc481d9c43

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

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

diffs:
diff --git a/nanosaur/Makefile b/nanosaur/Makefile
index e4fca4db7f..80dde757c8 100644
--- a/nanosaur/Makefile
+++ b/nanosaur/Makefile
@@ -8,7 +8,7 @@ GIT_TAG=	v${PKGVERSION_NOREV}
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://www.pangeasoft.net/nano/index.html
 COMMENT=	Source port of Nanosaur 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/nanosaur/TODO b/nanosaur/TODO
index 230653a705..f7f9b5f383 100644
--- a/nanosaur/TODO
+++ b/nanosaur/TODO
@@ -1,5 +1,4 @@
 nanosaur 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