summaryrefslogtreecommitdiff
path: root/mpn/alpha
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-18 17:05:06 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-18 17:05:06 +0100
commit262c4e1e1fe8944bd1349e1cad08f72ddf2213f2 (patch)
tree9b03e2b621a682f024ed282116f58e3073f931fe /mpn/alpha
parent5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4 (diff)
downloadgmp-262c4e1e1fe8944bd1349e1cad08f72ddf2213f2.tar.gz
Canonicalise copyright headers.
Diffstat (limited to 'mpn/alpha')
-rw-r--r--mpn/alpha/invert_limb.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpn/alpha/invert_limb.asm b/mpn/alpha/invert_limb.asm
index d83e503bc..7ef81ccd6 100644
--- a/mpn/alpha/invert_limb.asm
+++ b/mpn/alpha/invert_limb.asm
@@ -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/.