Skip to content

Commit

Permalink
Update copyright check
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jul 31, 2024
1 parent fad7d1b commit d044bdf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup_helpers.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_terminfo.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tparm.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d044bdf

Please # to comment.