aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-02-20 21:08:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-02-20 21:08:35 +0200
commit2d88b04891825ae4e687b95813cff87627404930 (patch)
tree8c5f3c6a2ea3ac997aebd70345bd7fbaa94aa94b /regex.c
parent090687d94ad8a411c5e2cc434345e843ad381082 (diff)
downloadegawk-2d88b04891825ae4e687b95813cff87627404930.tar.gz
egawk-2d88b04891825ae4e687b95813cff87627404930.tar.bz2
egawk-2d88b04891825ae4e687b95813cff87627404930.zip
Sync regex with GLIBC.
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index ed6a4f5d..9f133fab 100644
--- a/regex.c
+++ b/regex.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>.