pkgsrc-WIP-changes archive

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

dpic: correct license statement



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 12:01:40 2018 +0100
Changeset:	ad5e96d70317e75cceee916041703f514e6a7e81

Modified Files:
	dpic/Makefile

Log Message:
dpic: correct license statement

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

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

diffstat:
 dpic/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/dpic/Makefile b/dpic/Makefile
index 12cbb27253..e8ba9adcbd 100644
--- a/dpic/Makefile
+++ b/dpic/Makefile
@@ -9,7 +9,8 @@ MASTER_SITES=		http://www.ece.uwaterloo.ca/~aplevich/dpic/
 MAINTAINER=		mwicks%kettering.edu@localhost
 HOMEPAGE=		http://www.ece.uwaterloo.ca/~aplevich/dpic/
 COMMENT=		Replacement for pic/gpic that supports more output formats
-LICENSE=		2-clause-bsd gnu-gpl-v3 # also creative commons v3
+# also creative commons v3
+LICENSE=		2-clause-bsd AND gnu-gpl-v3
 
 BUILD_TARGET=		dpic
 INSTALLATION_DIRS+=	share/doc/dpic


Home | Main Index | Thread Index | Old Index