diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-03 22:32:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-03 22:32:37 +0200 |
commit | ca337ef31de0dade88dccc7efda9ed2f8413672a (patch) | |
tree | 2cc14f59bb72a6afe03776eb9cca217593527458 /main.c | |
parent | a5f04737b4a5fce89ab7bd9264ba5b4813473121 (diff) | |
download | egawk-ca337ef31de0dade88dccc7efda9ed2f8413672a.tar.gz egawk-ca337ef31de0dade88dccc7efda9ed2f8413672a.tar.bz2 egawk-ca337ef31de0dade88dccc7efda9ed2f8413672a.zip |
Update copyright year in main.c. Small doc updates. Update NEWS.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2017 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2018 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -24,7 +24,7 @@ */ /* FIX THIS BEFORE EVERY RELEASE: */ -#define UPDATE_YEAR 2017 +#define UPDATE_YEAR 2018 #include "awk.h" #include "getopt.h" |