diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-22 12:05:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-22 12:05:04 +0200 |
commit | 9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a (patch) | |
tree | 5ff558506e80d0e0e55b3466b2700e4f0e8bc03d | |
parent | be5cf5673ef03f719e594203a10e86a1e2d54ffa (diff) | |
download | egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.tar.gz egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.tar.bz2 egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.zip |
Update copyright year.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | main.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Tue Feb 22 12:04:09 2011 Arnold D. Robbins <arnold@skeeve.com> + + * main.c (UPDATE_YEAR): Move to 2011. Fix copyright. + Tue Feb 15 17:11:26 2011 Pat Rankin <rankin@pactechdata.com> * eval.c (sorted_in, sort_up_index_str, sort_down_index_str, @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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 2010 +#define UPDATE_YEAR 2011 #include "awk.h" #include "getopt.h" |