diff options
Diffstat (limited to 'string/strnlen.c')
-rw-r--r-- | string/strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strnlen.c b/string/strnlen.c index 6bb904760c..e463ed79bf 100644 --- a/string/strnlen.c +++ b/string/strnlen.c @@ -1,5 +1,5 @@ /* Find the length of STRING, but scan at most MAXLEN characters. - Copyright (C) 1991-2021 Free Software Foundation, Inc. + Copyright (C) 1991-2022 Free Software Foundation, Inc. Based on strlen written by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se); |