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 /main.c | |
parent | be5cf5673ef03f719e594203a10e86a1e2d54ffa (diff) | |
download | egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.tar.gz egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.tar.bz2 egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.zip |
Update copyright year.
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-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" |