From 102561b82ccf272bcf4943bd3a2c61f74534ed92 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 11 Sep 2017 20:29:30 -0700 Subject: [PATCH] inform.c: Update the copyright year that gets printed out in light of the change from David Kinder --- inform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inform.c b/inform.c index 6e873ce..bb845c5 100644 --- a/inform.c +++ b/inform.c @@ -1229,7 +1229,7 @@ static void cli_print_help(int help_level) { printf( "\nThis program is a compiler of Infocom format (also called \"Z-machine\")\n\ -story files: copyright (c) Graham Nelson 1993 - 2016.\n\n"); +story files: copyright (c) Graham Nelson 1993 - 2017.\n\n"); /* For people typing just "inform", a summary only: */ -- 2.31.1