diff options
author | tege <tege@gmplib.org> | 2007-09-18 20:30:41 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2007-09-18 20:30:41 +0200 |
commit | 629508e4f69bc6e31dc30ce4fde24c71be9b4427 (patch) | |
tree | e268f3787856d9f688fd9ec74b5f7b434e22ddb1 /mpn/x86_64/rshift.asm | |
parent | 1ddc0d7f48253c34c6a155e55b13a9df0ec14278 (diff) | |
download | gmp-629508e4f69bc6e31dc30ce4fde24c71be9b4427.tar.gz |
Update license to version 3.
Diffstat (limited to 'mpn/x86_64/rshift.asm')
-rw-r--r-- | mpn/x86_64/rshift.asm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mpn/x86_64/rshift.asm b/mpn/x86_64/rshift.asm index b778135d1..a99d166f8 100644 --- a/mpn/x86_64/rshift.asm +++ b/mpn/x86_64/rshift.asm @@ -6,7 +6,7 @@ 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 2.1 of the +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, @@ -14,10 +14,8 @@ 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 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., 51 Franklin Street, -dnl Fifth Floor, Boston, MA 02110-1301, USA. +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/. include(`../config.m4') |