summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-03 09:26:30 +0000
committerwiz <wiz>2010-06-03 09:26:30 +0000
commitf5c1f67e307e5f5db5d5295c1a3bb4bbc8ef6d7a (patch)
treeb21cb6999256e5aa053fed70cd018bbf187ce94f
parenta30be2ec975dbf113810f109bfe3b54ddbc90d16 (diff)
downloadpkgsrc-f5c1f67e307e5f5db5d5295c1a3bb4bbc8ef6d7a.tar.gz
Add inform-license and use it for lang/inform (instead of unclear
"no-profit").
-rw-r--r--lang/inform/Makefile5
-rw-r--r--licenses/inform-license15
2 files changed, 17 insertions, 3 deletions
diff --git a/lang/inform/Makefile b/lang/inform/Makefile
index 2d64ac5e4eb..56f8fe6d3c4 100644
--- a/lang/inform/Makefile
+++ b/lang/inform/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/06/03 05:24:27 dholland Exp $
+# $NetBSD: Makefile,v 1.15 2010/06/03 09:26:30 wiz Exp $
DISTNAME= inform-6.31.1
PKGREVISION= 1
@@ -8,8 +8,7 @@ MASTER_SITES= http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/s
MAINTAINER= nathanw@mit.edu
HOMEPAGE= http://www.inform-fiction.org/
COMMENT= Interactive fiction compiler (Z-Machine and Glulx)
-
-LICENSE= no-profit
+LICENSE= inform-license
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/licenses/inform-license b/licenses/inform-license
new file mode 100644
index 00000000000..e6ee6c5483c
--- /dev/null
+++ b/licenses/inform-license
@@ -0,0 +1,15 @@
+From the Inform Designer's Manual:
+
+ Copyright on Inform, the program and its source code, its example games
+ and documentation (including this book) is retained by Graham Nelson,
+ who asserts the moral right to be identified as the author under the
+ Copyrights, Designs and Patents Act 1988. Having said this, I am happy
+ for it to be freely distributed to anybody who wants a copy, provided
+ that: (a) distributed copies are not substantially different from those
+ archived by the author, (b) this and other copyright messages are
+ always retained in full, and (c) no profit is involved. (Exceptions to
+ these rules must be negotiated directly with the author.) However, a
+ story file produced with the Inform compiler (and libraries) then
+ belongs to its author, and may be sold for profit if desired, provided
+ that its game banner contains the information that it was compiled by
+ Inform, and the Inform version number.