summaryrefslogtreecommitdiff
path: root/tune/powerpc64.asm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-18 16:53:26 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-18 16:53:26 +0100
commit5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4 (patch)
treea814c101c7d9a66c1736c604e1723b013e62132e /tune/powerpc64.asm
parent795981869074562864e7a0a24ecfa9932ed0cda4 (diff)
downloadgmp-5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4.tar.gz
Canonicalise copyright headers.
Diffstat (limited to 'tune/powerpc64.asm')
-rw-r--r--tune/powerpc64.asm24
1 files changed, 12 insertions, 12 deletions
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/.