summaryrefslogtreecommitdiff
path: root/support/regcomp.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-01-19 12:04:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-01-19 12:04:44 +0200
commitd96d55d7d23ee27c49cf7055956007de5f3432db (patch)
treecc94537a15902144ff111dc664a2da9d71f59eb4 /support/regcomp.c
parent71a50ec092b75ce2b2f969892c6cd443d44777a5 (diff)
downloadgawk-d96d55d7d23ee27c49cf7055956007de5f3432db.tar.gz
Update support files with new copyright year.
Diffstat (limited to 'support/regcomp.c')
-rw-r--r--support/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regcomp.c b/support/regcomp.c
index 6a97fdee..b607c853 100644
--- a/support/regcomp.c
+++ b/support/regcomp.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2021 Free Software Foundation, Inc.
+ Copyright (C) 2002-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.