diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-03 09:26:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-03 09:26:30 +0000 |
commit | cdf83999dd262d9dac29bdc215f29485a37bcf4e (patch) | |
tree | b21cb6999256e5aa053fed70cd018bbf187ce94f | |
parent | 1ff8d25b76d2b71ad50b30c1015b20a003f7e295 (diff) | |
download | pkgsrc-cdf83999dd262d9dac29bdc215f29485a37bcf4e.tar.gz |
Add inform-license and use it for lang/inform (instead of unclear
"no-profit").
-rw-r--r-- | lang/inform/Makefile | 5 | ||||
-rw-r--r-- | licenses/inform-license | 15 |
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. |