From 7adffa0cded29ea97952c3839934b2811829b007 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 23 Nov 2022 11:17:57 -0800
Subject: [PROPOSED] Put public-domain notices at man page starts

Suggested by Alejandro Colomar.
---
 date.1       | 4 ++--
 newctime.3   | 4 ++--
 newtzset.3   | 4 ++--
 time2posix.3 | 4 ++--
 tzfile.5     | 4 ++--
 tzselect.8   | 4 ++--
 zdump.8      | 4 ++--
 zic.8        | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/date.1 b/date.1
index 957b95d4..9a725a20 100644
--- a/date.1
+++ b/date.1
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
 .TH date 1
 .SH NAME
 date \- show and set date and time
@@ -163,5 +165,3 @@ If
 is absent,
 UTC leap seconds are loaded from
 .BR /usr/share/zoneinfo/posixrules .
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.
diff --git a/newctime.3 b/newctime.3
index 86615498..2907f856 100644
--- a/newctime.3
+++ b/newctime.3
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
 .TH NEWCTIME 3
 .SH NAME
 asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time
@@ -340,5 +342,3 @@ restricted to years in the range 1900 through 2099.
 To avoid this portability mess, new programs should use
 .B strftime
 instead.
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.
diff --git a/newtzset.3 b/newtzset.3
index b6150513..c3742850 100644
--- a/newtzset.3
+++ b/newtzset.3
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
 .TH NEWTZSET 3
 .SH NAME
 tzset \- initialize time conversion information
@@ -346,5 +348,3 @@ newctime(3),
 newstrftime(3),
 time(2),
 tzfile(5)
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.
diff --git a/time2posix.3 b/time2posix.3
index c794032c..e7c69206 100644
--- a/time2posix.3
+++ b/time2posix.3
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 1996-06-05 by Arthur David Olson.
 .TH time2posix 3
 .SH NAME
 time2posix, posix2time \- convert seconds since the Epoch
@@ -129,5 +131,3 @@ difftime(3),
 localtime(3),
 mktime(3),
 time(2)
-.\" This file is in the public domain, so clarified as of
-.\" 1996-06-05 by Arthur David Olson.
diff --git a/tzfile.5 b/tzfile.5
index 280e8d8a..9d312255 100644
--- a/tzfile.5
+++ b/tzfile.5
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 1996-06-05 by Arthur David Olson.
 .TH TZFILE 5
 .SH NAME
 tzfile \- timezone information
@@ -492,5 +494,3 @@ Internet RFC 8536
 .UR https://\:doi.org/\:10.17487/\:RFC8536
 doi:10.17487/RFC8536
 .UE .
-.\" This file is in the public domain, so clarified as of
-.\" 1996-06-05 by Arthur David Olson.
diff --git a/tzselect.8 b/tzselect.8
index 1a5ce110..53a34cf6 100644
--- a/tzselect.8
+++ b/tzselect.8
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
 .TH TZSELECT 8
 .SH NAME
 tzselect \- select a timezone
@@ -121,5 +123,3 @@ newctime(3), tzfile(5), zdump(8), zic(8)
 Applications should not assume that
 .BR tzselect 's
 output matches the user's political preferences.
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.
diff --git a/zdump.8 b/zdump.8
index ee7f9073..1ff92639 100644
--- a/zdump.8
+++ b/zdump.8
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
 .TH zdump 8
 .SH NAME
 zdump \- timezone dumper
@@ -227,5 +229,3 @@ introduction of UTC is problematic.
 .SH SEE ALSO
 .BR tzfile (5),
 .BR zic (8)
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.
diff --git a/zic.8 b/zic.8
index 5b785762..8b77ea12 100644
--- a/zic.8
+++ b/zic.8
@@ -1,3 +1,5 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
 .TH zic 8
 .SH NAME
 zic \- timezone compiler
@@ -894,5 +896,3 @@ specifying transition instants using universal time.
 .SH SEE ALSO
 .BR tzfile (5),
 .BR zdump (8)
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.
-- 
2.37.2

