Skip to content

Commit d9e45a1

Browse files
author
David Kinder
committed
Update copyright year to 2020
1 parent 627fedf commit d9e45a1

23 files changed

+25
-25
lines changed

arrays.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* simpler form of the same thing. */
55
/* */
66
/* Part of Inform 6.34 */
7-
/* copyright (c) Graham Nelson 1993 - 2018 */
7+
/* copyright (c) Graham Nelson 1993 - 2020 */
88
/* */
99
/* ------------------------------------------------------------------------- */
1010

asm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* "asm" : The Inform assembler */
33
/* */
44
/* Part of Inform 6.34 */
5-
/* copyright (c) Graham Nelson 1993 - 2018 */
5+
/* copyright (c) Graham Nelson 1993 - 2020 */
66
/* */
77
/* ------------------------------------------------------------------------- */
88

bpatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* correcting symbol values not known at compilation time */
44
/* */
55
/* Part of Inform 6.34 */
6-
/* copyright (c) Graham Nelson 1993 - 2018 */
6+
/* copyright (c) Graham Nelson 1993 - 2020 */
77
/* */
88
/* ------------------------------------------------------------------------- */
99

chars.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* "chars" : Character set mappings and the Z-machine alphabet table */
33
/* */
44
/* Part of Inform 6.34 */
5-
/* copyright (c) Graham Nelson 1993 - 2018 */
5+
/* copyright (c) Graham Nelson 1993 - 2020 */
66
/* */
77
/* ------------------------------------------------------------------------- */
88
/* Inform uses six different character representations: */

directs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* "directs" : Directives (# commands) */
33
/* */
44
/* Part of Inform 6.34 */
5-
/* copyright (c) Graham Nelson 1993 - 2018 */
5+
/* copyright (c) Graham Nelson 1993 - 2020 */
66
/* */
77
/* ------------------------------------------------------------------------- */
88

errors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* (with error throwback code for RISC OS machines) */
44
/* */
55
/* Part of Inform 6.34 */
6-
/* copyright (c) Graham Nelson 1993 - 2018 */
6+
/* copyright (c) Graham Nelson 1993 - 2020 */
77
/* */
88
/* ------------------------------------------------------------------------- */
99

expressc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* "expressc" : The expression code generator */
33
/* */
44
/* Part of Inform 6.34 */
5-
/* copyright (c) Graham Nelson 1993 - 2018 */
5+
/* copyright (c) Graham Nelson 1993 - 2020 */
66
/* */
77
/* ------------------------------------------------------------------------- */
88

expressp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* "expressp" : The expression parser */
33
/* */
44
/* Part of Inform 6.34 */
5-
/* copyright (c) Graham Nelson 1993 - 2018 */
5+
/* copyright (c) Graham Nelson 1993 - 2020 */
66
/* */
77
/* ------------------------------------------------------------------------- */
88

files.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* settings and are very host OS-dependent. */
99
/* */
1010
/* Part of Inform 6.34 */
11-
/* copyright (c) Graham Nelson 1993 - 2018 */
11+
/* copyright (c) Graham Nelson 1993 - 2020 */
1212
/* */
1313
/* ------------------------------------------------------------------------- */
1414

header.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* Inform 6.34 */
55
/* */
66
/* This header file and the others making up the Inform source code are */
7-
/* copyright (c) Graham Nelson 1993 - 2018 */
7+
/* copyright (c) Graham Nelson 1993 - 2020 */
88
/* */
99
/* Manuals for this language are available from the IF-Archive at */
1010
/* http://www.ifarchive.org/ */
@@ -30,7 +30,7 @@
3030
/* */
3131
/* ------------------------------------------------------------------------- */
3232

33-
#define RELEASE_DATE "28th June 2018"
33+
#define RELEASE_DATE "21st May 2020"
3434
#define RELEASE_NUMBER 1634
3535
#define GLULX_RELEASE_NUMBER 38
3636
#define MODULE_VERSION_NUMBER 1

0 commit comments

Comments
 (0)