Skip to content

Commit

Permalink
Rename CONTRIBUTING.md back to CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Dec 14, 2021
1 parent 7a200f2 commit b0c24fa
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 18 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions Makefile
Expand Up @@ -505,7 +505,7 @@ MANTXTS= newctime.3.txt newstrftime.3.txt newtzset.3.txt \
time2posix.3.txt \
tzfile.5.txt tzselect.8.txt zic.8.txt zdump.8.txt \
date.1.txt
COMMON= calendars CONTRIBUTING.md LICENSE Makefile \
COMMON= calendars CONTRIBUTING LICENSE Makefile \
NEWS README SECURITY theory.html version
WEB_PAGES= tz-art.html tz-how-to.html tz-link.html
CHECK_WEB_PAGES=check_theory.html check_tz-art.html \
Expand Down Expand Up @@ -541,8 +541,7 @@ ENCHILADA = $(EIGHT_YARDS) $(TZS)
# This list is not the same as the output of 'git ls-files', since
# .gitignore is not distributed.
VERSION_DEPS= \
calendars CONTRIBUTING.md LICENSE Makefile \
NEWS README SECURITY \
calendars CONTRIBUTING LICENSE Makefile NEWS README SECURITY \
africa antarctica asctime.c asia australasia \
backward backzone \
checklinks.awk checktab.awk \
Expand Down Expand Up @@ -766,7 +765,7 @@ check_character_set: $(ENCHILADA)
sharp='#' && \
! grep -Env $(SAFE_LINE) $(MANS) date.1 $(MANTXTS) \
$(MISC) $(SOURCES) $(WEB_PAGES) \
CONTRIBUTING.md LICENSE README SECURITY \
CONTRIBUTING LICENSE README SECURITY \
version tzdata.zi && \
! grep -Env $(SAFE_LINE)'|^UNUSUAL_OK_'$(OK_CHAR)'*$$' \
Makefile && \
Expand Down
4 changes: 0 additions & 4 deletions NEWS
Expand Up @@ -33,10 +33,6 @@ Unreleased, experimental changes
"pax - portable archive interchange", IEEE Std 1003.1-2017,
<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13>.

Changes affecting documentation and commentary

Rename CONTRIBUTING to CONTRIBUTING.md and use Markdown format.


Release 2021e - 2021-10-21 18:41:00 -0700

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -33,7 +33,7 @@ This database of historical local time information has several goals:
* Test the generality of the local time rule description system.

The information in the time zone data files is by no means authoritative;
fixes and enhancements are welcome. Please see the file CONTRIBUTING.md
fixes and enhancements are welcome. Please see the file CONTRIBUTING
for details.

Thanks to these Time Zone Caballeros who've made major contributions to the
Expand Down
2 changes: 1 addition & 1 deletion africa
Expand Up @@ -6,7 +6,7 @@
# This file is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.

# From Paul Eggert (2018-05-27):
#
Expand Down
2 changes: 1 addition & 1 deletion asia
Expand Up @@ -6,7 +6,7 @@
# This file is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.

# From Paul Eggert (2019-07-11):
#
Expand Down
2 changes: 1 addition & 1 deletion australasia
Expand Up @@ -974,7 +974,7 @@ Zone Pacific/Wallis 12:15:20 - LMT 1901
# This file is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.

# From Paul Eggert (2018-11-18):
#
Expand Down
2 changes: 1 addition & 1 deletion backzone
Expand Up @@ -5,7 +5,7 @@
# This file is by no means authoritative; if you think you know
# better, go ahead and edit it (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.


# From Paul Eggert (2014-10-31):
Expand Down
2 changes: 1 addition & 1 deletion europe
Expand Up @@ -6,7 +6,7 @@
# This file is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.

# From Paul Eggert (2017-02-10):
#
Expand Down
2 changes: 1 addition & 1 deletion northamerica
Expand Up @@ -8,7 +8,7 @@
# This file is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.

# From Paul Eggert (1999-03-22):
# A reliable and entertaining source about time zones is
Expand Down
2 changes: 1 addition & 1 deletion southamerica
Expand Up @@ -6,7 +6,7 @@
# This file is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@iana.org for general use in the future). For more, please see
# the file CONTRIBUTING.md in the tz distribution.
# the file CONTRIBUTING in the tz distribution.

# From Paul Eggert (2016-12-05):
#
Expand Down
3 changes: 1 addition & 2 deletions theory.html
Expand Up @@ -573,8 +573,7 @@ <h2 id="accuracy">Accuracy of the <code><abbr>tz</abbr></code> database</h2>
<p>
The <code><abbr>tz</abbr></code> database is not authoritative, and it
surely has errors.
Corrections are welcome and encouraged;
see the file <code>CONTRIBUTING.md</code>.
Corrections are welcome and encouraged; see the file <code>CONTRIBUTING</code>.
Users requiring authoritative data should consult national standards
bodies and the references cited in the database's comments.
</p>
Expand Down

0 comments on commit b0c24fa

Please sign in to comment.