From 447299c13f05b6346aab1308254f108a2b6c35e8 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 19 Jan 2014 21:43:22 +0100 Subject: Canonicalise copyright headers. --- mpq/Makefile.am | 6 +++--- mpq/abs.c | 6 +++--- mpq/aors.c | 6 +++--- mpq/canonicalize.c | 6 +++--- mpq/clear.c | 6 +++--- mpq/clears.c | 6 +++--- mpq/cmp.c | 6 +++--- mpq/cmp_si.c | 6 +++--- mpq/cmp_ui.c | 6 +++--- mpq/div.c | 6 +++--- mpq/equal.c | 6 +++--- mpq/get_d.c | 6 +++--- mpq/get_den.c | 6 +++--- mpq/get_num.c | 6 +++--- mpq/get_str.c | 6 +++--- mpq/init.c | 6 +++--- mpq/inits.c | 6 +++--- mpq/inp_str.c | 6 +++--- mpq/inv.c | 6 +++--- mpq/md_2exp.c | 6 +++--- mpq/mul.c | 6 +++--- mpq/neg.c | 6 +++--- mpq/out_str.c | 6 +++--- mpq/set.c | 6 +++--- mpq/set_d.c | 6 +++--- mpq/set_den.c | 6 +++--- mpq/set_f.c | 6 +++--- mpq/set_num.c | 6 +++--- mpq/set_si.c | 6 +++--- mpq/set_str.c | 6 +++--- mpq/set_ui.c | 6 +++--- mpq/set_z.c | 6 +++--- mpq/swap.c | 6 +++--- 33 files changed, 99 insertions(+), 99 deletions(-) (limited to 'mpq') diff --git a/mpq/Makefile.am b/mpq/Makefile.am index a1d215e4f..387265c66 100644 --- a/mpq/Makefile.am +++ b/mpq/Makefile.am @@ -5,9 +5,9 @@ # This file is part of the GNU MP Library. # # The GNU MP Library is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 3 of the License, or (at your -# option) any later version. +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 3 of the License, or (at +# your option) any later version. # # The GNU MP Library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/abs.c b/mpq/abs.c index b2fd47998..2a95fa338 100644 --- a/mpq/abs.c +++ b/mpq/abs.c @@ -5,9 +5,9 @@ Copyright 2000, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/aors.c b/mpq/aors.c index 8147fd421..e8317bf94 100644 --- a/mpq/aors.c +++ b/mpq/aors.c @@ -6,9 +6,9 @@ Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/canonicalize.c b/mpq/canonicalize.c index a0b81b75e..f993a878f 100644 --- a/mpq/canonicalize.c +++ b/mpq/canonicalize.c @@ -6,9 +6,9 @@ Copyright 1991, 1994-1996, 2000, 2001, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/clear.c b/mpq/clear.c index 9601acb89..7b9bd4c31 100644 --- a/mpq/clear.c +++ b/mpq/clear.c @@ -5,9 +5,9 @@ Copyright 1991, 1994, 1995, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/clears.c b/mpq/clears.c index c5d8a4d7a..e34a6df8a 100644 --- a/mpq/clears.c +++ b/mpq/clears.c @@ -5,9 +5,9 @@ Copyright 2009, 2014 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/cmp.c b/mpq/cmp.c index 2b2f57f8d..7124b301f 100644 --- a/mpq/cmp.c +++ b/mpq/cmp.c @@ -6,9 +6,9 @@ Copyright 1991, 1994, 1996, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/cmp_si.c b/mpq/cmp_si.c index 259fe689e..2b1962279 100644 --- a/mpq/cmp_si.c +++ b/mpq/cmp_si.c @@ -5,9 +5,9 @@ Copyright 2001, 2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/cmp_ui.c b/mpq/cmp_ui.c index de991f42e..9e03561c1 100644 --- a/mpq/cmp_ui.c +++ b/mpq/cmp_ui.c @@ -7,9 +7,9 @@ Copyright 1993, 1994, 1996, 2000-2003, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/div.c b/mpq/div.c index a9223af7e..5f533c33f 100644 --- a/mpq/div.c +++ b/mpq/div.c @@ -5,9 +5,9 @@ Copyright 1991, 1994-1996, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/equal.c b/mpq/equal.c index 822cf6ccf..6623394f5 100644 --- a/mpq/equal.c +++ b/mpq/equal.c @@ -6,9 +6,9 @@ Copyright 1996, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/get_d.c b/mpq/get_d.c index 595f594b4..d29e6a29b 100644 --- a/mpq/get_d.c +++ b/mpq/get_d.c @@ -5,9 +5,9 @@ Copyright 1995, 1996, 2001-2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/get_den.c b/mpq/get_den.c index d0f5a8b89..23c979af6 100644 --- a/mpq/get_den.c +++ b/mpq/get_den.c @@ -5,9 +5,9 @@ Copyright 1991, 1994, 1995, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/get_num.c b/mpq/get_num.c index 990e14fb0..68b3e0638 100644 --- a/mpq/get_num.c +++ b/mpq/get_num.c @@ -5,9 +5,9 @@ Copyright 1991, 1994, 1995, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/get_str.c b/mpq/get_str.c index 67e102f09..ec9f66e1b 100644 --- a/mpq/get_str.c +++ b/mpq/get_str.c @@ -5,9 +5,9 @@ Copyright 2001, 2002, 2006, 2011 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/init.c b/mpq/init.c index f97046740..f8eaf210c 100644 --- a/mpq/init.c +++ b/mpq/init.c @@ -5,9 +5,9 @@ Copyright 1991, 1994, 1995, 2000-2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/inits.c b/mpq/inits.c index c4dd58261..6090d548a 100644 --- a/mpq/inits.c +++ b/mpq/inits.c @@ -5,9 +5,9 @@ Copyright 2009 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/inp_str.c b/mpq/inp_str.c index 2879ea2f5..bd5cbcae1 100644 --- a/mpq/inp_str.c +++ b/mpq/inp_str.c @@ -5,9 +5,9 @@ Copyright 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/inv.c b/mpq/inv.c index 3b9ba05fd..887fec9bb 100644 --- a/mpq/inv.c +++ b/mpq/inv.c @@ -6,9 +6,9 @@ Copyright 1991, 1994, 1995, 2000, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/md_2exp.c b/mpq/md_2exp.c index 39dae94f4..ad71b7413 100644 --- a/mpq/md_2exp.c +++ b/mpq/md_2exp.c @@ -6,9 +6,9 @@ Copyright 2000, 2002, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/mul.c b/mpq/mul.c index a76b17a51..6c16c027f 100644 --- a/mpq/mul.c +++ b/mpq/mul.c @@ -5,9 +5,9 @@ Copyright 1991, 1994-1996, 2000-2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/neg.c b/mpq/neg.c index 4d8edc1ee..71a3bdf4c 100644 --- a/mpq/neg.c +++ b/mpq/neg.c @@ -5,9 +5,9 @@ Copyright 2000, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/out_str.c b/mpq/out_str.c index e910c4050..de88c00cc 100644 --- a/mpq/out_str.c +++ b/mpq/out_str.c @@ -6,9 +6,9 @@ Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set.c b/mpq/set.c index 26a7c58e9..305a656ea 100644 --- a/mpq/set.c +++ b/mpq/set.c @@ -5,9 +5,9 @@ Copyright 1991, 1994, 1995, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_d.c b/mpq/set_d.c index 4f9afc365..3b271c9ec 100644 --- a/mpq/set_d.c +++ b/mpq/set_d.c @@ -5,9 +5,9 @@ Copyright 2000, 2002, 2003, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_den.c b/mpq/set_den.c index ba97a8f42..f956057b1 100644 --- a/mpq/set_den.c +++ b/mpq/set_den.c @@ -5,9 +5,9 @@ Copyright 1991, 1994-1996, 2000, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_f.c b/mpq/set_f.c index cd8944e92..a42088b55 100644 --- a/mpq/set_f.c +++ b/mpq/set_f.c @@ -5,9 +5,9 @@ Copyright 2000-2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_num.c b/mpq/set_num.c index 16e1b3483..ddebbd082 100644 --- a/mpq/set_num.c +++ b/mpq/set_num.c @@ -5,9 +5,9 @@ Copyright 1991, 1994, 1995, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_si.c b/mpq/set_si.c index 65f0742c2..729a4c36a 100644 --- a/mpq/set_si.c +++ b/mpq/set_si.c @@ -6,9 +6,9 @@ Copyright 1991, 1994, 1995, 2001, 2003 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_str.c b/mpq/set_str.c index 63805b0e8..5830d07ad 100644 --- a/mpq/set_str.c +++ b/mpq/set_str.c @@ -5,9 +5,9 @@ Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_ui.c b/mpq/set_ui.c index a8ed08687..be09c0627 100644 --- a/mpq/set_ui.c +++ b/mpq/set_ui.c @@ -6,9 +6,9 @@ Copyright 1991, 1994, 1995, 2001-2003 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/set_z.c b/mpq/set_z.c index 9bcfa374a..ffa224b3c 100644 --- a/mpq/set_z.c +++ b/mpq/set_z.c @@ -5,9 +5,9 @@ Copyright 1996, 2001, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY diff --git a/mpq/swap.c b/mpq/swap.c index 4744848d5..14b59a8eb 100644 --- a/mpq/swap.c +++ b/mpq/swap.c @@ -5,9 +5,9 @@ Copyright 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at your -option) any later version. +it under the terms of the GNU Lesser General Public License as published +by the Free Software Foundation; either version 3 of the License, or (at +your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- cgit v1.2.1