]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strnlen.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / string / strnlen.c
index b3ab7ae44a33089459d70074a528cb9d206289e0..803d78b7d565126437f69deef4ff9899a706f3be 100644 (file)
@@ -1,5 +1,5 @@
 /* Find the length of STRING, but scan at most MAXLEN characters.
-   Copyright (C) 1991-2014 Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    Based on strlen written by Torbjorn Granlund (tege@sics.se),