pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/velena Corrected the license part. This is an ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b6dd30359c9
branches:  trunk
changeset: 531199:9b6dd30359c9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 25 00:19:33 2007 +0000

description:
Corrected the license part. This is an example of a weird combination:
public-domain, but no commercial use.

diffstat:

 games/velena/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ce32c2de455d -r 9b6dd30359c9 games/velena/Makefile
--- a/games/velena/Makefile     Wed Jul 25 00:11:22 2007 +0000
+++ b/games/velena/Makefile     Wed Jul 25 00:19:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/25 00:11:10 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/25 00:19:33 rillig Exp $
 #
 
 DISTNAME=      veleng10
@@ -11,7 +11,10 @@
 HOMEPAGE=      http://www.ce.unipr.it/~gbe/
 COMMENT=       Perfect-play engine for connect four
 
-#LICENSE=      public-domain
+LICENSE=               public-domain
+RESTRICTED=            You must not charge a fee for this software nor for any derived work in which this software is included.
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
 
 EXTRACT_OPTS_ZIP=      -LLaqo
 WRKSRC=                        ${WRKDIR}



Home | Main Index | Thread Index | Old Index