Skip to content

Commit

Permalink
Revert libquadmath and libssp copyright patches.
Browse files Browse the repository at this point in the history
From-SVN: r195820
  • Loading branch information
rsandifo authored and Richard Sandiford committed Feb 6, 2013
1 parent 144f2e5 commit 1b78544
Show file tree
Hide file tree
Showing 93 changed files with 104 additions and 91 deletions.
4 changes: 4 additions & 0 deletions libquadmath/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-02-06 Richard Sandiford <[email protected]>

Revert previous patch.

2013-02-03 Richard Sandiford <[email protected]>

Update copyright years.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/cacoshq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return arc hyperbole cosine for __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/cacosq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return cosine of complex __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/casinhq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return arc hyperbole sine for __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/casinq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return arc sine of complex __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/catanhq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return arc hyperbole tangent for __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/catanq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return arc tangent of complex __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/ccoshq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Complex cosine hyperbole function for complex __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/cexpq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return value of complex exponential function for complex __float128 value.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/cimagq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return imaginary part of complex __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/clog10q.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute complex base 10 logarithm for complex __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/clogq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute complex natural logarithm for complex __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/complex.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* GCC Quad-Precision Math Library
Copyright (C) 2010-2013 Free Software Foundation, Inc.
Copyright (C) 2010, 2011 Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <[email protected]>
This file is part of the libquadmath library.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/conjq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return complex conjugate of complex __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/cosq_kernel.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Quad-precision floating point cosine on <-pi/4,pi/4>.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/cprojq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute projection of complex __float128 value to Riemann sphere.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/crealq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return real part of complex __float128 value.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/csinhq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Complex sine hyperbole function for complex __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/csinq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Complex sine function for complex __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/csqrtq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Complex square root of __float128 value.
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.
Based on an algorithm by Stephen L. Moshier <[email protected]>.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/ctanhq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Complex hyperbole tangent for __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/ctanq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Complex tangent function for complex __float128.
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 <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/expq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Quad-precision floating point e^x.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>
Partly based on double-precision code
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/fdimq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return positive difference between arguments.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 2004, 2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/fmaq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation.
Copyright (C) 2010-2013 Free Software Foundation, Inc.
Copyright (C) 2010-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>, 2010.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/fmaxq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return maximum numeric value of X and Y.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/fminq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Return minimum numeric value of X and Y.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/llrintq.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/llroundq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Round __float128 value to long long int.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/lrintq.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/lroundq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Round __float128 value to long int.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/rem_pio2q.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ __quadmath_kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec, cons


/* Quad-precision floating point argument reduction.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/remquoq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute remainder and a congruent to the quotient.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/roundq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Round __float128 to integer away from zero.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/sincos_table.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Quad-precision floating point sine and cosine tables.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/sincosq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute sine and cosine of argument.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/sincosq_kernel.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Quad-precision floating point sine and cosine on <-pi/4,pi/4>.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/sinq_kernel.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Quad-precision floating point sine on <-pi/4,pi/4>.
Copyright (C) 1999-2013 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/tgammaq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Implementation of gamma function according to ISO C.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected], 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/truncq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Truncate argument to nearest integral value not larger than the argument.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997 and
Jakub Jelinek <[email protected]>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/math/x2y2m1q.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Compute x^2 + y^2 - 1, without large cancellation error.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012 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
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/_i18n_number.h
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 2000.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/_itoa.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/_itowa.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/add_n.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/addmul_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/cmp.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/divrem.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion libquadmath/printf/flt1282mpn.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion libquadmath/printf/fpioconst.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion libquadmath/printf/fpioconst.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/gmp-impl.h
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/lshift.c
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion libquadmath/printf/mul.c
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading

0 comments on commit 1b78544

Please sign in to comment.