Merge tag 'snapshot-start' into stable
[gnulib.git] / lib / memrchr.c
index 5a023e0..742a0c9 100644 (file)
@@ -1,6 +1,6 @@
 /* memrchr -- find the last occurrence of a byte in a memory block
 
-   Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2013 Free Software
+   Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2014 Free Software
    Foundation, Inc.
 
    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),