summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:05:19 -0400
committerArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:05:19 -0400
commitdb17f0d20a03bd851e8e4f005eb6304ad6a93c12 (patch)
treec5b94e403923dd988c809d15ddc2d2c8f3231adb /regexec.c
parentd69572fbae2d25a2c51d846733a49d45e5b04269 (diff)
downloadgawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.tar.gz
Changes toward release and test tarball.
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 2182371c..aee21173 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2015 Free Software Foundation, Inc.
+ Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.