X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=readme.txt;h=12559d75d9898c1d356b3a8c74e037e95e02f0f9;hb=refs%2Ftags%2Fv6.41;hp=1f247273cea0a9a4c38139c41f7834d5a32740b2;hpb=5154191043a9b7227ef0eee1a2b40299fc188655;p=inform.git diff --git a/readme.txt b/readme.txt index 1f24727..12559d7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,39 +1,39 @@ -This is the Inform compiler. It has been modified slightly to work -better when the Inform standard library is in a non-standard -location. +This is the Inform compiler. It has been modified slightly to work +better when the Inform standard library is in a non-standard +location and to make it compatible with the GNU FSDG. Compiling Inform is very easy. Install GCC and then: -gcc *.c -o inform +gcc src/*.c -o inform -Inform 6 is published under the original Inform licence (which is +Inform 6 is published under the original Inform licence (which is proprietary), or under the Artistic License 2.0, at the user's choice. -When getting a copy of the software I selected that my copy would be +When getting a copy of the software I selected that my copy would be under the Artistic License 2.0. -Once I had a copy of the software under that license I invoked the -Artistic License's "relicensing" clause in Section 4(c)(ii) to -relicense under the GNU General Public License. This copy of Inform is +Once I had a copy of the software under that license I invoked the +Artistic License's "relicensing" clause in Section 4(c)(ii) to +relicense under the GNU General Public License. This copy of Inform is now licensed in that way. -Based on -https://web.archive.org/web/20160326074115/http://www.perlfoundation.org/artistic_2_0_notes -from the Perl Software Foundation, who wrote both the Artistic License +Based on +https://web.archive.org/web/20160326074115/http://www.perlfoundation.org/artistic_2_0_notes +from the Perl Software Foundation, who wrote both the Artistic License 1.0 and 2.0, the GPL qualifies under 4(c)(ii). -- This file is part of Inform. - -Inform is free software: you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation, either version 3 of the License, or (at your + +Inform is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Inform is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +Inform is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License +You should have received a copy of the GNU General Public License along with Inform. If not, see https://gnu.org/licenses/