summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-26 19:12:16 +0000
committerJim Meyering <jim@meyering.net>1998-09-26 19:12:16 +0000
commit3f9e8072e84dbbc9f75d8eb3144919fe27d7044f (patch)
tree645bc0734b368f7fb779e256e1f5b85da08f6a14 /src
parent72f8c0a17cfce2339403a7d93abe2a317a0a6fd6 (diff)
downloadcoreutils-3f9e8072e84dbbc9f75d8eb3144919fe27d7044f.tar.xz
factor.c
Diffstat (limited to 'src')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 5687b7790..1ead21784 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