aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:36:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:36:30 +0200
commite069c636968370f0899d5e4ebaeb9c2341804245 (patch)
tree166f0ce6417fc802b68cee91774727e6be53e0cb /regex.c
parent624d70844fe63068132adb7c66ea3f8a231e56a7 (diff)
parent0b8ef4f18527f751ef60fc3202cd7143079121fb (diff)
downloadegawk-e069c636968370f0899d5e4ebaeb9c2341804245.tar.gz
egawk-e069c636968370f0899d5e4ebaeb9c2341804245.tar.bz2
egawk-e069c636968370f0899d5e4ebaeb9c2341804245.zip
Merge branch 'master' into comment
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 167d35b2..f56e8692 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.