pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/licenses Add inform-license and use it for lang/inform...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75592d7a5a8d
branches:  trunk
changeset: 576196:75592d7a5a8d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 03 09:26:30 2010 +0000

description:
Add inform-license and use it for lang/inform (instead of unclear
"no-profit").

diffstat:

 lang/inform/Makefile    |   5 ++---
 licenses/inform-license |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 2b05f2c1fcb6 -r 75592d7a5a8d lang/inform/Makefile
--- a/lang/inform/Makefile      Thu Jun 03 09:24:50 2010 +0000
+++ b/lang/inform/Makefile      Thu Jun 03 09:26:30 2010 +0000
@@ -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 @@
 MAINTAINER=    nathanw%mit.edu@localhost
 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 -r 2b05f2c1fcb6 -r 75592d7a5a8d licenses/inform-license
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/inform-license   Thu Jun 03 09:26:30 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index