From 7690043563a0d41b35c0c324219c4a5a4b10d6cf Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:07:46 +0200 Subject: [PATCH] We no longer need to update years in copyright notices --- release.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/release.py b/release.py index be7e2d0a..8412c705 100755 --- a/release.py +++ b/release.py @@ -437,8 +437,6 @@ def bump(tag: Tag) -> None: "Doc/tutorial/interpreter.rst", "Doc/tutorial/stdlib.rst", "Doc/tutorial/stdlib2.rst", - "LICENSE", - "Doc/license.rst", "PC/pyconfig.h.in", "PCbuild/rt.bat", ".github/ISSUE_TEMPLATE/bug.yml",