Update to Inform v6.42
[inform.git] / readme.txt
1 This is the Inform compiler. It has been modified slightly to work 
2 better when the Inform standard library is in a non-standard 
3 location.
4
5 Compiling Inform is very easy. You'll need a compiler (like GCC), 
6 along with the GNU Autotools and GNU Make.
7
8 First run autoreconf --install; then see the INSTALL file for  
9 installation information.
10
11 Inform 6 is published under the original Inform licence (which is 
12 proprietary), or under the Artistic License 2.0, at the user's choice.
13
14 When getting a copy of the software I selected that my copy would be 
15 under the Artistic License 2.0.
16
17 Once I had a copy of the software under that license I invoked the 
18 Artistic License's "relicensing" clause in Section 4(c)(ii) to 
19 relicense under the GNU General Public License. This copy of Inform is 
20 now licensed in that way.
21
22 Based on 
23 https://web.archive.org/web/20160326074115/http://www.perlfoundation.org/artistic_2_0_notes 
24 from the Perl Software Foundation, who wrote both the Artistic License 
25 1.0 and 2.0, the GPL qualifies under 4(c)(ii).
26
27 --
28 This file is part of Inform.
29  
30 Inform is free software: you can redistribute it and/or modify it 
31 under the terms of the GNU General Public License as published by the 
32 Free Software Foundation, either version 3 of the License, or (at your 
33 option) any later version.
34
35 Inform is distributed in the hope that it will be useful, but WITHOUT 
36 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
37 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
38 for more details.
39
40 You should have received a copy of the GNU General Public License 
41 along with Inform. If not, see https://gnu.org/licenses/