Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit d642297

Browse files
committed
Updated copyright to 2022.
1 parent 13a7e7a commit d642297

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

pyTooling/TerminalUI/__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 2017-2021 Patrick Lehmann - Bötzingen, Germany #
14+
# Copyright 2017-2022 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. #
@@ -31,7 +31,7 @@
3131
"""A set of helpers to implement a text user interface (TUI) in a terminal."""
3232
__author__ = "Patrick Lehmann"
3333
__email__ = "Paebbels@gmail.com"
34-
__copyright__ = "2007-2021, Patrick Lehmann"
34+
__copyright__ = "2007-2022, Patrick Lehmann"
3535
__license__ = "Apache License, Version 2.0"
3636
__version__ = "1.5.7"
3737
__keywords__ = ["terminal", "shell", "text user interface", "TUI", "console", "message logging"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# License:
1414
# ============================================================================
15-
# Copyright 2017-2021 Patrick Lehmann - Bötzingen, Germany
15+
# Copyright 2017-2022 Patrick Lehmann - Bötzingen, Germany
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

tests/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# License:
1818
# ============================================================================
19-
# Copyright 2017-2021 Patrick Lehmann - Bötzingen, Germany
19+
# Copyright 2017-2022 Patrick Lehmann - Bötzingen, Germany
2020
# Copyright 2007-2016 Patrick Lehmann - Dresden, Germany
2121
#
2222
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -37,6 +37,6 @@
3737
"""
3838
Module containing test code written for `pyTest <https://www.pytest.org/>`__.
3939
40-
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany
40+
:copyright: Copyright 2007-2022 Patrick Lehmann - Bötzingen, Germany
4141
:license: Apache License, Version 2.0
4242
"""

tests/unit/TerminalUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# License:
1414
# ============================================================================
15-
# Copyright 2017-2021 Patrick Lehmann - Bötzingen, Germany
15+
# Copyright 2017-2022 Patrick Lehmann - Bötzingen, Germany
1616
# Copyright 2007-2016 Patrick Lehmann - Dresden, Germany
1717
#
1818
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,7 +34,7 @@
3434
pyTooling.TerminalUI
3535
####################
3636
37-
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany
37+
:copyright: Copyright 2007-2022 Patrick Lehmann - Bötzingen, Germany
3838
:license: Apache License, Version 2.0
3939
"""
4040
from unittest import TestCase

tests/unit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# License:
1414
# ============================================================================
15-
# Copyright 2017-2021 Patrick Lehmann - Bötzingen, Germany
15+
# Copyright 2017-2022 Patrick Lehmann - Bötzingen, Germany
1616
# Copyright 2007-2016 Patrick Lehmann - Dresden, Germany
1717
#
1818
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,6 +34,6 @@
3434
pyTooling.TerminalUI
3535
####################
3636
37-
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany
37+
:copyright: Copyright 2007-2022 Patrick Lehmann - Bötzingen, Germany
3838
:license: Apache License, Version 2.0
3939
"""

0 commit comments

Comments
 (0)