]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/memrchr.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / string / memrchr.c
index 3cfceb717785f40617265bc92879487a6ff6445f..b9b0c9e802ac285e487f1a596930b87a3df62345 100644 (file)
@@ -1,5 +1,5 @@
 /* memrchr -- find the last occurrence of a byte in a memory block
-   Copyright (C) 1991-2015 Free Software Foundation, Inc.
+   Copyright (C) 1991-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
    with help from Dan Sahlin (dan@sics.se) and