From 3f9e8072e84dbbc9f75d8eb3144919fe27d7044f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Sep 1998 19:12:16 +0000 Subject: [PATCH] factor.c --- src/factor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factor.c b/src/factor.c index 5687b7790d..1ead217849 100644 --- a/src/factor.c +++ b/src/factor.c @@ -1,5 +1,5 @@ /* factor -- print factors of n. lose if n > 2^32. - Copyright (C) 86, 95, 96, 1997 Free Software Foundation, Inc. + Copyright (C) 86, 95, 96, 1997, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.47.3