X-Git-Url: https://jxself.org/git/?p=supernova.git;a=blobdiff_plain;f=src%2FINSTALL.PAS;fp=src%2FINSTALL.PAS;h=2a83a0ce6e0fef0ec1f00cca861a2fe593a5c96c;hp=4f84e07f97a181d3d806fb046d951729fe8abf29;hb=d954bdd52e5461f890c60c3b3834d9224f52f838;hpb=9b2a611e64c4b7aae0e32becfb8b5a51b5fb57ba diff --git a/src/INSTALL.PAS b/src/INSTALL.PAS index 4f84e07..2a83a0c 100644 --- a/src/INSTALL.PAS +++ b/src/INSTALL.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, } @@ -137,4 +137,4 @@ textbackground(0);textcolor(7); clrscr;with Result do begin ax:=$b00;bx:=$0;end;intr($10,result); -END. \ No newline at end of file +END.