Skip to content

Commit

Permalink
Update copyright year to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed May 21, 2020
1 parent 627fedf commit d9e45a1
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion arrays.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* simpler form of the same thing. */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion asm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "asm" : The Inform assembler */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion bpatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* correcting symbol values not known at compilation time */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion chars.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "chars" : Character set mappings and the Z-machine alphabet table */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */
/* Inform uses six different character representations: */
Expand Down
2 changes: 1 addition & 1 deletion directs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "directs" : Directives (# commands) */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* (with error throwback code for RISC OS machines) */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion expressc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "expressc" : The expression code generator */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion expressp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "expressp" : The expression parser */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion files.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* settings and are very host OS-dependent. */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions header.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* Inform 6.34 */
/* */
/* This header file and the others making up the Inform source code are */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* Manuals for this language are available from the IF-Archive at */
/* http://www.ifarchive.org/ */
Expand All @@ -30,7 +30,7 @@
/* */
/* ------------------------------------------------------------------------- */

#define RELEASE_DATE "28th June 2018"
#define RELEASE_DATE "21st May 2020"
#define RELEASE_NUMBER 1634
#define GLULX_RELEASE_NUMBER 38
#define MODULE_VERSION_NUMBER 1
Expand Down
4 changes: 2 additions & 2 deletions inform.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* conventions, ICL (Inform Command Line) files, main */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down Expand Up @@ -1222,7 +1222,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 - 2018.\n\n");
story files: copyright (c) Graham Nelson 1993 - 2020.\n\n");

/* For people typing just "inform", a summary only: */

Expand Down
2 changes: 1 addition & 1 deletion lexer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "lexer" : Lexical analyser */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion linker.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "linker" : For compiling and linking modules */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* (For "memoryerror", see "errors.c") */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* specifications for the object-maker. */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is version 6.34 of the Inform compiler,
copyright (c) Graham Nelson 1993 - 2017
copyright (c) Graham Nelson 1993 - 2020
Full release notes and instructions are available at
http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6.html

2 changes: 1 addition & 1 deletion states.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "states" : Statement translator */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion symbols.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "symbols" : The symbols table; creating stock of reserved words */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion syntax.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "syntax" : Syntax analyser and compiler */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* tables. */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion text.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* "text" : Text translation, the abbreviations optimiser, the dictionary */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion veneer.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* provide */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Verb and Extend. */
/* */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2018 */
/* copyright (c) Graham Nelson 1993 - 2020 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down

0 comments on commit d9e45a1

Please sign in to comment.