summaryrefslogtreecommitdiff
path: root/mpn/sparc64
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 23:16:08 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 23:16:08 +0200
commitfbe757a360907c26a829a5ac6844a75e07d86bc2 (patch)
tree4ef95d15ede8b5a1a8cf6a42cfa1cafc5107e616 /mpn/sparc64
parent115954cb274e6c8bf2847c39a166447d45897cfc (diff)
downloadgmp-fbe757a360907c26a829a5ac6844a75e07d86bc2.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn/sparc64')
-rw-r--r--mpn/sparc64/copyi.asm2
-rw-r--r--mpn/sparc64/gmp-mparam.h2
-rw-r--r--mpn/sparc64/lshift.asm2
-rw-r--r--mpn/sparc64/rshift.asm2
-rw-r--r--mpn/sparc64/sub_n.asm2
5 files changed, 5 insertions, 5 deletions
diff --git a/mpn/sparc64/copyi.asm b/mpn/sparc64/copyi.asm
index 069afdb29..da66401ef 100644
--- a/mpn/sparc64/copyi.asm
+++ b/mpn/sparc64/copyi.asm
@@ -1,6 +1,6 @@
! SPARC v9 __mpn_copy -- Copy a limb vector.
-! Copyright (C) 1999 Free Software Foundation, Inc.
+! Copyright (C) 1999, 2000 Free Software Foundation, Inc.
! This file is part of the GNU MP Library.
diff --git a/mpn/sparc64/gmp-mparam.h b/mpn/sparc64/gmp-mparam.h
index f3280088a..e717200cb 100644
--- a/mpn/sparc64/gmp-mparam.h
+++ b/mpn/sparc64/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/sparc64/lshift.asm b/mpn/sparc64/lshift.asm
index 745c2e09b..344b11e3d 100644
--- a/mpn/sparc64/lshift.asm
+++ b/mpn/sparc64/lshift.asm
@@ -1,6 +1,6 @@
! SPARC v9 __mpn_lshift --
-! Copyright (C) 1996 Free Software Foundation, Inc.
+! Copyright (C) 1996, 2000 Free Software Foundation, Inc.
! This file is part of the GNU MP Library.
diff --git a/mpn/sparc64/rshift.asm b/mpn/sparc64/rshift.asm
index e78170801..58d85fbbc 100644
--- a/mpn/sparc64/rshift.asm
+++ b/mpn/sparc64/rshift.asm
@@ -1,6 +1,6 @@
! SPARC v9 __mpn_rshift --
-! Copyright (C) 1996 Free Software Foundation, Inc.
+! Copyright (C) 1996, 2000 Free Software Foundation, Inc.
! This file is part of the GNU MP Library.
diff --git a/mpn/sparc64/sub_n.asm b/mpn/sparc64/sub_n.asm
index df96e89b9..0177042e9 100644
--- a/mpn/sparc64/sub_n.asm
+++ b/mpn/sparc64/sub_n.asm
@@ -1,7 +1,7 @@
! SPARC v9 __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
! store difference in a third limb vector.
-! Copyright (C) 1999 Free Software Foundation, Inc.
+! Copyright (C) 1999, 2000 Free Software Foundation, Inc.
! This file is part of the GNU MP Library.