summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 07:49:39 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 07:49:39 +0000
commit8a7b2f0191e5fe406c325eeffa2872e357866c2e (patch)
treecf6bb3ebe7a217130c276eff4ea7913d21458411 /lib
parent06392556ec3e1a5b7e171ab7b869c9e92424f960 (diff)
downloadcoreutils-8a7b2f0191e5fe406c325eeffa2872e357866c2e.tar.xz
Remove '2001' from copyright notice.
Diffstat (limited to 'lib')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 802a34ed4..a94a5495a 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -1,5 +1,5 @@
/* hash - hashing table processing.
- Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Jim Meyering, 1992.
This program is free software; you can redistribute it and/or modify