summaryrefslogtreecommitdiff
path: root/libquadmath/printf
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-02-06 22:03:54 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-02-06 22:03:54 +0000
commit1b78544ffe0cdca95b935ca740efb5919a2b72e9 (patch)
tree0fea64ccb8e93009e882a58b973ffdbffdf017a9 /libquadmath/printf
parent144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4 (diff)
Revert libquadmath and libssp copyright patches.
From-SVN: r195820
Diffstat (limited to 'libquadmath/printf')
-rw-r--r--libquadmath/printf/_i18n_number.h2
-rw-r--r--libquadmath/printf/_itoa.h2
-rw-r--r--libquadmath/printf/_itowa.h2
-rw-r--r--libquadmath/printf/add_n.c2
-rw-r--r--libquadmath/printf/addmul_1.c2
-rw-r--r--libquadmath/printf/cmp.c2
-rw-r--r--libquadmath/printf/divrem.c2
-rw-r--r--libquadmath/printf/flt1282mpn.c3
-rw-r--r--libquadmath/printf/fpioconst.c3
-rw-r--r--libquadmath/printf/fpioconst.h3
-rw-r--r--libquadmath/printf/gmp-impl.h2
-rw-r--r--libquadmath/printf/lshift.c2
-rw-r--r--libquadmath/printf/mul.c2
-rw-r--r--libquadmath/printf/mul_1.c2
-rw-r--r--libquadmath/printf/mul_n.c2
-rw-r--r--libquadmath/printf/printf_fp.c2
-rw-r--r--libquadmath/printf/printf_fphex.c2
-rw-r--r--libquadmath/printf/quadmath-printf.c2
-rw-r--r--libquadmath/printf/quadmath-printf.h2
-rw-r--r--libquadmath/printf/rshift.c2
-rw-r--r--libquadmath/printf/sub_n.c2
-rw-r--r--libquadmath/printf/submul_1.c2
22 files changed, 25 insertions, 22 deletions
diff --git a/libquadmath/printf/_i18n_number.h b/libquadmath/printf/_i18n_number.h
index bddcac0a0d1..80065d88b13 100644
--- a/libquadmath/printf/_i18n_number.h
+++ b/libquadmath/printf/_i18n_number.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2004, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
diff --git a/libquadmath/printf/_itoa.h b/libquadmath/printf/_itoa.h
index 4dc98f38596..a0cd2b05ca4 100644
--- a/libquadmath/printf/_itoa.h
+++ b/libquadmath/printf/_itoa.h
@@ -1,5 +1,5 @@
/* Internal function for converting integers to ASCII.
- Copyright (C) 1994-2013 Free Software Foundation, Inc.
+ Copyright (C) 1994-1999,2002,2003,2007 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/libquadmath/printf/_itowa.h b/libquadmath/printf/_itowa.h
index 2e16dc672d5..4717b5c654d 100644
--- a/libquadmath/printf/_itowa.h
+++ b/libquadmath/printf/_itowa.h
@@ -1,5 +1,5 @@
/* Internal function for converting integers to ASCII.
- Copyright (C) 1994-2013 Free Software Foundation, Inc.
+ Copyright (C) 1994,95,96,97,98,99,2002,2003 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/libquadmath/printf/add_n.c b/libquadmath/printf/add_n.c
index 8183cee8960..749cf3ee8ad 100644
--- a/libquadmath/printf/add_n.c
+++ b/libquadmath/printf/add_n.c
@@ -1,6 +1,6 @@
/* mpn_add_n -- Add two limb vectors of equal, non-zero length.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/addmul_1.c b/libquadmath/printf/addmul_1.c
index f99ee8cb4cb..f527f984839 100644
--- a/libquadmath/printf/addmul_1.c
+++ b/libquadmath/printf/addmul_1.c
@@ -3,7 +3,7 @@
limb vector pointed to by RES_PTR. Return the most significant limb of
the product, adjusted for carry-out from the addition.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/cmp.c b/libquadmath/printf/cmp.c
index 31e83e7e603..a4be43e2a17 100644
--- a/libquadmath/printf/cmp.c
+++ b/libquadmath/printf/cmp.c
@@ -1,6 +1,6 @@
/* mpn_cmp -- Compare two low-level natural-number integers.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/divrem.c b/libquadmath/printf/divrem.c
index 25640fdd8c2..944d1a0c08c 100644
--- a/libquadmath/printf/divrem.c
+++ b/libquadmath/printf/divrem.c
@@ -1,7 +1,7 @@
/* mpn_divrem -- Divide natural numbers, producing both remainder and
quotient.
-Copyright (C) 1993-2013 Free Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/flt1282mpn.c b/libquadmath/printf/flt1282mpn.c
index 0c091efb95d..0105314ef3a 100644
--- a/libquadmath/printf/flt1282mpn.c
+++ b/libquadmath/printf/flt1282mpn.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003
+ 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/libquadmath/printf/fpioconst.c b/libquadmath/printf/fpioconst.c
index 9f9aff7d3a6..cacb1446dde 100644
--- a/libquadmath/printf/fpioconst.c
+++ b/libquadmath/printf/fpioconst.c
@@ -1,5 +1,6 @@
/* Table of MP integer constants 10^(2^i), used for floating point <-> decimal.
- Copyright (C) 1995-2013 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
+ 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/libquadmath/printf/fpioconst.h b/libquadmath/printf/fpioconst.h
index 40375a4c426..7b7a40a27b0 100644
--- a/libquadmath/printf/fpioconst.h
+++ b/libquadmath/printf/fpioconst.h
@@ -1,5 +1,6 @@
/* Header file for constants used in floating point <-> decimal conversions.
- Copyright (C) 1995-2013 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
+ 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/libquadmath/printf/gmp-impl.h b/libquadmath/printf/gmp-impl.h
index bf280900140..0f1419277de 100644
--- a/libquadmath/printf/gmp-impl.h
+++ b/libquadmath/printf/gmp-impl.h
@@ -1,6 +1,6 @@
/* Include file for internal GNU MP types and definitions.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1995, 1996, 2011 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/lshift.c b/libquadmath/printf/lshift.c
index 62108bf7b21..58aa8d4649f 100644
--- a/libquadmath/printf/lshift.c
+++ b/libquadmath/printf/lshift.c
@@ -1,6 +1,6 @@
/* mpn_lshift -- Shift left low level.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/mul.c b/libquadmath/printf/mul.c
index 1cd44b2958c..d31fa36fa98 100644
--- a/libquadmath/printf/mul.c
+++ b/libquadmath/printf/mul.c
@@ -1,6 +1,6 @@
/* mpn_mul -- Multiply two natural numbers.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/mul_1.c b/libquadmath/printf/mul_1.c
index e0e40f446e7..48a273f075b 100644
--- a/libquadmath/printf/mul_1.c
+++ b/libquadmath/printf/mul_1.c
@@ -1,7 +1,7 @@
/* mpn_mul_1 -- Multiply a limb vector with a single limb and
store the product in a second limb vector.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/mul_n.c b/libquadmath/printf/mul_n.c
index 15627b3d357..c4bc1bed28f 100644
--- a/libquadmath/printf/mul_n.c
+++ b/libquadmath/printf/mul_n.c
@@ -1,6 +1,6 @@
/* mpn_mul_n -- Multiply two natural numbers of length n.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/printf_fp.c b/libquadmath/printf/printf_fp.c
index fc08dc1f6c0..8effcee88fa 100644
--- a/libquadmath/printf/printf_fp.c
+++ b/libquadmath/printf/printf_fp.c
@@ -1,5 +1,5 @@
/* Floating point output for `printf'.
- Copyright (C) 1995-2013 Free Software Foundation, Inc.
+ Copyright (C) 1995-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/libquadmath/printf/printf_fphex.c b/libquadmath/printf/printf_fphex.c
index 2ab249b7954..fc960f38eb9 100644
--- a/libquadmath/printf/printf_fphex.c
+++ b/libquadmath/printf/printf_fphex.c
@@ -1,5 +1,5 @@
/* Print floating point number in hexadecimal notation according to ISO C99.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/printf/quadmath-printf.c b/libquadmath/printf/quadmath-printf.c
index 44c1f4904ab..b70f432cce0 100644
--- a/libquadmath/printf/quadmath-printf.c
+++ b/libquadmath/printf/quadmath-printf.c
@@ -1,5 +1,5 @@
/* GCC Quad-Precision Math Library
- Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ Copyright (C) 2011 Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>
This file is part of the libquadmath library.
diff --git a/libquadmath/printf/quadmath-printf.h b/libquadmath/printf/quadmath-printf.h
index 60e0d994a45..32ebcec928c 100644
--- a/libquadmath/printf/quadmath-printf.h
+++ b/libquadmath/printf/quadmath-printf.h
@@ -1,5 +1,5 @@
/* GCC Quad-Precision Math Library
- Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ Copyright (C) 2011 Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>
This file is part of the libquadmath library.
diff --git a/libquadmath/printf/rshift.c b/libquadmath/printf/rshift.c
index bc56855db22..17fd914d9d0 100644
--- a/libquadmath/printf/rshift.c
+++ b/libquadmath/printf/rshift.c
@@ -1,6 +1,6 @@
/* mpn_rshift -- Shift right a low-level natural-number integer.
-Copyright (C) 1991-2013 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/sub_n.c b/libquadmath/printf/sub_n.c
index 777e091cdda..92e7187313b 100644
--- a/libquadmath/printf/sub_n.c
+++ b/libquadmath/printf/sub_n.c
@@ -1,6 +1,6 @@
/* mpn_sub_n -- Subtract two limb vectors of equal, non-zero length.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libquadmath/printf/submul_1.c b/libquadmath/printf/submul_1.c
index bb922e9d9aa..31903c6284e 100644
--- a/libquadmath/printf/submul_1.c
+++ b/libquadmath/printf/submul_1.c
@@ -3,7 +3,7 @@
from the limb vector pointed to by RES_PTR. Return the most significant
limb of the product, adjusted for carry-out from the subtraction.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1996, 2005 Free Software Foundation, Inc.
This file is part of the GNU MP Library.