From ea66c781140e3d6d28fdf7ff0c3e0c8342703db1 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 12 Apr 2000 21:10:48 +0200 Subject: Add a copyright year. --- mpz/cmpabs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpz/cmpabs.c') diff --git a/mpz/cmpabs.c b/mpz/cmpabs.c index 71bc4237f..528e7bf3b 100644 --- a/mpz/cmpabs.c +++ b/mpz/cmpabs.c @@ -1,7 +1,8 @@ /* mpz_cmpabs(u,v) -- Compare U, V. Return postive, zero, or negative based on if U > V, U == V, or U < V. -Copyright (C) 1991, 1993, 1994, 1996, 1997 Free Software Foundation, Inc. +Copyright (C) 1991, 1993, 1994, 1996, 1997, 2000 Free Software Foundation, +Inc. This file is part of the GNU MP Library. -- cgit v1.2.1