Skip to content

Commit e6afe80

Browse files
committed
Bumped copyright year to 2025.
1 parent b6b922b commit e6afe80

18 files changed

Lines changed: 19 additions & 19 deletions

pyVersioning/AppVeyor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/CIService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/Configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/GitHub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/GitLab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/Travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

pyVersioning/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #
@@ -30,7 +30,7 @@
3030
#
3131
__author__ = "Patrick Lehmann"
3232
__email__ = "Paebbels@gmail.com"
33-
__copyright__ = "2020-2024, Patrick Lehmann"
33+
__copyright__ = "2020-2025, Patrick Lehmann"
3434
__license__ = "Apache License, Version 2.0"
3535
__version__ = "0.17.0"
3636
__keywords__ = ["Python3", "Template", "Versioning", "Git"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# #
1212
# License: #
1313
# ==================================================================================================================== #
14-
# Copyright 2020-2024 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2020-2025 Patrick Lehmann - Bötzingen, Germany #
1515
# #
1616
# Licensed under the Apache License, Version 2.0 (the "License"); #
1717
# you may not use this file except in compliance with the License. #

0 commit comments

Comments
 (0)