diff options
Diffstat (limited to 'src/OBJECTS.PAS')
-rw-r--r-- | src/OBJECTS.PAS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OBJECTS.PAS b/src/OBJECTS.PAS index 37d1a0a..9606508 100644 --- a/src/OBJECTS.PAS +++ b/src/OBJECTS.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, }
@@ -108,4 +108,4 @@ p[76]:=[26,45]; for x:=0 to 76 do p[x]:=p[x]+[15,30,42,44,50,56,60,79]
end;
{****************************** END OF OBJECTS *******************************}
-
\ No newline at end of file +
|