diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-01 21:03:15 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-01 22:00:23 +1000 |
commit | d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (patch) | |
tree | 387a69ccb4ae826de2e17a74e2adb35f0d7e2308 /ports/sysdeps/alpha/alphaev6 | |
parent | 0d547fcba7f54d499380f83791cfc1c1e4ef1870 (diff) | |
download | glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.gz glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.xz glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.zip |
Update copyright notices with scripts/update-copyrights
Diffstat (limited to 'ports/sysdeps/alpha/alphaev6')
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/addmul_1.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/memcpy.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/memset.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/stxcpy.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev6/stxncpy.S | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/ports/sysdeps/alpha/alphaev6/addmul_1.S b/ports/sysdeps/alpha/alphaev6/addmul_1.S index f6a7f59c87..9e56fc87da 100644 --- a/ports/sysdeps/alpha/alphaev6/addmul_1.S +++ b/ports/sysdeps/alpha/alphaev6/addmul_1.S @@ -1,7 +1,7 @@ # Alpha ev6 mpn_addmul_1 -- Multiply a limb vector with a limb and add # the result to a second limb vector. # - # Copyright (C) 2000-2013 Free Software Foundation, Inc. + # Copyright (C) 2000-2014 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # diff --git a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S b/ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S index 2aac3d3280..3a3526dd26 100644 --- a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S +++ b/ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S b/ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S index 5aeafca9ad..f5cbc26d36 100644 --- a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S +++ b/ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/ports/sysdeps/alpha/alphaev6/memcpy.S b/ports/sysdeps/alpha/alphaev6/memcpy.S index c6ce937896..0208501f1f 100644 --- a/ports/sysdeps/alpha/alphaev6/memcpy.S +++ b/ports/sysdeps/alpha/alphaev6/memcpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. diff --git a/ports/sysdeps/alpha/alphaev6/memset.S b/ports/sysdeps/alpha/alphaev6/memset.S index a4d2abaeaf..f871561fda 100644 --- a/ports/sysdeps/alpha/alphaev6/memset.S +++ b/ports/sysdeps/alpha/alphaev6/memset.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu) EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. This file is part of the GNU C Library. diff --git a/ports/sysdeps/alpha/alphaev6/stxcpy.S b/ports/sysdeps/alpha/alphaev6/stxcpy.S index bf24703714..6a8b92c70f 100644 --- a/ports/sysdeps/alpha/alphaev6/stxcpy.S +++ b/ports/sysdeps/alpha/alphaev6/stxcpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu) EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. This file is part of the GNU C Library. diff --git a/ports/sysdeps/alpha/alphaev6/stxncpy.S b/ports/sysdeps/alpha/alphaev6/stxncpy.S index a43ee8b0e9..81522d5d15 100644 --- a/ports/sysdeps/alpha/alphaev6/stxncpy.S +++ b/ports/sysdeps/alpha/alphaev6/stxncpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu) EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. This file is part of the GNU C Library. |