update license headers pycalver -> bumpver

This commit is contained in:
Manuel Barkhau 2021-01-17 21:34:29 +00:00
parent 140ac2e79b
commit 732f74439b
21 changed files with 45 additions and 45 deletions

View file

@ -227,8 +227,8 @@ def test_v1_iter_rewritten():
rewritten_datas = v1rewrite.iter_rewritten(file_patterns, new_vinfo)
rfd = list(rewritten_datas)[0]
expected = [
"# This file is part of the pycalver project",
"# https://github.com/mbarkhau/pycalver",
"# This file is part of the bumpver project",
"# https://github.com/mbarkhau/bumpver",
"#",
"# Copyright (c) 2018-2020 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
"# SPDX-License-Identifier: MIT",
@ -253,8 +253,8 @@ def test_v2_iter_rewritten():
rewritten_datas = v2rewrite.iter_rewritten(file_patterns, new_vinfo)
rfd = list(rewritten_datas)[0]
expected = [
"# This file is part of the pycalver project",
"# https://github.com/mbarkhau/pycalver",
"# This file is part of the bumpver project",
"# https://github.com/mbarkhau/bumpver",
"#",
"# Copyright (c) 2018-2020 Manuel Barkhau (mbarkhau@gmail.com) - MIT License",
"# SPDX-License-Identifier: MIT",