summaryrefslogtreecommitdiff
path: root/mpn/x86_64/lshift.asm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-20 23:12:51 +0100
commit8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778 (patch)
treec519d91aebfdecd7267c93a9a2d975b19af29995 /mpn/x86_64/lshift.asm
parent5c9b80d6146c5f57a51cceaeff7a1142c7ff9c61 (diff)
downloadgmp-8ef6040bf42b68a1da0a6da7d41b8eb31e4c4778.tar.gz
Add copyright years.
Diffstat (limited to 'mpn/x86_64/lshift.asm')
-rw-r--r--mpn/x86_64/lshift.asm25
1 files changed, 13 insertions, 12 deletions
diff --git a/mpn/x86_64/lshift.asm b/mpn/x86_64/lshift.asm
index 2c4daf47d..e34bdc3e4 100644
--- a/mpn/x86_64/lshift.asm
+++ b/mpn/x86_64/lshift.asm
@@ -1,19 +1,20 @@
dnl AMD64 mpn_lshift -- mpn left shift.
-dnl Copyright 2003, 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
+dnl Copyright 2003, 2005, 2007, 2009, 2011, 2012 Free Software Foundation,
+dnl 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 http://www.gnu.org/licenses/.