From aff7d6da864fbe18a64f4e8a40733c539f2fb115 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 10 May 2014 11:41:14 -0700 Subject: Upgrading to GPLv3 --- src/ROOMRITE.PAS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ROOMRITE.PAS') 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 + -- cgit