aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex.c
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-22 15:22:46 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-22 15:22:46 -0400
commit3f061027b6f0e2fe75b59d17efe93c0b84535b1a (patch)
tree83e18e38987cf849b8cf0bd74754856072d51118 /support/regex.c
parentf4df3ba54ba5c2a4aec34d643424834c03645dd9 (diff)
parenta702a6b6d6009068f4608a865bdd06a07259cf67 (diff)
downloadegawk-3f061027b6f0e2fe75b59d17efe93c0b84535b1a.tar.gz
egawk-3f061027b6f0e2fe75b59d17efe93c0b84535b1a.tar.bz2
egawk-3f061027b6f0e2fe75b59d17efe93c0b84535b1a.zip
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk
Diffstat (limited to 'support/regex.c')
-rw-r--r--support/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regex.c b/support/regex.c
index 9f133fab..d3a44851 100644
--- a/support/regex.c
+++ b/support/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2016 Free Software Foundation, Inc.
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.