aboutsummaryrefslogtreecommitdiffstats
path: root/regexec.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:09:55 -0400
committerArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:09:55 -0400
commit0b69420a3cb1c318028ef8c10f475f73296fab02 (patch)
tree080c05a1b2efd87ad1037728b264a998b8d34f1f /regexec.c
parent2441456cafc36b85f069e43a0e9325775c103baa (diff)
parentbda71a2e22997e09f82d4ea33ccef03c0afc667b (diff)
downloadegawk-0b69420a3cb1c318028ef8c10f475f73296fab02.tar.gz
egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.tar.bz2
egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.zip
Merge branch 'master' into feature/cmake
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>.