From 943db9c5dbfc6d048dc1bf76de90c3530b9dd828 Mon Sep 17 00:00:00 2001 From: Raj Shah Date: Thu, 11 Jan 2024 03:28:34 -0800 Subject: [PATCH] Happy new year! --- .coveragerc | 2 +- .flake8 | 2 +- .isort.cfg | 2 +- Makefile | 2 +- mypy.ini | 2 +- pottery/__init__.py | 2 +- pottery/aionextid.py | 2 +- pottery/aioredlock.py | 2 +- pottery/annotations.py | 2 +- pottery/base.py | 2 +- pottery/bloom.py | 2 +- pottery/cache.py | 2 +- pottery/counter.py | 2 +- pottery/deque.py | 2 +- pottery/dict.py | 2 +- pottery/exceptions.py | 2 +- pottery/executor.py | 2 +- pottery/hyper.py | 2 +- pottery/list.py | 2 +- pottery/monkey.py | 2 +- pottery/nextid.py | 2 +- pottery/queue.py | 2 +- pottery/redlock.py | 2 +- pottery/set.py | 2 +- pottery/timer.py | 2 +- pytest.ini | 2 +- requirements-to-freeze.txt | 2 +- setup.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/test_aionextid.py | 2 +- tests/test_aioredlock.py | 2 +- tests/test_base.py | 2 +- tests/test_bloom.py | 2 +- tests/test_cache.py | 2 +- tests/test_counter.py | 2 +- tests/test_deque.py | 2 +- tests/test_dict.py | 2 +- tests/test_doctests.py | 2 +- tests/test_executor.py | 2 +- tests/test_hyper.py | 2 +- tests/test_list.py | 2 +- tests/test_monkey.py | 2 +- tests/test_nextid.py | 2 +- tests/test_queue.py | 2 +- tests/test_redlock.py | 2 +- tests/test_set.py | 2 +- tests/test_timer.py | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.coveragerc b/.coveragerc index 9e39a3dd..1cf9fc4d 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # .coveragerc # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.flake8 b/.flake8 index 0147ede6..c5d8028f 100644 --- a/.flake8 +++ b/.flake8 @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # .flake8 # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.isort.cfg b/.isort.cfg index 80d1bf96..fc0087fb 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # .isort.cfg # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/Makefile b/Makefile index 21b95f51..e2ff480d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # Makefile # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/mypy.ini b/mypy.ini index 1c71c5ff..63eca318 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # mypy.ini # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/__init__.py b/pottery/__init__.py index 040b21da..dfae3206 100644 --- a/pottery/__init__.py +++ b/pottery/__init__.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # __init__.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/aionextid.py b/pottery/aionextid.py index 1ba37409..68aa4ff4 100644 --- a/pottery/aionextid.py +++ b/pottery/aionextid.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # aionextid.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/aioredlock.py b/pottery/aioredlock.py index efdf53da..0e152e38 100644 --- a/pottery/aioredlock.py +++ b/pottery/aioredlock.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # aioredlock.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/annotations.py b/pottery/annotations.py index 2216e626..85a875e6 100644 --- a/pottery/annotations.py +++ b/pottery/annotations.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # annotations.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/base.py b/pottery/base.py index 27187375..b496acb5 100644 --- a/pottery/base.py +++ b/pottery/base.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # base.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/bloom.py b/pottery/bloom.py index 467cf628..7f34d103 100644 --- a/pottery/bloom.py +++ b/pottery/bloom.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # bloom.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/cache.py b/pottery/cache.py index 9819523f..6318ddb8 100644 --- a/pottery/cache.py +++ b/pottery/cache.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # cache.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/counter.py b/pottery/counter.py index 7954c639..a37e7592 100644 --- a/pottery/counter.py +++ b/pottery/counter.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # counter.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/deque.py b/pottery/deque.py index d1e259aa..66b44fb5 100644 --- a/pottery/deque.py +++ b/pottery/deque.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # deque.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/dict.py b/pottery/dict.py index 035cc50a..8407bc16 100644 --- a/pottery/dict.py +++ b/pottery/dict.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # dict.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/exceptions.py b/pottery/exceptions.py index d76c03a8..0f4f8fff 100644 --- a/pottery/exceptions.py +++ b/pottery/exceptions.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # exceptions.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/executor.py b/pottery/executor.py index 026e19f1..81469411 100644 --- a/pottery/executor.py +++ b/pottery/executor.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # executor.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/hyper.py b/pottery/hyper.py index d6a7b6d3..790959b4 100644 --- a/pottery/hyper.py +++ b/pottery/hyper.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # hyper.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/list.py b/pottery/list.py index 16b1eb71..73f35b76 100644 --- a/pottery/list.py +++ b/pottery/list.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # list.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/monkey.py b/pottery/monkey.py index fa493e8f..a85211c0 100644 --- a/pottery/monkey.py +++ b/pottery/monkey.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # monkey.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/nextid.py b/pottery/nextid.py index 49fa5fab..e2fe72b7 100644 --- a/pottery/nextid.py +++ b/pottery/nextid.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # nextid.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/queue.py b/pottery/queue.py index 48adb93e..5a58c620 100644 --- a/pottery/queue.py +++ b/pottery/queue.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # queue.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/redlock.py b/pottery/redlock.py index 441cce3a..fb62671a 100644 --- a/pottery/redlock.py +++ b/pottery/redlock.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # redlock.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/set.py b/pottery/set.py index fd3c0190..ee84f7c2 100644 --- a/pottery/set.py +++ b/pottery/set.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # set.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pottery/timer.py b/pottery/timer.py index 0648c16f..8618ba9c 100644 --- a/pottery/timer.py +++ b/pottery/timer.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # timer.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pytest.ini b/pytest.ini index 8c782dff..1fb8469d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # pytest.ini # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/requirements-to-freeze.txt b/requirements-to-freeze.txt index cc814482..7f36df94 100644 --- a/requirements-to-freeze.txt +++ b/requirements-to-freeze.txt @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # requirements-to-freeze.txt # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/setup.py b/setup.py index d5b2926a..c95b712a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # setup.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/__init__.py b/tests/__init__.py index 391a610f..74f1d59c 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # __init__.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/conftest.py b/tests/conftest.py index ba2029ba..c65df6e1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # conftest.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_aionextid.py b/tests/test_aionextid.py index 7ee1b4dc..7e166c37 100644 --- a/tests/test_aionextid.py +++ b/tests/test_aionextid.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_aioredlock.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_aioredlock.py b/tests/test_aioredlock.py index 9768a803..ce3e1ae4 100644 --- a/tests/test_aioredlock.py +++ b/tests/test_aioredlock.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_aioredlock.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_base.py b/tests/test_base.py index 3ba75f1a..6ef1a74c 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_base.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_bloom.py b/tests/test_bloom.py index e99f3e08..b15826af 100644 --- a/tests/test_bloom.py +++ b/tests/test_bloom.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_bloom.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_cache.py b/tests/test_cache.py index 5636c1e7..9aefa5f9 100644 --- a/tests/test_cache.py +++ b/tests/test_cache.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_cache.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_counter.py b/tests/test_counter.py index d3de5354..3206c4b3 100644 --- a/tests/test_counter.py +++ b/tests/test_counter.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_counter.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_deque.py b/tests/test_deque.py index 8601cfe2..34ce156b 100644 --- a/tests/test_deque.py +++ b/tests/test_deque.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_deque.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_dict.py b/tests/test_dict.py index 3474c37f..891a5a01 100644 --- a/tests/test_dict.py +++ b/tests/test_dict.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_dict.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_doctests.py b/tests/test_doctests.py index 1b35eaf3..f6945ed9 100644 --- a/tests/test_doctests.py +++ b/tests/test_doctests.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_doctests.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_executor.py b/tests/test_executor.py index f8a9a593..91ac0f67 100644 --- a/tests/test_executor.py +++ b/tests/test_executor.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_executor.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_hyper.py b/tests/test_hyper.py index cc05567d..c333d5c1 100644 --- a/tests/test_hyper.py +++ b/tests/test_hyper.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_hyper.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_list.py b/tests/test_list.py index 142b04ce..09154671 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_list.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_monkey.py b/tests/test_monkey.py index 90eee46d..f5de6d03 100644 --- a/tests/test_monkey.py +++ b/tests/test_monkey.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_monkey.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_nextid.py b/tests/test_nextid.py index ef026777..e59016e5 100644 --- a/tests/test_nextid.py +++ b/tests/test_nextid.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_nextid.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_queue.py b/tests/test_queue.py index c801ae64..05294142 100644 --- a/tests/test_queue.py +++ b/tests/test_queue.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_queue.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_redlock.py b/tests/test_redlock.py index 4dfff4a6..1932c142 100644 --- a/tests/test_redlock.py +++ b/tests/test_redlock.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_redlock.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_set.py b/tests/test_set.py index c51f360f..9726f595 100644 --- a/tests/test_set.py +++ b/tests/test_set.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_set.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/test_timer.py b/tests/test_timer.py index a1d0f3c4..a6d394b5 100644 --- a/tests/test_timer.py +++ b/tests/test_timer.py @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # # test_timer.py # # # -# Copyright © 2015-2022, Rajiv Bakulesh Shah, original author. # +# Copyright © 2015-2024, Rajiv Bakulesh Shah, original author. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. #