diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-07-18 18:05:09 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-07-18 18:05:09 +0000 |
| commit | 979a211643ccba0ec4121184236acd4ffa1a8dea (patch) | |
| tree | 556604079b0f29ac467efe87fa5772892d0018b8 /lib/libc/stdtime/asctime.c | |
| parent | 89e2ea2b0f066d599b1e71a3e3844cdf1661d784 (diff) | |
Import the 96h release of ADO's timezone code. This release is
primarily bugfixes, but is also contains a disclaimer of copyright.
As we are completely off the vendor branch here, this import has
no effect on the source tree.
Notes
svn path=/vendor/tzcode/dist/; revision=17208
Diffstat (limited to 'lib/libc/stdtime/asctime.c')
| -rw-r--r-- | lib/libc/stdtime/asctime.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/stdtime/asctime.c b/lib/libc/stdtime/asctime.c index 60877028c74b..a1834b65a273 100644 --- a/lib/libc/stdtime/asctime.c +++ b/lib/libc/stdtime/asctime.c @@ -1,6 +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 */ |
