]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/alpha/strcpy.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / alpha / strcpy.S
index 11dc8e1982b29ba8888df1cfeeeb85187a5c31c7..30b6dec19eb7f7c2751f8bfc44e1b6da9ffd788a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
 
@@ -13,9 +13,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/>.  */
 
 /* Copy a null-terminated string from SRC to DST.  Return a pointer
    to the null-terminator in the source.  */
@@ -39,3 +38,4 @@ ENTRY(strcpy)
        jmp     $31, __stxcpy   # do the copy
 
        END(strcpy)
+libc_hidden_builtin_def (strcpy)