Add inform-license and use it for lang/inform (instead of unclear
"no-profit").
This commit is contained in:
parent
1ff8d25b76
commit
cdf83999dd
2 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
15
licenses/inform-license
Normal file
15
licenses/inform-license
Normal file
|
@ -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.
|
Loading…
Reference in a new issue