summaryrefslogtreecommitdiff
path: root/ci/parse_relnotes.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-06-02 08:47:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-06-02 08:47:13 -0400
commit2d7014cb861b00ac32c2ae8b5d3401be494b256d (patch)
treea8fb663a9f543773dbe3bfad9aa04295c66515ab /ci/parse_relnotes.py
parent67e5e95c133cf970c0706d2084f7e1c65d1c1b3a (diff)
downloadpython-coveragepy-git-2d7014cb861b00ac32c2ae8b5d3401be494b256d.tar.gz
build: clean up ci helpers, use them more uniformly
Diffstat (limited to 'ci/parse_relnotes.py')
-rw-r--r--ci/parse_relnotes.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/parse_relnotes.py b/ci/parse_relnotes.py
index ba5089eb..cdb8526c 100644
--- a/ci/parse_relnotes.py
+++ b/ci/parse_relnotes.py
@@ -1,4 +1,6 @@
-#!/usr/bin/env python3
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
"""
Parse CHANGES.md into a JSON structure.