diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-16 22:38:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-16 22:38:26 +0000 |
commit | b4012f613a88c938e0d4c3006ce5accae0c92e28 (patch) | |
tree | a114213cd4244108e9bce9742b70ea22f2c82f12 | |
parent | bc3a5c4e5fa5252aeb4b4269c498e4ccd087d2d8 (diff) | |
download | coreutils-b4012f613a88c938e0d4c3006ce5accae0c92e28.tar.xz |
add 2002 to Copyright line
-rw-r--r-- | lib/strverscmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strverscmp.c b/lib/strverscmp.c index 5e5086050..93d7160f4 100644 --- a/lib/strverscmp.c +++ b/lib/strverscmp.c @@ -1,5 +1,5 @@ /* Compare strings while treating digits characters numerically. - Copyright (C) 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997. |