]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/strchrnul.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / i386 / strchrnul.S
index da4385dd70e15d28e031bbfbf3f88cab08cd03dd..638f989f80b78839ad63b34e1287c3d2a10aeb8c 100644 (file)
@@ -1,7 +1,7 @@
 /* strchrnul (str, chr) -- Return pointer to first occurrence of CHR in STR
    or the final NUL byte.
    For Intel 80x86, x>=3.
-   Copyright (C) 1994-2015 Free Software Foundation, Inc.
+   Copyright (C) 1994-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.org>
    Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>