Skip to content

Commit c808596

Browse files
committed
copyright update
1 parent f879053 commit c808596

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2025 Perry Goy
3+
Copyright (c) 2022-2026 Perry Goy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

screenpy_playwright/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ScreenPy Playwright is an extension for ScreenPy which enables Actors to use
99
the Playwright browser automation tool.
1010
11-
:copyright: (c) 2019-2025 by Perry Goy.
11+
:copyright: (c) 2019-2026 by Perry Goy.
1212
:license: MIT, see LICENSE for more details.
1313
"""
1414

screenpy_playwright/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
__author__ = metadata["Author"]
2222
__author_email__ = metadata["Author-email"]
2323
__license__ = metadata["License"]
24-
__copyright__ = f"2019-2025 {__author__}"
24+
__copyright__ = f"2019-2026 {__author__}"

0 commit comments

Comments
 (0)