diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2014-01-18 16:53:26 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2014-01-18 16:53:26 +0100 |
commit | 5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4 (patch) | |
tree | a814c101c7d9a66c1736c604e1723b013e62132e /tune | |
parent | 795981869074562864e7a0a24ecfa9932ed0cda4 (diff) | |
download | gmp-5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4.tar.gz |
Canonicalise copyright headers.
Diffstat (limited to 'tune')
-rw-r--r-- | tune/alpha.asm | 24 | ||||
-rw-r--r-- | tune/hppa.asm | 24 | ||||
-rw-r--r-- | tune/hppa2.asm | 24 | ||||
-rw-r--r-- | tune/hppa2w.asm | 24 | ||||
-rw-r--r-- | tune/ia64.asm | 24 | ||||
-rw-r--r-- | tune/pentium.asm | 24 | ||||
-rw-r--r-- | tune/powerpc.asm | 24 | ||||
-rw-r--r-- | tune/powerpc64.asm | 24 | ||||
-rw-r--r-- | tune/sparcv9.asm | 24 | ||||
-rw-r--r-- | tune/x86_64.asm | 24 |
10 files changed, 120 insertions, 120 deletions
diff --git a/tune/alpha.asm b/tune/alpha.asm index a5f2bfda4..9c70335aa 100644 --- a/tune/alpha.asm +++ b/tune/alpha.asm @@ -1,19 +1,19 @@ dnl Alpha time stamp counter access routine. dnl Copyright 2000, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/hppa.asm b/tune/hppa.asm index 4f40b6096..e5c428560 100644 --- a/tune/hppa.asm +++ b/tune/hppa.asm @@ -1,19 +1,19 @@ dnl HPPA 32-bit time stamp counter access routine. dnl Copyright 2000, 2002, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/hppa2.asm b/tune/hppa2.asm index 77c918266..425d828c6 100644 --- a/tune/hppa2.asm +++ b/tune/hppa2.asm @@ -1,19 +1,19 @@ dnl HPPA 64-bit time stamp counter access routine. dnl Copyright 2000, 2002, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/hppa2w.asm b/tune/hppa2w.asm index 421e66135..1c1d1b7b7 100644 --- a/tune/hppa2w.asm +++ b/tune/hppa2w.asm @@ -1,19 +1,19 @@ dnl HPPA 64-bit time stamp counter access routine. dnl Copyright 2000, 2002, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/ia64.asm b/tune/ia64.asm index 59b5c7302..9f263dc8a 100644 --- a/tune/ia64.asm +++ b/tune/ia64.asm @@ -1,19 +1,19 @@ dnl IA-64 time stamp counter access routine. dnl Copyright 2000, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/pentium.asm b/tune/pentium.asm index 0eb8a6de9..c912ae2f9 100644 --- a/tune/pentium.asm +++ b/tune/pentium.asm @@ -1,19 +1,19 @@ dnl x86 pentium time stamp counter access routine. dnl Copyright 1999, 2000, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/powerpc.asm b/tune/powerpc.asm index e35977f26..bb10e5afe 100644 --- a/tune/powerpc.asm +++ b/tune/powerpc.asm @@ -1,19 +1,19 @@ dnl PowerPC mftb_function -- read time base registers. dnl Copyright 2002 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/powerpc64.asm b/tune/powerpc64.asm index a19635f72..7bd144db2 100644 --- a/tune/powerpc64.asm +++ b/tune/powerpc64.asm @@ -1,19 +1,19 @@ dnl PowerPC mftb_function -- read time base registers, 64-bit integer. dnl Copyright 2002-2004 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/sparcv9.asm b/tune/sparcv9.asm index 34b4e992c..440cd40c8 100644 --- a/tune/sparcv9.asm +++ b/tune/sparcv9.asm @@ -1,19 +1,19 @@ dnl Sparc v9 32-bit time stamp counter access routine. dnl Copyright 2000, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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 --git a/tune/x86_64.asm b/tune/x86_64.asm index bc88aaed2..0723afc9f 100644 --- a/tune/x86_64.asm +++ b/tune/x86_64.asm @@ -1,19 +1,19 @@ dnl x86 pentium time stamp counter access routine. dnl Copyright 1999, 2000, 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 -dnl modify it under the terms of the GNU Lesser General Public License as -dnl published by the Free Software Foundation; either version 3 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU MP Library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Lesser General Public License for more details. -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 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 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/. |