From 2d7014cb861b00ac32c2ae8b5d3401be494b256d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 2 Jun 2022 08:47:13 -0400 Subject: build: clean up ci helpers, use them more uniformly --- ci/parse_relnotes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ci/parse_relnotes.py') 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. -- cgit v1.2.1