This commit is contained in:
Manuel Barkhau 2018-12-09 18:09:35 +01:00
parent 9d3b4c2d10
commit 2b737858c4

View file

@ -97,7 +97,7 @@ def iter_rewritten(
... '# This file is part of the pycalver project', ... '# This file is part of the pycalver project',
... '# https://gitlab.com/mbarkhau/pycalver', ... '# https://gitlab.com/mbarkhau/pycalver',
... '#', ... '#',
... '# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License', ... '# Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License',
... '# SPDX-License-Identifier: MIT', ... '# SPDX-License-Identifier: MIT',
... '"""PyCalVer: Automatic CalVer Versioning for Python Packages."""', ... '"""PyCalVer: Automatic CalVer Versioning for Python Packages."""',
... '', ... '',