X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FCREATE.PAS;h=e990a70670b23dd624cdacaa38a0cd3879a13aea;hb=1b966dc3e307c8e16f16c754b8015b53802e5d23;hp=df17c7c7bc183ca5e9b6b7d01e05abe0bccafeb1;hpb=9b2a611e64c4b7aae0e32becfb8b5a51b5fb57ba;p=supernova.git diff --git a/src/CREATE.PAS b/src/CREATE.PAS index df17c7c..e990a70 100644 --- a/src/CREATE.PAS +++ b/src/CREATE.PAS @@ -4,7 +4,7 @@ { } {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,8 +14,11 @@ {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. } @@ -37,4 +40,4 @@ rewrite(r1); close(r1); {close(r2);} writeln('File(s) Created!'); -END. \ No newline at end of file +END.