summaryrefslogtreecommitdiff
path: root/usr.sbin/zic
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-05-27 12:18:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2009-05-27 12:18:39 +0000
commit84b2ce0d42cb611b44efd1ff180360b404927dc7 (patch)
tree6a8baecb87d07c5755283025236fc6f42a44d09f /usr.sbin/zic
parent71da9898e063acd74c4c244e003b06f764170e68 (diff)
downloadsrc-test2-84b2ce0d42cb611b44efd1ff180360b404927dc7.tar.gz
src-test2-84b2ce0d42cb611b44efd1ff180360b404927dc7.zip
Notes
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r--usr.sbin/zic/README5
-rw-r--r--usr.sbin/zic/Theory5
-rw-r--r--usr.sbin/zic/zdump.84
-rw-r--r--usr.sbin/zic/zdump.c7
-rw-r--r--usr.sbin/zic/zic.84
5 files changed, 19 insertions, 6 deletions
diff --git a/usr.sbin/zic/README b/usr.sbin/zic/README
index 12420b9c467c..5cb701eca276 100644
--- a/usr.sbin/zic/README
+++ b/usr.sbin/zic/README
@@ -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
diff --git a/usr.sbin/zic/Theory b/usr.sbin/zic/Theory
index ac67416d3622..8e933659a46b 100644
--- a/usr.sbin/zic/Theory
+++ b/usr.sbin/zic/Theory
@@ -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,
diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8
index a7f09787dec4..9ac0a03230dd 100644
--- a/usr.sbin/zic/zdump.8
+++ b/usr.sbin/zic/zdump.8
@@ -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
diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c
index ca9c3695e977..263a5926320d 100644
--- a/usr.sbin/zic/zdump.c
+++ b/usr.sbin/zic/zdump.c
@@ -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 */
/*
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8
index 71a1bcbfb36c..082ff259908c 100644
--- a/usr.sbin/zic/zic.8
+++ b/usr.sbin/zic/zic.8
@@ -460,4 +460,6 @@ standard directory used for created files
.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.