diff options
author | 2003-02-14 18:24:53 +0000 | |
---|---|---|
committer | 2003-02-14 18:24:53 +0000 | |
commit | 5662f99f3436560c986dba37f2f97a321574f7c3 (patch) | |
tree | 3974d5b413f302bd28bdc0db2312f1ecd06752b9 /lib/libc/time/scheck.c | |
parent | Add BSD license; OK'd by Jose Nazario. Also add missing .Os line. (diff) | |
download | wireguard-openbsd-5662f99f3436560c986dba37f2f97a321574f7c3.tar.xz wireguard-openbsd-5662f99f3436560c986dba37f2f97a321574f7c3.zip |
license clarifications; arthur_david_olson@nih.gov
Diffstat (limited to 'lib/libc/time/scheck.c')
-rw-r--r-- | lib/libc/time/scheck.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/time/scheck.c b/lib/libc/time/scheck.c index dc71c49df9d..ad3db5b38d9 100644 --- a/lib/libc/time/scheck.c +++ b/lib/libc/time/scheck.c @@ -1,6 +1,11 @@ +/* +** This file is in the public domain, so clarified as of +** Feb 14, 2003 by Arthur David Olson (arthur_david_olson@nih.gov). +*/ + #if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) static char elsieid[] = "@(#)scheck.c 8.15"; -static char rcsid[] = "$OpenBSD: scheck.c,v 1.5 1998/01/18 23:24:56 millert Exp $"; +static char rcsid[] = "$OpenBSD: scheck.c,v 1.6 2003/02/14 18:24:53 millert Exp $"; #endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ |