From 545afd453ce078361d56e5310c8acaad28a4dbe5 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 18 Aug 2019 19:45:36 -0700 Subject: [PATCH] Add GPL boilerplate to intro and set serial number --- vengeance.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vengeance.inf b/vengeance.inf index 1103f3a..11fa97f 100755 --- a/vengeance.inf +++ b/vengeance.inf @@ -5,9 +5,9 @@ Constant Story "Vengeance"; Constant Headline "^The Interactive Fiction debut of Victor Gijsbers.^ - This work is released under the GNU General Public License, version 3 or any later version.^ (See: https://www.gnu.org/licenses/gpl-3.0.txt)^"; + This work is released under the GNU General Public License, version 3 or any later version. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.^"; Release 1; -Serial "000000"; ! for keeping track of public releases +Serial "190818"; ! for keeping track of public releases !Constant MAX_SCORE = 10; Constant DEATH_MENTION_UNDO; -- 2.31.1