From c653443ef030e0334d356b2d0ec06ae9321fc9ed Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 16 Apr 2000 01:31:01 +0200 Subject: Add a copyright year. --- mpn/i960/add_n.s | 2 +- mpn/i960/addmul_1.s | 2 +- mpn/i960/mul_1.s | 2 +- mpn/i960/sub_n.s | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mpn/i960') diff --git a/mpn/i960/add_n.s b/mpn/i960/add_n.s index 2f23fc504..990bf15b9 100644 --- a/mpn/i960/add_n.s +++ b/mpn/i960/add_n.s @@ -1,7 +1,7 @@ # I960 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store # sum in a third limb vector. -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Library. diff --git a/mpn/i960/addmul_1.s b/mpn/i960/addmul_1.s index b3962c1ca..f064f9669 100644 --- a/mpn/i960/addmul_1.s +++ b/mpn/i960/addmul_1.s @@ -1,7 +1,7 @@ # I960 __gmpn_addmul_1 -- Multiply a limb vector with a limb and add # the result to a second limb vector. -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Library. diff --git a/mpn/i960/mul_1.s b/mpn/i960/mul_1.s index 543278c0b..fda04be4b 100644 --- a/mpn/i960/mul_1.s +++ b/mpn/i960/mul_1.s @@ -1,7 +1,7 @@ # I960 __gmpn_mul_1 -- Multiply a limb vector with a limb and store # the result in a second limb vector. -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Library. diff --git a/mpn/i960/sub_n.s b/mpn/i960/sub_n.s index 278a4aa3d..79947b0c6 100644 --- a/mpn/i960/sub_n.s +++ b/mpn/i960/sub_n.s @@ -1,7 +1,7 @@ # I960 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and # store difference in a third limb vector. -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Library. -- cgit v1.2.1