[Gmp-commit] /var/hg/gmp: Canonicalise copyright headers.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Jan 18 16:05:09 UTC 2014
details: /var/hg/gmp/rev/9c743ffd40cd
changeset: 16197:9c743ffd40cd
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat Jan 18 17:05:06 2014 +0100
description:
Canonicalise copyright headers.
diffstat:
mpn/alpha/invert_limb.asm | 8 ++++----
mpn/ia64/logops_n.asm | 8 ++++----
mpn/m68k/mc68020/aorsmul_1.asm | 8 ++++----
mpn/x86/atom/sse2/aorsmul_1.asm | 8 ++++----
mpn/x86/atom/sse2/mod_1_1.asm | 8 ++++----
mpn/x86/atom/sse2/mod_1_4.asm | 8 ++++----
mpn/x86/atom/sse2/mul_1.asm | 2 +-
mpn/x86/atom/sse2/mul_basecase.asm | 10 +++++-----
mpn/x86/atom/sse2/sqr_basecase.asm | 10 +++++-----
mpn/x86/k7/mod_1_1.asm | 8 ++++----
mpn/x86/k7/mod_1_4.asm | 8 ++++----
mpn/x86/mul_1.asm | 8 ++++----
mpn/x86/p6/aors_n.asm | 8 ++++----
mpn/x86/p6/lshsub_n.asm | 8 ++++----
mpn/x86/p6/sse2/mod_1_1.asm | 8 ++++----
mpn/x86/p6/sse2/mod_1_4.asm | 8 ++++----
mpn/x86/pentium4/copyd.asm | 1 -
mpn/x86/pentium4/copyi.asm | 1 -
mpn/x86/pentium4/sse2/addmul_1.asm | 8 ++++----
mpn/x86/pentium4/sse2/bdiv_dbm1c.asm | 2 +-
mpn/x86/pentium4/sse2/mod_1_1.asm | 8 ++++----
mpn/x86/pentium4/sse2/mod_1_4.asm | 8 ++++----
mpn/x86/pentium4/sse2/mul_1.asm | 8 ++++----
mpn/x86/pentium4/sse2/mul_basecase.asm | 8 ++++----
mpn/x86/pentium4/sse2/popcount.asm | 8 ++++----
mpn/x86/pentium4/sse2/sqr_basecase.asm | 8 ++++----
mpn/x86/sqr_basecase.asm | 8 ++++----
27 files changed, 96 insertions(+), 98 deletions(-)
diffs (truncated from 669 to 300 lines):
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/alpha/invert_limb.asm
--- a/mpn/alpha/invert_limb.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/alpha/invert_limb.asm Sat Jan 18 17:05:06 2014 +0100
@@ -1,19 +1,19 @@
dnl Alpha mpn_invert_limb -- Invert a normalized limb.
dnl Copyright 1996, 2000-2003, 2007, 2011, 2013 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/ia64/logops_n.asm
--- a/mpn/ia64/logops_n.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/ia64/logops_n.asm Sat Jan 18 17:05:06 2014 +0100
@@ -4,19 +4,19 @@
dnl Contributed to the GNU project by Torbjorn Granlund.
dnl Copyright 2003-2005 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/m68k/mc68020/aorsmul_1.asm
--- a/mpn/m68k/mc68020/aorsmul_1.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/m68k/mc68020/aorsmul_1.asm Sat Jan 18 17:05:06 2014 +0100
@@ -1,19 +1,19 @@
dnl mc68020 mpn_addmul_1, mpn_submul_1 -- add or subtract mpn multiple.
dnl Copyright 1992, 1994, 1996, 1999-2002, 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/atom/sse2/aorsmul_1.asm
--- a/mpn/x86/atom/sse2/aorsmul_1.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/atom/sse2/aorsmul_1.asm Sat Jan 18 17:05:06 2014 +0100
@@ -3,19 +3,19 @@
dnl Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato.
dnl
dnl Copyright 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/atom/sse2/mod_1_1.asm
--- a/mpn/x86/atom/sse2/mod_1_1.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/atom/sse2/mod_1_1.asm Sat Jan 18 17:05:06 2014 +0100
@@ -1,19 +1,19 @@
dnl Intel Atom/SSE2 mpn_mod_1_1.
dnl Copyright 2009, 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/atom/sse2/mod_1_4.asm
--- a/mpn/x86/atom/sse2/mod_1_4.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/atom/sse2/mod_1_4.asm Sat Jan 18 17:05:06 2014 +0100
@@ -1,19 +1,19 @@
dnl Intel Atom/SSE2 mpn_mod_1_4.
dnl Copyright 2009, 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/atom/sse2/mul_1.asm
--- a/mpn/x86/atom/sse2/mul_1.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/atom/sse2/mul_1.asm Sat Jan 18 17:05:06 2014 +0100
@@ -1,7 +1,7 @@
dnl Intel Atom mpn_mul_1.
dnl Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato.
-dnl
+
dnl Copyright 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/atom/sse2/mul_basecase.asm
--- a/mpn/x86/atom/sse2/mul_basecase.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/atom/sse2/mul_basecase.asm Sat Jan 18 17:05:06 2014 +0100
@@ -2,21 +2,21 @@
dnl a third limb vector.
dnl Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato.
-dnl
+
dnl Copyright 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/atom/sse2/sqr_basecase.asm
--- a/mpn/x86/atom/sse2/sqr_basecase.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/atom/sse2/sqr_basecase.asm Sat Jan 18 17:05:06 2014 +0100
@@ -1,21 +1,21 @@
dnl x86 mpn_sqr_basecase -- square an mpn number, optimised for atom.
dnl Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato.
-dnl
+
dnl Copyright 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/k7/mod_1_1.asm
--- a/mpn/x86/k7/mod_1_1.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/k7/mod_1_1.asm Sat Jan 18 17:05:06 2014 +0100
@@ -3,19 +3,19 @@
dnl Contributed to the GNU project by Niels Möller and Torbjorn Granlund.
dnl
dnl Copyright 2010, 2011 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/k7/mod_1_4.asm
--- a/mpn/x86/k7/mod_1_4.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/k7/mod_1_4.asm Sat Jan 18 17:05:06 2014 +0100
@@ -3,19 +3,19 @@
dnl Contributed to the GNU project by Torbjorn Granlund.
dnl
dnl Copyright 2009, 2010 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 3 of the License, or (at
dnl your option) any later version.
-dnl
+
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
-dnl
+
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
diff -r 0ba977c33113 -r 9c743ffd40cd mpn/x86/mul_1.asm
--- a/mpn/x86/mul_1.asm Sat Jan 18 16:53:26 2014 +0100
+++ b/mpn/x86/mul_1.asm Sat Jan 18 17:05:06 2014 +0100
@@ -2,19 +2,19 @@
dnl with a limb and store the result in a second limb vector.
dnl Copyright 1992, 1994, 1997-2002, 2005 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
+
More information about the gmp-commit
mailing list