diff options
Diffstat (limited to 'zic')
-rw-r--r-- | zic/README | 4 | ||||
-rw-r--r-- | zic/Theory | 6 | ||||
-rw-r--r-- | zic/zdump.8 | 4 | ||||
-rw-r--r-- | zic/zdump.c | 7 | ||||
-rw-r--r-- | zic/zic.8 | 4 |
5 files changed, 18 insertions, 7 deletions
diff --git a/zic/README b/zic/README index c0cc92853d0c0..427b6a0151958 100644 --- a/zic/README +++ b/zic/README @@ -1,4 +1,6 @@ -@(#)README 8.2 +@(#)README 8.3 +This file is in the public domain, so clarified as of +2009-05-17 by Arthur David Olson. "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist diff --git a/zic/Theory b/zic/Theory index b842fb4b75322..36b087eb4c5e5 100644 --- a/zic/Theory +++ b/zic/Theory @@ -1,5 +1,6 @@ -@(#)Theory 8.2 - +@(#)Theory 8.3 +This file is in the public domain, so clarified as of +2009-05-17 by Arthur David Olson. ----- Outline ----- @@ -9,7 +10,6 @@ Calendrical issues Time and time zones on Mars - ----- Time and date functions ----- These time and date functions are upwards compatible with POSIX, diff --git a/zic/zdump.8 b/zic/zdump.8 index 67cbaead4b551..90940a6bce8b3 100644 --- a/zic/zdump.8 +++ b/zic/zdump.8 @@ -54,4 +54,6 @@ This works in all real-world cases; one can construct artificial time zones for which this fails. .SH "SEE ALSO" newctime(3), tzfile(5), zic(8) -.\" @(#)zdump.8 8.1 +.\" @(#)zdump.8 8.2 +.\" This file is in the public domain, so clarified as of +.\" 2009-05-17 by Arthur David Olson. diff --git a/zic/zdump.c b/zic/zdump.c index 085b33e23d4e0..7122bbf8918c1 100644 --- a/zic/zdump.c +++ b/zic/zdump.c @@ -1,4 +1,9 @@ -static char elsieid[] = "@(#)zdump.c 8.8"; +/* +** This file is in the public domain, so clarified as of +** 2009-05-17 by Arthur David Olson. +*/ + +static char elsieid[] = "@(#)zdump.c 8.9"; /* ** This code has been made independent of the rest of the time diff --git a/zic/zic.8 b/zic/zic.8 index f842927a7b7e1..c66b4a0ea9f01 100644 --- a/zic/zic.8 +++ b/zic/zic.8 @@ -490,4 +490,6 @@ specifying transition instants using universal time. /usr/local/etc/zoneinfo standard directory used for created files .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8) -.\" @(#)zic.8 8.4 +.\" @(#)zic.8 8.5 +.\" This file is in the public domain, so clarified as of +.\" 2009-05-17 by Arthur David Olson. |