Vendor import of tzcode2009h

- Clarify the license for the tzcode: public domain

Obtained from:	ftp://elsie.nci.nih.gov/pub/
This commit is contained in:
Edwin Groothuis 2009-05-27 10:10:48 +00:00
parent 80ca36b52f
commit bbdb4f5954
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/tzcode/dist/; revision=192887
svn path=/vendor/tzcode/tzcode2009h/; revision=192888; tag=vendor/tzcode/tzcode2009h
15 changed files with 52 additions and 17 deletions

View file

@ -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.

View file

@ -1,4 +1,7 @@
# @(#)Makefile 8.7
# <pre>
# @(#)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).

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -9,9 +9,13 @@ PUBLIC "-//W3C//DTD HTML 4.01//EN"
<body>
<h1>Time and the Arts</h1>
<address>
@(#)tz-art.htm 8.11
@(#)tz-art.htm 8.12
</address>
<p>
This file is in the public domain, so clarified as of
2009-05-17 by Arthur David Olson.
</p>
<p>
Please send corrections to this web page to the
<a href="mailto:tz@elsie.nci.nih.gov">time zone mailing list</a>.</p>
<p>

View file

@ -18,9 +18,13 @@
<body>
<h1>Sources for Time Zone and Daylight Saving Time Data</h1>
<address>
@(#)tz-link.htm 8.18
@(#)tz-link.htm 8.19
</address>
<p>
This file is in the public domain, so clarified as of
2009-05-17 by Arthur David Olson.
</p>
<p>
Please send corrections to this web page to the
<a href="mailto:tz@elsie.nci.nih.gov">time zone mailing list</a>.</p>
<h2>The <code>tz</code> database</h2>

View file

@ -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.

View file

@ -1,6 +1,9 @@
#! /bin/sh
# @(#)workman.sh 8.1
# <pre>
# @(#)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

View file

@ -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

View file

@ -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,

View file

@ -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.

View file

@ -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

View file

@ -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.