summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-16 22:59:27 +0000
committerJim Meyering <jim@meyering.net>2002-01-16 22:59:27 +0000
commita5bda3260c1977f85774e1aa69b5e0f79cfa788d (patch)
tree535b1a0c8db97e67b5333767c10005ec0647c362
parentb5b50f46ea670872dfe0b6fdd8b66a1544497c20 (diff)
downloadcoreutils-a5bda3260c1977f85774e1aa69b5e0f79cfa788d.tar.xz
add 2002 to Copyright line
-rw-r--r--src/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c
index 0690a1eea..c61468c26 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -1,5 +1,5 @@
/* uniq -- remove duplicate lines from a sorted file
- Copyright (C) 86, 91, 1995-2001, Free Software Foundation, Inc.
+ Copyright (C) 86, 91, 1995-2002, 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