pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/sais



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 14 14:57:15 UTC 2022

Modified Files:
        pkgsrc/games/sais: Makefile

Log Message:
sais: add cc-by-nc-v4.0-license to LICENSE for data


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/sais/Makefile

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

Modified files:

Index: pkgsrc/games/sais/Makefile
diff -u pkgsrc/games/sais/Makefile:1.1 pkgsrc/games/sais/Makefile:1.2
--- pkgsrc/games/sais/Makefile:1.1      Wed Dec 14 14:51:58 2022
+++ pkgsrc/games/sais/Makefile  Wed Dec 14 14:57:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/14 14:51:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/14 14:57:15 wiz Exp $
 
 DISTNAME=      sais-1.6.3
 CATEGORIES=    games
@@ -8,7 +8,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/kuroneko/sais/
 COMMENT=       Strange Adventures in Infinite Space
-LICENSE=       gnu-gpl-v3
+LICENSE=       gnu-gpl-v3 AND cc-by-nc-v4.0-license
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index