diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1996-07-18 18:53:15 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-07-18 18:53:15 +0000 |
commit | 1ecaa8a894a883d724247cbe133117ae09202fb0 (patch) | |
tree | b6478e67c004577a191e133e676433c80465a1e5 /lib/libc/stdtime/asctime.c | |
parent | 9fbfdd118f426911a57179856fdba1133719faf4 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdtime/asctime.c')
-rw-r--r-- | lib/libc/stdtime/asctime.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/stdtime/asctime.c b/lib/libc/stdtime/asctime.c index 1655f6a26576a..a1834b65a2736 100644 --- a/lib/libc/stdtime/asctime.c +++ b/lib/libc/stdtime/asctime.c @@ -1,7 +1,11 @@ +/* +** This file is in the public domain, so clarified as of +** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). +*/ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)asctime.c 7.5"; +static char elsieid[] = "@(#)asctime.c 7.7"; #endif /* !defined NOID */ #endif /* !defined lint */ |