1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Update copyright dates not handled by scripts/update-copyrights

I've updated copyright dates in glibc for 2023.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.
This commit is contained in:
Joseph Myers
2023-01-06 21:45:36 +00:00
parent 6d7e8eda9b
commit ae612c45ef
21 changed files with 21 additions and 21 deletions

View File

@ -70,7 +70,7 @@ do_version() {
printf $"Copyright (C) %s Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
" "2022"
" "2023"
printf $"Written by %s.
" "Ulrich Drepper"
exit 0