aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-22 12:05:04 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-22 12:05:04 +0200
commit9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a (patch)
tree5ff558506e80d0e0e55b3466b2700e4f0e8bc03d /main.c
parentbe5cf5673ef03f719e594203a10e86a1e2d54ffa (diff)
downloadegawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.tar.gz
egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.tar.bz2
egawk-9b5afec0a28c7d802ce1e8ae21956f7ee59ce26a.zip
Update copyright year.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index ff322670..a3b0f731 100644
--- a/main.c
+++ b/main.c
@@ -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"