diff options
author | Jason Self <j@jxself.org> | 2014-05-10 11:41:14 -0700 |
---|---|---|
committer | Jason Self <j@jxself.org> | 2014-05-10 11:41:14 -0700 |
commit | aff7d6da864fbe18a64f4e8a40733c539f2fb115 (patch) | |
tree | ead8f4f09f5e79f4b6d687ac6c6140b18439f1cd /src/WORDLIST.PAS | |
parent | Importing Apogee Software's GPL release of Beyond The Titanic into version co... (diff) | |
download | beyond-the-titanic-aff7d6da864fbe18a64f4e8a40733c539f2fb115.tar.gz beyond-the-titanic-aff7d6da864fbe18a64f4e8a40733c539f2fb115.tar.bz2 beyond-the-titanic-aff7d6da864fbe18a64f4e8a40733c539f2fb115.zip |
Upgrading to GPLv3
Diffstat (limited to 'src/WORDLIST.PAS')
-rw-r--r-- | src/WORDLIST.PAS | 4 |
1 files changed, 2 insertions, 2 deletions
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 +
|