]> 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 d2bb843fddbf93eebb857cd0896cb3441bafa431..b2b06643916d2af940fc6d386a3039414825f796 100644 (file)
@@ -1,5 +1,5 @@
 /* Find the length of STRING, but scan at most MAXLEN characters.
-   Copyright (C) 1991-2015 Free Software Foundation, Inc.
+   Copyright (C) 1991-2016 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    Based on strlen written by Torbjorn Granlund (tege@sics.se),