aboutsummaryrefslogtreecommitdiffstats
path: root/regcomp.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-27 08:02:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-27 08:02:24 +0200
commita5695afdec422349f38bfd3658a325003b0e6b80 (patch)
tree7c021f5f12c246832e98f1b3d87e8fb2efb4357f /regcomp.c
parent6cd3c8e7e6c6febc1840c381b82ead816db3921a (diff)
downloadegawk-a5695afdec422349f38bfd3658a325003b0e6b80.tar.gz
egawk-a5695afdec422349f38bfd3658a325003b0e6b80.tar.bz2
egawk-a5695afdec422349f38bfd3658a325003b0e6b80.zip
Update copyrights.
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 62eb884e..63a365d9 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2007,2009,2010 Free Software Foundation, Inc.
+ Copyright (C) 2002-2007,2009,2010,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.