Skip to content

Commit

Permalink
Put public-domain notices at man page starts
Browse files Browse the repository at this point in the history
Suggested by Alejandro Colomar.
  • Loading branch information
eggert committed Nov 23, 2022
1 parent df13da7 commit 7adffa0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions date.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions newctime.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions newtzset.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions time2posix.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions tzfile.5
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions tzselect.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions zdump.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions zic.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 7adffa0

Please sign in to comment.