From ca337ef31de0dade88dccc7efda9ed2f8413672a Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 3 Jan 2018 22:32:37 +0200 Subject: Update copyright year in main.c. Small doc updates. Update NEWS. --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 300df7e8..55983789 100644 --- a/main.c +++ b/main.c @@ -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" -- cgit v1.2.3