diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-12 00:11:18 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-12 00:11:18 +0200 |
commit | e70c6edbdedea57458a740458e8cae08979aa9af (patch) | |
tree | 649b7f34a473beaa8b8ada07ae1edce207829d3d /mpn/alpha | |
parent | 088d3ef13ebb7810f36307dee32c112a63e34110 (diff) | |
download | gmp-e70c6edbdedea57458a740458e8cae08979aa9af.tar.gz |
Add copyright.
Rename from umul.s included removing .file and compiler identifiers.
Diffstat (limited to 'mpn/alpha')
-rw-r--r-- | mpn/alpha/umul.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mpn/alpha/umul.asm b/mpn/alpha/umul.asm index c3caa9008..7705aa829 100644 --- a/mpn/alpha/umul.asm +++ b/mpn/alpha/umul.asm @@ -1,3 +1,24 @@ +dnl Currently unused. + + +dnl Copyright (C) 1999 Free Software Foundation, Inc. + +dnl This file is part of the GNU MP Library. + +dnl The GNU MP Library is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU Library General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or (at your +dnl 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 Library General Public +dnl License for more details. + +dnl You should have received a copy of the GNU Library General Public License +dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to +dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +dnl MA 02111-1307, USA. .set noreorder .set volatile |