pkgsrc-WIP-changes archive

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

raw: add LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Wed May 2 18:46:25 2018 +0900
Changeset:	3538d4e05d7549bd573411563e601655b05e0cef

Modified Files:
	raw/Makefile

Log Message:
raw: add LICENSE

via https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/blob/master/COPYING

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

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

diffstat:
 raw/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/raw/Makefile b/raw/Makefile
old mode 100644
new mode 100755
index db688149e1..228ebe5edf
--- a/raw/Makefile
+++ b/raw/Makefile
@@ -8,7 +8,7 @@ DISTNAME=	Another-World-Bytecode-Interpreter
 
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fabiensanglard/}
 EXTRACT_SUFX=	.zip
-#LICENSE=	#
+LICENSE=	gnu-gpl-v2
 
 MAINTAINER=	amoibos%gmail.com@localhost
 HOMEPAGE=	http://fabiensanglard.net/anotherWorld_code_review/index.php/


Home | Main Index | Thread Index | Old Index