diff options
author | thegeorg <[email protected]> | 2024-10-20 14:48:12 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2024-10-20 15:00:29 +0300 |
commit | b6f802fe434163ffe6f81843780906ae25ac4755 (patch) | |
tree | e63ee2665b40183135d1e04756f2fe091f031209 /contrib/tools/m4/lib/regex.c | |
parent | 694f58a5c020bfe1028af0fd2d4947d07e2a7080 (diff) |
Update contrib/tools/m4 to 1.4.18
commit_hash:dab43d0051ce5656201a6f031d378c04dceefa2c
Diffstat (limited to 'contrib/tools/m4/lib/regex.c')
-rw-r--r-- | contrib/tools/m4/lib/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/m4/lib/regex.c b/contrib/tools/m4/lib/regex.c index 85091669c70..a96d82aa879 100644 --- a/contrib/tools/m4/lib/regex.c +++ b/contrib/tools/m4/lib/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2013 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 <[email protected]>. |