summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/hppa/hppa1.1
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/hppa/hppa1.1')
-rw-r--r--libc/ports/sysdeps/hppa/hppa1.1/addmul_1.S2
-rw-r--r--libc/ports/sysdeps/hppa/hppa1.1/mul_1.S2
-rw-r--r--libc/ports/sysdeps/hppa/hppa1.1/s_signbit.c2
-rw-r--r--libc/ports/sysdeps/hppa/hppa1.1/submul_1.S2
-rw-r--r--libc/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/libc/ports/sysdeps/hppa/hppa1.1/addmul_1.S b/libc/ports/sysdeps/hppa/hppa1.1/addmul_1.S
index ce1137bb9..caee4feb2 100644
--- a/libc/ports/sysdeps/hppa/hppa1.1/addmul_1.S
+++ b/libc/ports/sysdeps/hppa/hppa1.1/addmul_1.S
@@ -1,7 +1,7 @@
;! HP-PA-1.1 __mpn_addmul_1 -- Multiply a limb vector with a limb and
;! add the result to a second limb vector.
-;! Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+;! Copyright (C) 1992-2013 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
diff --git a/libc/ports/sysdeps/hppa/hppa1.1/mul_1.S b/libc/ports/sysdeps/hppa/hppa1.1/mul_1.S
index 53abc0955..d20cf7566 100644
--- a/libc/ports/sysdeps/hppa/hppa1.1/mul_1.S
+++ b/libc/ports/sysdeps/hppa/hppa1.1/mul_1.S
@@ -1,7 +1,7 @@
;! HP-PA-1.1 __mpn_mul_1 -- Multiply a limb vector with a limb and store
;! the result in a second limb vector.
-;! Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+;! Copyright (C) 1992-2013 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
diff --git a/libc/ports/sysdeps/hppa/hppa1.1/s_signbit.c b/libc/ports/sysdeps/hppa/hppa1.1/s_signbit.c
index 3e298a29d..7cc63bab6 100644
--- a/libc/ports/sysdeps/hppa/hppa1.1/s_signbit.c
+++ b/libc/ports/sysdeps/hppa/hppa1.1/s_signbit.c
@@ -1,5 +1,5 @@
/* Return nonzero value if number is negative.
- Copyright (C) 1997, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/ports/sysdeps/hppa/hppa1.1/submul_1.S b/libc/ports/sysdeps/hppa/hppa1.1/submul_1.S
index 910745243..31275a159 100644
--- a/libc/ports/sysdeps/hppa/hppa1.1/submul_1.S
+++ b/libc/ports/sysdeps/hppa/hppa1.1/submul_1.S
@@ -1,7 +1,7 @@
;! HP-PA-1.1 __mpn_submul_1 -- Multiply a limb vector with a limb and
;! subtract the result from a second limb vector.
-;! Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+;! Copyright (C) 1992-2013 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
diff --git a/libc/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S b/libc/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S
index bcb3a86dd..33d6efce4 100644
--- a/libc/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S
+++ b/libc/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S
@@ -1,7 +1,7 @@
;! HP-PA __udiv_qrnnd division support, used from longlong.h.
;! This version runs fast on PA 7000 and later.
-;! Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+;! Copyright (C) 1993-2013 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.