From: Jim Meyering Date: Tue, 24 Feb 1998 23:19:13 +0000 (+0000) Subject: add comment X-Git-Tag: FILEUTILS-3_16n~67 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0f5ca22215c68d2753905955df17f2f8cd69d36d;p=thirdparty%2Fcoreutils.git add comment --- diff --git a/lib/mktime.c b/lib/mktime.c index 4709d56895..a65cd38f9c 100644 --- a/lib/mktime.c +++ b/lib/mktime.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +/* mktime: convert a `struct tm' to a time_t value + Copyright (C) 1993-1997, 1998 Free Software Foundation, Inc. Contributed by Paul Eggert (eggert@twinsun.com). NOTE: The canonical source of this file is maintained with the GNU C Library.