summaryrefslogtreecommitdiff
path: root/mpn/x86/pentium4/copyi.asm
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2003-09-28 05:53:44 +0200
committertege <tege@gmplib.org>2003-09-28 05:53:44 +0200
commitea9b7ecc3756d68d7b7554bef84d8077c4d7520d (patch)
tree6501d15987a3eba334ff76f9df343e59d97f8386 /mpn/x86/pentium4/copyi.asm
parent6bf9e2b32f1491a69317708474c201727ead2b6d (diff)
downloadgmp-ea9b7ecc3756d68d7b7554bef84d8077c4d7520d.tar.gz
Clean up spacing, tabify.
Diffstat (limited to 'mpn/x86/pentium4/copyi.asm')
-rw-r--r--mpn/x86/pentium4/copyi.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpn/x86/pentium4/copyi.asm b/mpn/x86/pentium4/copyi.asm
index f9a607fec..4b52b56ac 100644
--- a/mpn/x86/pentium4/copyi.asm
+++ b/mpn/x86/pentium4/copyi.asm
@@ -2,19 +2,19 @@ dnl Pentium-4 mpn_copyi -- copy limb vector, incrementing.
dnl
dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
-dnl
+dnl
dnl This file is part of the GNU MP Library.
-dnl
+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 2.1 of the
dnl License, or (at your option) any later version.
-dnl
+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
dnl You should have received a copy of the GNU Lesser General Public
dnl License along with the GNU MP Library; see the file COPYING.LIB. If
dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -