From bbdb4f59542b90bbbfc1d26f8f7beebc12ec578e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 27 May 2009 10:10:48 +0000 Subject: [PATCH] Vendor import of tzcode2009h - Clarify the license for the tzcode: public domain Obtained from: ftp://elsie.nci.nih.gov/pub/ --- libc/stdtime/time2posix.3 | 2 +- unused/Makefile | 5 ++++- unused/date.1 | 4 +++- unused/newctime.3 | 4 +++- unused/newstrftime.3 | 4 +++- unused/newtzset.3 | 4 +++- unused/tz-art.htm | 6 +++++- unused/tz-link.htm | 6 +++++- unused/tzselect.8 | 4 +++- unused/workman.sh | 5 ++++- zic/README | 4 +++- zic/Theory | 6 +++--- zic/zdump.8 | 4 +++- zic/zdump.c | 7 ++++++- zic/zic.8 | 4 +++- 15 files changed, 52 insertions(+), 17 deletions(-) diff --git a/libc/stdtime/time2posix.3 b/libc/stdtime/time2posix.3 index 96959c642ed5..64ea048f8182 100644 --- a/libc/stdtime/time2posix.3 +++ b/libc/stdtime/time2posix.3 @@ -116,6 +116,6 @@ difftime(3), localtime(3), mktime(3), time(2) -.\" @(#)time2posix.3 8.1 +.\" @(#)time2posix.3 8.2 .\" This file is in the public domain, so clarified as of .\" 1996-06-05 by Arthur David Olson. diff --git a/unused/Makefile b/unused/Makefile index 3865f23766ec..dd154b301018 100644 --- a/unused/Makefile +++ b/unused/Makefile @@ -1,4 +1,7 @@ -# @(#)Makefile 8.7 +#
+# @(#)Makefile	8.8
+# This file is in the public domain, so clarified as of
+# 2009-05-17 by Arthur David Olson.
 
 # Change the line below for your time zone (after finding the zone you want in
 # the time zone files, or adding it to a time zone file).
diff --git a/unused/date.1 b/unused/date.1
index 3c75ba4337c8..a3e00731f955 100644
--- a/unused/date.1
+++ b/unused/date.1
@@ -172,4 +172,6 @@ If
 is absent,
 UTC leap seconds are loaded from
 .BR /usr/local/etc/zoneinfo/posixrules .
-.\" @(#)date.1	8.1
+.\" @(#)date.1	8.2
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
diff --git a/unused/newctime.3 b/unused/newctime.3
index 323201e0c506..a0239de5c0a4 100644
--- a/unused/newctime.3
+++ b/unused/newctime.3
@@ -236,4 +236,6 @@ instead.
 Avoid using out-of-range values with
 .I mktime
 when setting up lunch with promptness sticklers in Riyadh.
-.\" @(#)newctime.3	8.2
+.\" @(#)newctime.3	8.3
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
diff --git a/unused/newstrftime.3 b/unused/newstrftime.3
index 92392dcc3264..cd70974b8e15 100644
--- a/unused/newstrftime.3
+++ b/unused/newstrftime.3
@@ -227,4 +227,6 @@ newctime(3),
 newtzset(3),
 time(2),
 tzfile(5)
-.\" @(#)newstrftime.3	8.1
+.\" @(#)newstrftime.3	8.2
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
diff --git a/unused/newtzset.3 b/unused/newtzset.3
index e19ad7033e16..07c5e0c605a7 100644
--- a/unused/newtzset.3
+++ b/unused/newtzset.3
@@ -234,4 +234,6 @@ newctime(3),
 newstrftime(3),
 time(2),
 tzfile(5)
-.\" @(#)newtzset.3	8.1
+.\" @(#)newtzset.3	8.2
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
diff --git a/unused/tz-art.htm b/unused/tz-art.htm
index 352c408b66cb..f035833ca614 100644
--- a/unused/tz-art.htm
+++ b/unused/tz-art.htm
@@ -9,9 +9,13 @@ PUBLIC "-//W3C//DTD HTML 4.01//EN"
 
 

Time and the Arts

-@(#)tz-art.htm 8.11 +@(#)tz-art.htm 8.12

+This file is in the public domain, so clarified as of +2009-05-17 by Arthur David Olson. +

+

Please send corrections to this web page to the time zone mailing list.

diff --git a/unused/tz-link.htm b/unused/tz-link.htm index 0cd9e28a3056..2c8ff2c8867d 100644 --- a/unused/tz-link.htm +++ b/unused/tz-link.htm @@ -18,9 +18,13 @@

Sources for Time Zone and Daylight Saving Time Data

-@(#)tz-link.htm 8.18 +@(#)tz-link.htm 8.19

+This file is in the public domain, so clarified as of +2009-05-17 by Arthur David Olson. +

+

Please send corrections to this web page to the time zone mailing list.

The tz database

diff --git a/unused/tzselect.8 b/unused/tzselect.8 index 949d9f7bf35a..515b0ed51bfd 100644 --- a/unused/tzselect.8 +++ b/unused/tzselect.8 @@ -38,4 +38,6 @@ The exit status is zero if a time zone was successfully obtained from the user, nonzero otherwise. .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8), zic(8) -.\" @(#)tzselect.8 8.1 +.\" @(#)tzselect.8 8.2 +.\" This file is in the public domain, so clarified as of +.\" 2009-05-17 by Arthur David Olson. diff --git a/unused/workman.sh b/unused/workman.sh index cdf5b7311a8b..2fbb7e211c6c 100644 --- a/unused/workman.sh +++ b/unused/workman.sh @@ -1,6 +1,9 @@ #! /bin/sh -# @(#)workman.sh 8.1 +#
+# @(#)workman.sh	8.2
+# This file is in the public domain, so clarified as of
+# 2009-05-17 by Arthur David Olson.
 
 # Tell groff not to emit SGR escape sequences (ANSI color escapes).
 GROFF_NO_SGR=1
diff --git a/zic/README b/zic/README
index c0cc92853d0c..427b6a015195 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 b842fb4b7532..36b087eb4c5e 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 67cbaead4b55..90940a6bce8b 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 085b33e23d4e..7122bbf8918c 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 f842927a7b7e..c66b4a0ea9f0 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.