diff --git a/doc/conf.py b/doc/conf.py index ffe151e..d04f971 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ # General information about the project. project = 'Jinxed' -copyright = '2019 - 2023, Avram Lubkin' +copyright = '2019 - 2024, Avram Lubkin' author = 'Avram Lubkin' # The version info for the project you're documenting, acts as replacement for diff --git a/setup_helpers.py b/setup_helpers.py index 463e611..3c81e90 100644 --- a/setup_helpers.py +++ b/setup_helpers.py @@ -1,4 +1,4 @@ -# Copyright 2017 - 2023 Avram Lubkin, All Rights Reserved +# Copyright 2017 - 2024 Avram Lubkin, All Rights Reserved # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -204,7 +204,7 @@ def check_copyrights(): # Get the latest change date for docs process = subprocess.run( - ('git', 'log', '-1', '--pretty=format:%cs', 'doc/*.rst'), + ('git', 'log', '-1', '--pretty=format:%cs'), stdout=subprocess.PIPE, check=True, text=True ) modified = process.stdout[:4] diff --git a/tests/test_terminfo.py b/tests/test_terminfo.py index 3a9249e..8c5c117 100644 --- a/tests/test_terminfo.py +++ b/tests/test_terminfo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 Avram Lubkin, All Rights Reserved +# Copyright 2019 - 2024 Avram Lubkin, All Rights Reserved # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/tests/test_tparm.py b/tests/test_tparm.py index dba7fb0..51a4fcb 100644 --- a/tests/test_tparm.py +++ b/tests/test_tparm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 - 2023 Avram Lubkin, All Rights Reserved +# Copyright 2019 - 2024 Avram Lubkin, All Rights Reserved # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this