summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-05-25 22:04:35 +0200
committerTobias Brox <tobias@redpill-linpro.com>2021-05-25 22:04:39 +0200
commit21cac9dce8934e09af3aafafd193db28e74e3cc2 (patch)
tree0fadc34d1dd8f85d096d322affc1d19694d5ca24
parent12458e6172e9a8b59fcbddc042c22ce1ec97b692 (diff)
downloadcalendar-cli-21cac9dce8934e09af3aafafd193db28e74e3cc2.zip
Updated the copyright header
-rwxr-xr-xcalendar-cli.py2
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"