From owner-svn-src-vendor@FreeBSD.ORG Wed May 27 10:10:49 2009 Return-Path: Delivered-To: svn-src-vendor@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCDB51065672; Wed, 27 May 2009 10:10:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B8A8A8FC19; Wed, 27 May 2009 10:10:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4RAAnpY091028; Wed, 27 May 2009 10:10:49 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4RAAnok091013; Wed, 27 May 2009 10:10:49 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200905271010.n4RAAnok091013@svn.freebsd.org> From: Edwin Groothuis Date: Wed, 27 May 2009 10:10:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192887 - in vendor/tzcode/dist: libc/stdtime unused zic X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 10:10:50 -0000 Author: edwin Date: Wed May 27 10:10:48 2009 New Revision: 192887 URL: http://svn.freebsd.org/changeset/base/192887 Log: Vendor import of tzcode2009h - Clarify the license for the tzcode: public domain Obtained from: ftp://elsie.nci.nih.gov/pub/ Modified: vendor/tzcode/dist/libc/stdtime/time2posix.3 vendor/tzcode/dist/unused/Makefile vendor/tzcode/dist/unused/date.1 vendor/tzcode/dist/unused/newctime.3 vendor/tzcode/dist/unused/newstrftime.3 vendor/tzcode/dist/unused/newtzset.3 vendor/tzcode/dist/unused/tz-art.htm vendor/tzcode/dist/unused/tz-link.htm vendor/tzcode/dist/unused/tzselect.8 vendor/tzcode/dist/unused/workman.sh vendor/tzcode/dist/zic/README vendor/tzcode/dist/zic/Theory vendor/tzcode/dist/zic/zdump.8 vendor/tzcode/dist/zic/zdump.c vendor/tzcode/dist/zic/zic.8 Modified: vendor/tzcode/dist/libc/stdtime/time2posix.3 ============================================================================== --- vendor/tzcode/dist/libc/stdtime/time2posix.3 Wed May 27 10:02:07 2009 (r192886) +++ vendor/tzcode/dist/libc/stdtime/time2posix.3 Wed May 27 10:10:48 2009 (r192887) @@ -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. Modified: vendor/tzcode/dist/unused/Makefile ============================================================================== --- vendor/tzcode/dist/unused/Makefile Wed May 27 10:02:07 2009 (r192886) +++ vendor/tzcode/dist/unused/Makefile Wed May 27 10:10:48 2009 (r192887) @@ -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).

Modified: vendor/tzcode/dist/unused/date.1
==============================================================================
--- vendor/tzcode/dist/unused/date.1	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/unused/date.1	Wed May 27 10:10:48 2009	(r192887)
@@ -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.

Modified: vendor/tzcode/dist/unused/newctime.3
==============================================================================
--- vendor/tzcode/dist/unused/newctime.3	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/unused/newctime.3	Wed May 27 10:10:48 2009	(r192887)
@@ -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.

Modified: vendor/tzcode/dist/unused/newstrftime.3
==============================================================================
--- vendor/tzcode/dist/unused/newstrftime.3	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/unused/newstrftime.3	Wed May 27 10:10:48 2009	(r192887)
@@ -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.

Modified: vendor/tzcode/dist/unused/newtzset.3
==============================================================================
--- vendor/tzcode/dist/unused/newtzset.3	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/unused/newtzset.3	Wed May 27 10:10:48 2009	(r192887)
@@ -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.

Modified: vendor/tzcode/dist/unused/tz-art.htm
==============================================================================
--- vendor/tzcode/dist/unused/tz-art.htm	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/unused/tz-art.htm	Wed May 27 10:10:48 2009	(r192887)
@@ -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.

Modified: vendor/tzcode/dist/unused/tz-link.htm ============================================================================== --- vendor/tzcode/dist/unused/tz-link.htm Wed May 27 10:02:07 2009 (r192886) +++ vendor/tzcode/dist/unused/tz-link.htm Wed May 27 10:10:48 2009 (r192887) @@ -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

Modified: vendor/tzcode/dist/unused/tzselect.8 ============================================================================== --- vendor/tzcode/dist/unused/tzselect.8 Wed May 27 10:02:07 2009 (r192886) +++ vendor/tzcode/dist/unused/tzselect.8 Wed May 27 10:10:48 2009 (r192887) @@ -38,4 +38,6 @@ The exit status is zero if a time zone w 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. Modified: vendor/tzcode/dist/unused/workman.sh ============================================================================== --- vendor/tzcode/dist/unused/workman.sh Wed May 27 10:02:07 2009 (r192886) +++ vendor/tzcode/dist/unused/workman.sh Wed May 27 10:10:48 2009 (r192887) @@ -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

Modified: vendor/tzcode/dist/zic/README
==============================================================================
--- vendor/tzcode/dist/zic/README	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/zic/README	Wed May 27 10:10:48 2009	(r192887)
@@ -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

Modified: vendor/tzcode/dist/zic/Theory
==============================================================================
--- vendor/tzcode/dist/zic/Theory	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/zic/Theory	Wed May 27 10:10:48 2009	(r192887)
@@ -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,

Modified: vendor/tzcode/dist/zic/zdump.8
==============================================================================
--- vendor/tzcode/dist/zic/zdump.8	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/zic/zdump.8	Wed May 27 10:10:48 2009	(r192887)
@@ -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.

Modified: vendor/tzcode/dist/zic/zdump.c
==============================================================================
--- vendor/tzcode/dist/zic/zdump.c	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/zic/zdump.c	Wed May 27 10:10:48 2009	(r192887)
@@ -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

Modified: vendor/tzcode/dist/zic/zic.8
==============================================================================
--- vendor/tzcode/dist/zic/zic.8	Wed May 27 10:02:07 2009	(r192886)
+++ vendor/tzcode/dist/zic/zic.8	Wed May 27 10:10:48 2009	(r192887)
@@ -490,4 +490,6 @@ specifying transition instants using uni
 /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.