Update copyright notices with scripts/update-copyrights
[jlayton/glibc.git] / sysdeps / i386 / memchr.S
index 67995002ed9257d5f243323b835a5d61f0efd859..f82e894ca459f143932e32d3e5a2cd5a76bc7211 100644 (file)
@@ -1,6 +1,6 @@
 /* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR
         less than LEN.  For Intel 80x86, x>=3.
-   Copyright (C) 1994-2013 Free Software Foundation, Inc.
+   Copyright (C) 1994-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
    Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>