diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-01-19 12:07:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-01-19 12:07:33 +0200 |
commit | 401405f5a38dc4214d24c5390cd35d71e82405ed (patch) | |
tree | 729bf8b5e2681e1e74a7a2bafe6858d387a55aaf /support/regex.h | |
parent | 8cde2e44a252ac2d80ec3f539d9c2157e8aea33e (diff) | |
parent | 18213a779d239baf5e24ba52d77ba920f314ab7e (diff) | |
download | egawk-401405f5a38dc4214d24c5390cd35d71e82405ed.tar.gz egawk-401405f5a38dc4214d24c5390cd35d71e82405ed.tar.bz2 egawk-401405f5a38dc4214d24c5390cd35d71e82405ed.zip |
Merge branch 'master' into feature/readall
Diffstat (limited to 'support/regex.h')
-rw-r--r-- | support/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regex.h b/support/regex.h index adb69768..a7e0bd02 100644 --- a/support/regex.h +++ b/support/regex.h @@ -1,6 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985, 1989-2021 Free Software Foundation, Inc. + Copyright (C) 1985, 1989-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |