summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/velena/Makefile6
-rw-r--r--licenses/velena-license14
2 files changed, 17 insertions, 3 deletions
diff --git a/games/velena/Makefile b/games/velena/Makefile
index da64daf89f0..fd44cb3a2d4 100644
--- a/games/velena/Makefile
+++ b/games/velena/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2008/02/02 17:05:00 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2008/02/20 10:49:16 rillig Exp $
#
DISTNAME= veleng10
PKGNAME= velena-1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.ce.unipr.it/~gbe/
EXTRACT_SUFX= .zip
@@ -12,7 +12,7 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.ce.unipr.it/~gbe/
COMMENT= Perfect-play engine for connect four
-LICENSE= public-domain
+LICENSE= velena-license
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}
diff --git a/licenses/velena-license b/licenses/velena-license
new file mode 100644
index 00000000000..a39a8e8b50a
--- /dev/null
+++ b/licenses/velena-license
@@ -0,0 +1,14 @@
+Velena Engine Source Code is free software; you can redistribute it and/or
+modify it under the following conditions:
+
+
+1 - If you make a derived work, the full source code must be distributed
+ and placed in public domain.
+
+2 - You must not charge a fee for this software nor for any derived work
+ in which this software is included.
+
+3 - You must not delete the copyright notices in the source code
+ (but of course you can make your own layout for graphics and copyright notices on
+ the screen, provided it's clearly expressed that you used the Velena Engine Source
+ Code and that's a derived work).