=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/zoneinfo/leapseconds.awk,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/share/zoneinfo/leapseconds.awk 2023/11/17 21:51:37 1.1 +++ src/share/zoneinfo/leapseconds.awk 2024/02/05 17:07:23 1.2 @@ -1,4 +1,4 @@ -# Generate zic format 'leapseconds' from NIST format 'leap-seconds.list'. +# Generate zic format 'leapseconds' from NIST/IERS format 'leap-seconds.list'. # This file is in the public domain. @@ -21,13 +21,10 @@ print "# This file is in the public domain." print "" print "# This file is generated automatically from the data in the public-domain" - print "# NIST format leap-seconds.list file, which can be copied from" - print "# " - print "# or ." - print "# The NIST file is used instead of its IERS upstream counterpart" + print "# NIST/IERS format leap-seconds.list file, which can be copied from" print "# " - print "# because under US law the NIST file is public domain" - print "# whereas the IERS file's copyright and license status is unclear." + print "# or, in a variant with different comments, from" + print "# ." print "# For more about leap-seconds.list, please see" print "# The NTP Timescale and Leap Seconds" print "# ."