summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-03-09 22:33:05 +0000
committerJim Meyering <jim@meyering.net>1995-03-09 22:33:05 +0000
commit0d6850348c0ce1a42d3dc6b6a289c031c3180a87 (patch)
tree72919346f6adc65ce5fb509a949c833c176014cc /src/factor.c
parenteba8aab7f2f6df8259287e977f42c0b3b234d385 (diff)
downloadcoreutils-0d6850348c0ce1a42d3dc6b6a289c031c3180a87.tar.xz
add 1995 to Copyright dates
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 28223733c..c4a25b39c 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) 1986 Free Software Foundation, Inc.
+ Copyright (C) 86, 1995 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