diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2021-05-25 22:04:35 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2021-05-25 22:04:39 +0200 |
commit | 21cac9dce8934e09af3aafafd193db28e74e3cc2 (patch) | |
tree | 0fadc34d1dd8f85d096d322affc1d19694d5ca24 | |
parent | 12458e6172e9a8b59fcbddc042c22ce1ec97b692 (diff) | |
download | calendar-cli-21cac9dce8934e09af3aafafd193db28e74e3cc2.zip |
Updated the copyright header
-rwxr-xr-x | calendar-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index 6afd3ef..b22929e 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -51,7 +51,7 @@ except NameError: __version__ = "0.12.1" __author__ = "Tobias Brox" __author_short__ = "tobixen" -__copyright__ = "Copyright 2013-2020, Tobias Brox" +__copyright__ = "Copyright 2013-2021, Tobias Brox and contributors" #__credits__ = [] __license__ = "GPLv3+" __license_url__ = "http://www.gnu.org/licenses/gpl-3.0-standalone.html" |