summaryrefslogtreecommitdiff
path: root/script/bump_changelog.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-21 17:48:20 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-23 19:57:20 +0100
commitbdeb7e5f0cdafab92efc3fe52b4d1e94ee3344e5 (patch)
tree7de793a1895346c5b47a9db7834bd04b100dfe2b /script/bump_changelog.py
parent536087e448f9204ddbaea10a55ca5eab7d64de0d (diff)
downloadpylint-git-bdeb7e5f0cdafab92efc3fe52b4d1e94ee3344e5.tar.gz
Add a script to update the CONTRIBUTORS.txt
Diffstat (limited to 'script/bump_changelog.py')
-rw-r--r--script/bump_changelog.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/bump_changelog.py b/script/bump_changelog.py
index 6e25719d4..f1edcdbb0 100644
--- a/script/bump_changelog.py
+++ b/script/bump_changelog.py
@@ -1,3 +1,7 @@
+# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
+# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
+
# ORIGINAL here: https://github.com/PyCQA/astroid/blob/main/script/bump_changelog.py
# DO NOT MODIFY DIRECTLY