summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-17 22:59:28 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-03-17 22:59:28 +0200
commita1b68a54a8fdd7a61ab9aaf19a5ada599cfb08e7 (patch)
tree639d0ffbb2c36b982c42b144087e57e857bafe64 /regex.c
parent17e974bac1ab2b101cc3ba5fcef61725b7469c7b (diff)
parentcd2ff61aaf4938092517880ad7655828d99a3cb9 (diff)
downloadgawk-memory-work.tar.gz
Merge branch 'master' into memory-workmemory-work
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 f56e8692..ed6a4f5d 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2014 Free Software Foundation, Inc.
+ Copyright (C) 2002-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.