summaryrefslogtreecommitdiff
path: root/libc/misc/regex/regcomp.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-28 13:24:24 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-28 13:24:24 +0000
commit1c86fc78246d5589bcab47e36061759e1124b96a (patch)
treeda423aabcfffd7916c0a96631498805b614f745a /libc/misc/regex/regcomp.c
parentcdbf15c730c1d374b2fe5802b32fe0db4c24643d (diff)
Sync w/ glibc
Diffstat (limited to 'libc/misc/regex/regcomp.c')
-rw-r--r--libc/misc/regex/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/regex/regcomp.c b/libc/misc/regex/regcomp.c
index 8d464db2d..94e0314b5 100644
--- a/libc/misc/regex/regcomp.c
+++ b/libc/misc/regex/regcomp.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002,2003,2004,2005,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.