From 732f74439b77499b1f33dc31595bf06066d7b990 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 17 Jan 2021 21:34:29 +0000 Subject: [PATCH] update license headers pycalver -> bumpver --- license.header | 6 +++--- setup.py | 4 ++-- src/bumpver/__init__.py | 4 ++-- src/bumpver/__main__.py | 4 ++-- src/bumpver/cli.py | 4 ++-- src/bumpver/config.py | 4 ++-- src/bumpver/parse.py | 4 ++-- src/bumpver/patterns.py | 4 ++-- src/bumpver/pysix.py | 4 ++-- src/bumpver/regexfmt.py | 4 ++-- src/bumpver/rewrite.py | 4 ++-- src/bumpver/utils.py | 4 ++-- src/bumpver/v1patterns.py | 4 ++-- src/bumpver/v1rewrite.py | 4 ++-- src/bumpver/v1version.py | 4 ++-- src/bumpver/v2patterns.py | 4 ++-- src/bumpver/v2rewrite.py | 4 ++-- src/bumpver/v2version.py | 4 ++-- src/bumpver/vcs.py | 4 ++-- src/bumpver/version.py | 4 ++-- test/test_rewrite.py | 8 ++++---- 21 files changed, 45 insertions(+), 45 deletions(-) diff --git a/license.header b/license.header index cb08b33..53ee994 100644 --- a/license.header +++ b/license.header @@ -1,9 +1,9 @@ Individual files contain the following tag instead of the full license text. - 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 + Copyright (c) 2018-2021 Manuel Barkhau (mbarkhau@gmail.com) - MIT License SPDX-License-Identifier: MIT This enables machine processing of license information based on the SPDX diff --git a/setup.py b/setup.py index d131c85..80b82eb 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/__init__.py b/src/bumpver/__init__.py index 625139a..60fa7a9 100644 --- a/src/bumpver/__init__.py +++ b/src/bumpver/__init__.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/__main__.py b/src/bumpver/__main__.py index 588684c..ffaa6df 100644 --- a/src/bumpver/__main__.py +++ b/src/bumpver/__main__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# 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 diff --git a/src/bumpver/cli.py b/src/bumpver/cli.py index d2c113f..ce81a1c 100755 --- a/src/bumpver/cli.py +++ b/src/bumpver/cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# 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 diff --git a/src/bumpver/config.py b/src/bumpver/config.py index af48613..b893845 100644 --- a/src/bumpver/config.py +++ b/src/bumpver/config.py @@ -1,5 +1,5 @@ -# This file is part of the pycalver project -# https://gitlab.com/mbarkhau/pycalver +# This file is part of the bumpver project +# https://gitlab.com/mbarkhau/bumpver # # Copyright (c) 2018-2020 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT diff --git a/src/bumpver/parse.py b/src/bumpver/parse.py index d45c390..628781a 100644 --- a/src/bumpver/parse.py +++ b/src/bumpver/parse.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/patterns.py b/src/bumpver/patterns.py index 157d62b..84cc09f 100644 --- a/src/bumpver/patterns.py +++ b/src/bumpver/patterns.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/pysix.py b/src/bumpver/pysix.py index f11c7d8..abaecff 100644 --- a/src/bumpver/pysix.py +++ b/src/bumpver/pysix.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/regexfmt.py b/src/bumpver/regexfmt.py index 8d7a850..2c1e3f1 100644 --- a/src/bumpver/regexfmt.py +++ b/src/bumpver/regexfmt.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/rewrite.py b/src/bumpver/rewrite.py index 93a9b53..183066c 100644 --- a/src/bumpver/rewrite.py +++ b/src/bumpver/rewrite.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/utils.py b/src/bumpver/utils.py index 5f7c5bc..01606a4 100644 --- a/src/bumpver/utils.py +++ b/src/bumpver/utils.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/v1patterns.py b/src/bumpver/v1patterns.py index 265fffd..df42666 100644 --- a/src/bumpver/v1patterns.py +++ b/src/bumpver/v1patterns.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/v1rewrite.py b/src/bumpver/v1rewrite.py index bb594dd..8a7a67f 100644 --- a/src/bumpver/v1rewrite.py +++ b/src/bumpver/v1rewrite.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/v1version.py b/src/bumpver/v1version.py index b149974..b6ccd87 100644 --- a/src/bumpver/v1version.py +++ b/src/bumpver/v1version.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/v2patterns.py b/src/bumpver/v2patterns.py index ccf41ee..4b530f9 100644 --- a/src/bumpver/v2patterns.py +++ b/src/bumpver/v2patterns.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/v2rewrite.py b/src/bumpver/v2rewrite.py index e70ea12..4f67c43 100644 --- a/src/bumpver/v2rewrite.py +++ b/src/bumpver/v2rewrite.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/v2version.py b/src/bumpver/v2version.py index 8cd1ec7..d4cea33 100644 --- a/src/bumpver/v2version.py +++ b/src/bumpver/v2version.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/vcs.py b/src/bumpver/vcs.py index 87c144d..93f641e 100644 --- a/src/bumpver/vcs.py +++ b/src/bumpver/vcs.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/bumpver/version.py b/src/bumpver/version.py index fae6376..6ee0890 100644 --- a/src/bumpver/version.py +++ b/src/bumpver/version.py @@ -1,5 +1,5 @@ -# 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 diff --git a/test/test_rewrite.py b/test/test_rewrite.py index a306920..f4c94e3 100644 --- a/test/test_rewrite.py +++ b/test/test_rewrite.py @@ -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",