]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/x86_64/strspn.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / x86_64 / strspn.S
index b66576106c995d57244115ed3412f0d636538a13..62f061bc8f4534ace926f26b0c2a547ede574620 100644 (file)
@@ -1,7 +1,7 @@
 /* strspn (str, ss) -- Return the length of the initial segment of STR
                        which contains only characters from SS.
    For AMD x86-64.
-   Copyright (C) 1994-2014 Free Software Foundation, Inc.
+   Copyright (C) 1994-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>.
    Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>.