diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-16 22:43:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-16 22:43:41 +0000 |
commit | d85702e3340c0facf7be3c72124b539ea555e4c5 (patch) | |
tree | 1aa58cb4a5fe2a10c98c0a695ac289df3c132557 | |
parent | b4012f613a88c938e0d4c3006ce5accae0c92e28 (diff) | |
download | coreutils-d85702e3340c0facf7be3c72124b539ea555e4c5.tar.xz |
add 2002 to Copyright line
-rw-r--r-- | lib/getdate.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y index 289f8121e..e6e7c1a15 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -1,6 +1,6 @@ %{ /* Parse a string into an internal time stamp. - Copyright 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 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 |