X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FLINERITE.PAS;h=476d6351df82f3e58a9a44e0d66e84f33a0afd2f;hb=4aeeaf80b1fba19de836d0a0c5bc0a1a27623155;hp=5a26483047b821acfbfe8aa7a446e8e2186d1553;hpb=9b2a611e64c4b7aae0e32becfb8b5a51b5fb57ba;p=supernova.git diff --git a/src/LINERITE.PAS b/src/LINERITE.PAS index 5a26483..476d635 100644 --- a/src/LINERITE.PAS +++ b/src/LINERITE.PAS @@ -1,10 +1,32 @@ {//-------------------------------------------------------------------------} {/* } +{Copyright (C) 2014 Jason Self } +{ } +{This file is free software: you may copy, redistribute and/or modify it } +{under the terms of the GNU Affero General Public License as published by } +{the Free Software Foundation, either version 3 of the License, or (at your } +{option) any later version. } +{ } +{This file 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 Affero General Public License} +{for more details. } +{ } +{You should have received a copy of the GNU Affero General Public License } +{along with this program; if not, see https://gnu.org/licenses or write to: } +{ Free Software Foundation, Inc. } +{ 51 Franklin Street, Fifth Floor } +{ Boston, MA 02110-1301 } +{ USA } +{ } +{This file incorporates work covered by the following copyright and } +{permission notice: } +{ } {Copyright (C) 1990, 2009 - Apogee Software, Ltd. } { } {This file is part of Supernova. Supernova 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 2 } +{License as published by the Free Software Foundation; either version 3 } {of the License, or (at your option) any later version. } { } {This program is distributed in the hope that it will be useful, } @@ -14,14 +36,19 @@ {See the GNU General Public License for more details. } { } {You should have received a copy of the GNU General Public License } -{along with this program; if not, write to the Free Software } -{Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.} +{along with this program; if not, see https://gnu.org/licenses or write to: } +{ Free Software Foundation, Inc. } +{ 51 Franklin Street, Fifth Floor } +{ Boston, MA 02110-1301 } +{ USA } { } {Original Source: 1990 Scott Miller } {Prepared for public release: 03/19/09 - Joe Siegler, Apogee Software, Ltd. } {*/ } {//-------------------------------------------------------------------------} {$c-} +uses crt, dos; + const Max = 78; @@ -145,4 +172,4 @@ else {Read from 'Rooms'.} until false; {End of Main loop.} close(L1); END. - \ No newline at end of file +