aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ADPARSER.PAS4
-rw-r--r--src/BEYOND.PAS4
-rw-r--r--src/LINERITE.PAS4
-rw-r--r--src/OBJECTS.PAS4
-rw-r--r--src/ROOMRITE.PAS4
-rw-r--r--src/SPECIAL.PAS4
-rw-r--r--src/WORDLIST.PAS4
7 files changed, 14 insertions, 14 deletions
diff --git a/src/ADPARSER.PAS b/src/ADPARSER.PAS
index 1def3ca..e3162d4 100644
--- a/src/ADPARSER.PAS
+++ b/src/ADPARSER.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, }
@@ -356,4 +356,4 @@ procedure Check(var SepWord : Str14);
end; {of Check}
{***************************** END OF ADPARSER ******************************}
- \ No newline at end of file
+
diff --git a/src/BEYOND.PAS b/src/BEYOND.PAS
index 1610996..bd2b4f7 100644
--- a/src/BEYOND.PAS
+++ b/src/BEYOND.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, }
@@ -1902,4 +1902,4 @@ if Flag = 'g' then
{*****} until False {*****}
END. {of program}
- \ No newline at end of file
+
diff --git a/src/LINERITE.PAS b/src/LINERITE.PAS
index 050f61b..e892fd4 100644
--- a/src/LINERITE.PAS
+++ b/src/LINERITE.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, }
@@ -151,4 +151,4 @@ writeln; writeln(^g,'You are now out of the program.')
END.
- \ No newline at end of file
+
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
+
diff --git a/src/ROOMRITE.PAS b/src/ROOMRITE.PAS
index df5c88f..ebf64b7 100644
--- a/src/ROOMRITE.PAS
+++ b/src/ROOMRITE.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, }
@@ -173,4 +173,4 @@ writeln; writeln(^g,'You are now out of the program.')
END.
- \ No newline at end of file
+
diff --git a/src/SPECIAL.PAS b/src/SPECIAL.PAS
index 38bd103..4c8b34d 100644
--- a/src/SPECIAL.PAS
+++ b/src/SPECIAL.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, }
@@ -173,4 +173,4 @@ writeln; writeln(^g,'You are now out of the program.')
END.
- \ No newline at end of file
+
diff --git a/src/WORDLIST.PAS b/src/WORDLIST.PAS
index 0c10067..5beddce 100644
--- a/src/WORDLIST.PAS
+++ b/src/WORDLIST.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, }
@@ -279,4 +279,4 @@ n[88,1]:='beams';n[88,2]:='orange beams';n[88,3]:='beam';
n[89,1]:='helmet';n[89,2]:='control helmet';n[89,3]:='hat';
end;
{====================================END======================================}
- \ No newline at end of file
+
bgstack15