diff options
Diffstat (limited to 'libc/string/strnlen.c')
-rw-r--r-- | libc/string/strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strnlen.c b/libc/string/strnlen.c index 2363350f4..8d53afbaf 100644 --- a/libc/string/strnlen.c +++ b/libc/string/strnlen.c @@ -1,5 +1,5 @@ /* Find the length of STRING, but scan at most MAXLEN characters. - Copyright (C) 1991-2013 Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. Based on strlen written by Torbjorn Granlund (tege@sics.se), |