pkgsrc-WIP-changes archive

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

bugdom: Use correct LICENSE



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

Modified Files:
	bugdom/Makefile
	bugdom/TODO

Log Message:
bugdom: 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=bb2267c60e7e61a31be44b6e92cad99db7e4b467

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

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

diffs:
diff --git a/bugdom/Makefile b/bugdom/Makefile
index 3edc165aa0..f5df811861 100644
--- a/bugdom/Makefile
+++ b/bugdom/Makefile
@@ -8,7 +8,7 @@ GIT_TAG=	${PKGVERSION_NOREV}
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://pangeasoft.net/bug/
 COMMENT=	Pangea Software's Bugdom for modern systems
-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/bugdom/TODO b/bugdom/TODO
index c09116cb8d..83d36fe6e6 100644
--- a/bugdom/TODO
+++ b/bugdom/TODO
@@ -1,5 +1,4 @@
 bugdom 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