Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent 15c9322 commit 7ee3b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 Tsuyoshi Hombashi
Copyright (c) 2023-2025 Tsuyoshi Hombashi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pathvalidate_cli/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__author__: Final = "Tsuyoshi Hombashi"
__copyright__: Final = f"Copyright 2023-2024, {__author__}"
__copyright__: Final = f"Copyright 2023-2025, {__author__}"
__license__: Final = "MIT License"
__version__ = "0.1.0"
__maintainer__: Final = __author__
Expand Down

0 comments on commit 7ee3b48

Please sign in to comment.