diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 08:02:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 08:02:24 +0000 |
commit | a44ae437d19fa06b5aa3a711ce5104874b861875 (patch) | |
tree | b59eadc95c26b9fe969ee9d079ac997050e7de1b /lib | |
parent | 8a75477940f354dbc8ec22f8fa08b611ded0ecb1 (diff) | |
download | coreutils-a44ae437d19fa06b5aa3a711ce5104874b861875.tar.xz |
from gnulib: update comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getdate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/getdate.h b/lib/getdate.h index 3dfae7a63..27912f4f6 100644 --- a/lib/getdate.h +++ b/lib/getdate.h @@ -1,4 +1,6 @@ -/* Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc. +/* Parse a string into an internal time stamp. + + Copyright (C) 1995, 1997, 1998, 2003 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 |