diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-02-14 18:24:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-02-14 18:24:54 +0000 |
commit | e5a3eefdaad65471156a7a93a6fc572619f6d07c (patch) | |
tree | 1b8cf0c685d6755054975872fe0dbb8996844bcb /lib | |
parent | ff10dd746d5ae634dd4eb7d85f7a928636da8230 (diff) |
license clarifications; arthur_david_olson@nih.gov
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/time/ctime.3 | 4 | ||||
-rw-r--r-- | lib/libc/time/ialloc.c | 7 | ||||
-rw-r--r-- | lib/libc/time/scheck.c | 7 | ||||
-rw-r--r-- | lib/libc/time/tzset.3 | 4 | ||||
-rw-r--r-- | lib/libc/time/zdump.8 | 4 | ||||
-rw-r--r-- | lib/libc/time/zdump.c | 7 | ||||
-rw-r--r-- | lib/libc/time/zic.8 | 4 | ||||
-rw-r--r-- | lib/libc/time/zic.c | 7 |
8 files changed, 36 insertions, 8 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index ae1c10b7283..6fbed611128 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.24 2001/02/18 22:27:23 millert Exp $ +.\" $OpenBSD: ctime.3,v 1.25 2003/02/14 18:24:53 millert Exp $ .\" .\" .Dd February 16, 1999 @@ -295,3 +295,5 @@ Avoid using out-of-range values with .Fn mktime when setting up lunch with promptness sticklers in Riyadh. .\" based on @(#)newctime.3 7.14 +.\" This file is in the public domain, so clarified as of +.\" 2003-02-14 by Arthur David Olson (arthur_david_olson@nih.gov). diff --git a/lib/libc/time/ialloc.c b/lib/libc/time/ialloc.c index 648b75be7c1..71f93c7eeae 100644 --- a/lib/libc/time/ialloc.c +++ b/lib/libc/time/ialloc.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[] = "@(#)ialloc.c 8.29"; -static char rcsid[] = "$OpenBSD: ialloc.c,v 1.6 2001/10/30 16:53:13 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ialloc.c,v 1.7 2003/02/14 18:24:53 millert Exp $"; #endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ 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*/ diff --git a/lib/libc/time/tzset.3 b/lib/libc/time/tzset.3 index 09511907565..f43c78a170f 100644 --- a/lib/libc/time/tzset.3 +++ b/lib/libc/time/tzset.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tzset.3,v 1.12 2000/10/18 05:12:13 aaron Exp $ +.\" $OpenBSD: tzset.3,v 1.13 2003/02/14 18:24:53 millert Exp $ .Dd May 24, 1999 .Dt TZSET 3 .Os @@ -288,3 +288,5 @@ UTC leap seconds are loaded from .Xr time 3 , .Xr tzfile 5 .\" @(#)newtzset.3 7.5 +.\" This file is in the public domain, so clarified as of +.\" 2003-02-14 by Arthur David Olson (arthur_david_olson@nih.gov). diff --git a/lib/libc/time/zdump.8 b/lib/libc/time/zdump.8 index 4d056d866c2..3dc79746f07 100644 --- a/lib/libc/time/zdump.8 +++ b/lib/libc/time/zdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zdump.8,v 1.6 1999/07/09 13:35:21 aaron Exp $ +.\" $OpenBSD: zdump.8,v 1.7 2003/02/14 18:24:53 millert Exp $ .Dd May 23, 1999 .Dt ZDUMP 8 .Os @@ -41,3 +41,5 @@ Cut off the verbose output near the start of the given year. .Xr tzfile 5 , .Xr zic 8 .\" @(#)zdump.8 7.3 +.\" This file is in the public domain, so clarified as of +.\" 2003-02-14 by Arthur David Olson (arthur_david_olson@nih.gov). diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index a4a4049b09b..5b902cf5607 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.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[] = "@(#)zdump.c 7.29"; -static char rcsid[] = "$OpenBSD: zdump.c,v 1.9 2001/06/27 00:58:57 lebel Exp $"; +static char rcsid[] = "$OpenBSD: zdump.c,v 1.10 2003/02/14 18:24:53 millert Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/time/zic.8 b/lib/libc/time/zic.8 index e5e8f7fbcd0..db02efca424 100644 --- a/lib/libc/time/zic.8 +++ b/lib/libc/time/zic.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zic.8,v 1.13 2000/10/18 05:12:13 aaron Exp $ +.\" $OpenBSD: zic.8,v 1.14 2003/02/14 18:24:53 millert Exp $ .Dd May 23, 1999 .Dt ZIC 8 .Os @@ -390,3 +390,5 @@ standard directory used for created files .Xr tzfile 5 , .Xr zdump 8 .\" @(#)zic.8 7.19 +.\" This file is in the public domain, so clarified as of +.\" 2003-02-14 by Arthur David Olson (arthur_david_olson@nih.gov). diff --git a/lib/libc/time/zic.c b/lib/libc/time/zic.c index 74613afac59..73056e186ed 100644 --- a/lib/libc/time/zic.c +++ b/lib/libc/time/zic.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[] = "@(#)zic.c 7.107"; -static char rcsid[] = "$OpenBSD: zic.c,v 1.16 2002/04/04 19:12:09 millert Exp $"; +static char rcsid[] = "$OpenBSD: zic.c,v 1.17 2003/02/14 18:24:53 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include "private.h" |