]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - debug/mempcpy_chk.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / debug / mempcpy_chk.c
index 3ca916b83eae2eb6f503c176ff792345bf3a20b4..00a242ac47b06d68e4d162ed586a20607c920159 100644 (file)
@@ -1,7 +1,7 @@
 /* Copy memory to memory until the specified number of bytes
    has been copied, return pointer to following byte, with error checking.
    Overlap is NOT handled correctly.
-   Copyright (C) 1991-2014 Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Torbjorn Granlund (tege@sics.se).