summary refs log tree commit diff
path: root/sysdeps/hppa/hppa1.1
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-01-01 00:14:16 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-01-01 00:14:16 +0000
commitbfff8b1becd7d01c074177df7196ab327cd8c844 (patch)
treea5734b57f2f9823d3991e0ac051db80bcb64da20 /sysdeps/hppa/hppa1.1
parent4f157746e0c713965d9143b52fef606312087c48 (diff)
downloadglibc-bfff8b1becd7d01c074177df7196ab327cd8c844.tar.gz
glibc-bfff8b1becd7d01c074177df7196ab327cd8c844.tar.xz
glibc-bfff8b1becd7d01c074177df7196ab327cd8c844.zip
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'sysdeps/hppa/hppa1.1')
-rw-r--r--sysdeps/hppa/hppa1.1/addmul_1.S2
-rw-r--r--sysdeps/hppa/hppa1.1/mul_1.S2
-rw-r--r--sysdeps/hppa/hppa1.1/s_signbit.c2
-rw-r--r--sysdeps/hppa/hppa1.1/submul_1.S2
-rw-r--r--sysdeps/hppa/hppa1.1/udiv_qrnnd.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/hppa/hppa1.1/addmul_1.S b/sysdeps/hppa/hppa1.1/addmul_1.S
index 72a794aeb9..822365b315 100644
--- a/sysdeps/hppa/hppa1.1/addmul_1.S
+++ b/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-2016 Free Software Foundation, Inc.
+;! Copyright (C) 1992-2017 Free Software Foundation, Inc.
 
 ;! This file is part of the GNU MP Library.
 
diff --git a/sysdeps/hppa/hppa1.1/mul_1.S b/sysdeps/hppa/hppa1.1/mul_1.S
index 7d80056885..0851597c28 100644
--- a/sysdeps/hppa/hppa1.1/mul_1.S
+++ b/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-2016 Free Software Foundation, Inc.
+;! Copyright (C) 1992-2017 Free Software Foundation, Inc.
 
 ;! This file is part of the GNU MP Library.
 
diff --git a/sysdeps/hppa/hppa1.1/s_signbit.c b/sysdeps/hppa/hppa1.1/s_signbit.c
index 8ec4c77079..314c294560 100644
--- a/sysdeps/hppa/hppa1.1/s_signbit.c
+++ b/sysdeps/hppa/hppa1.1/s_signbit.c
@@ -1,5 +1,5 @@
 /* Return nonzero value if number is negative.
-   Copyright (C) 1997-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
diff --git a/sysdeps/hppa/hppa1.1/submul_1.S b/sysdeps/hppa/hppa1.1/submul_1.S
index d047ce98ad..c2b350d735 100644
--- a/sysdeps/hppa/hppa1.1/submul_1.S
+++ b/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-2016 Free Software Foundation, Inc.
+;! Copyright (C) 1992-2017 Free Software Foundation, Inc.
 
 ;! This file is part of the GNU MP Library.
 
diff --git a/sysdeps/hppa/hppa1.1/udiv_qrnnd.S b/sysdeps/hppa/hppa1.1/udiv_qrnnd.S
index 4f7117f8b0..c798241b45 100644
--- a/sysdeps/hppa/hppa1.1/udiv_qrnnd.S
+++ b/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-2016 Free Software Foundation, Inc.
+;! Copyright (C) 1993-2017 Free Software Foundation, Inc.
 
 ;! This file is part of the GNU MP Library.