mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
update license headers pycalver -> bumpver
This commit is contained in:
parent
140ac2e79b
commit
732f74439b
21 changed files with 45 additions and 45 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue