]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ia64/strcmp.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / ia64 / strcmp.S
index 397f300c56c66483301a84a2f9248eea8adf2779..c96262a35e69bdf1c13ae1a3ecc360a10d69de47 100644 (file)
@@ -1,6 +1,6 @@
 /* Optimized version of the standard strcmp() function.
    This file is part of the GNU C Library.
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000-2015 Free Software Foundation, Inc.
    Contributed by Dan Pop <Dan.Pop@cern.ch>.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 /* Return: the result of the comparison
 
@@ -51,3 +50,4 @@ ENTRY(strcmp)
        sub     ret0 = val1, val2
        br.ret.sptk.many b0
 END(strcmp)
+libc_hidden_builtin_def (strcmp)