summaryrefslogtreecommitdiff
path: root/tune/pentium.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/pentium.asm
parent795981869074562864e7a0a24ecfa9932ed0cda4 (diff)
downloadgmp-5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4.tar.gz
Canonicalise copyright headers.
Diffstat (limited to 'tune/pentium.asm')
-rw-r--r--tune/pentium.asm24
1 files changed, 12 insertions, 12 deletions
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/.