From owner-svn-src-head@FreeBSD.ORG Wed May 27 12:18:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0AEB106564A; Wed, 27 May 2009 12:18:39 +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 9D9948FC14; Wed, 27 May 2009 12:18:39 +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 n4RCIdo3096538; Wed, 27 May 2009 12:18:39 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4RCIdWe096532; Wed, 27 May 2009 12:18:39 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200905271218.n4RCIdWe096532@svn.freebsd.org> From: Edwin Groothuis Date: Wed, 27 May 2009 12:18:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192890 - in head: lib/libc/stdtime usr.sbin/zic X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 12:18:40 -0000 Author: edwin Date: Wed May 27 12:18:39 2009 New Revision: 192890 URL: http://svn.freebsd.org/changeset/base/192890 Log: MFV of tzcode2009h revision r192887 - Clarify the license for the tzcode: public domain MFC after: 1 month Modified: head/lib/libc/stdtime/time2posix.3 head/usr.sbin/zic/README head/usr.sbin/zic/Theory head/usr.sbin/zic/zdump.8 head/usr.sbin/zic/zdump.c head/usr.sbin/zic/zic.8 Modified: head/lib/libc/stdtime/time2posix.3 ============================================================================== --- head/lib/libc/stdtime/time2posix.3 Wed May 27 11:03:14 2009 (r192889) +++ head/lib/libc/stdtime/time2posix.3 Wed May 27 12:18:39 2009 (r192890) @@ -118,6 +118,6 @@ degenerate to the identity function. .Xr localtime 3 , .Xr mktime 3 , .Xr time 3 -.\" @(#)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: head/usr.sbin/zic/README ============================================================================== --- head/usr.sbin/zic/README Wed May 27 11:03:14 2009 (r192889) +++ head/usr.sbin/zic/README Wed May 27 12:18:39 2009 (r192890) @@ -1,4 +1,7 @@ -@(#)README 8.2 +@(#)README 8.3 +This file is in the public domain, so clarified as of +2009-05-17 by Arthur David Olson. + $FreeBSD$ "What time is it?" -- Richard Deacon as The King Modified: head/usr.sbin/zic/Theory ============================================================================== --- head/usr.sbin/zic/Theory Wed May 27 11:03:14 2009 (r192889) +++ head/usr.sbin/zic/Theory Wed May 27 12:18:39 2009 (r192890) @@ -1,4 +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. $FreeBSD$ ----- Outline ----- @@ -9,7 +11,6 @@ $FreeBSD$ Calendrical issues Time and time zones on Mars - ----- Time and date functions ----- These time and date functions are upwards compatible with POSIX, Modified: head/usr.sbin/zic/zdump.8 ============================================================================== --- head/usr.sbin/zic/zdump.8 Wed May 27 11:03:14 2009 (r192889) +++ head/usr.sbin/zic/zdump.8 Wed May 27 12:18:39 2009 (r192890) @@ -1,5 +1,7 @@ .\" -.\" @(#)zdump.8 7.3 +.\" @(#)zdump.8 8.2 +.\" This file is in the public domain, so clarified as of +.\" 2009-05-17 by Arthur David Olson. .\" $FreeBSD$ .\" .Dd June 20, 2004 Modified: head/usr.sbin/zic/zdump.c ============================================================================== --- head/usr.sbin/zic/zdump.c Wed May 27 11:03:14 2009 (r192889) +++ head/usr.sbin/zic/zdump.c Wed May 27 12:18:39 2009 (r192890) @@ -1,7 +1,12 @@ +/* +** This file is in the public domain, so clarified as of +** 2009-05-17 by Arthur David Olson. +*/ + #ifndef lint static const char rcsid[] = "$FreeBSD$"; -static char elsieid[] = "@(#)zdump.c 8.8"; +static char elsieid[] = "@(#)zdump.c 8.9"; #endif /* not lint */ /* Modified: head/usr.sbin/zic/zic.8 ============================================================================== --- head/usr.sbin/zic/zic.8 Wed May 27 11:03:14 2009 (r192889) +++ head/usr.sbin/zic/zic.8 Wed May 27 12:18:39 2009 (r192890) @@ -460,4 +460,6 @@ standard directory used for created file .Xr ctime 3 , .Xr tzfile 5 , .Xr 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.