summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-05-25 22:04:35 +0200
committercos <cos>2021-05-28 21:24:56 +0200
commit4c14414278499a6f430c08e2842cddf7db7fd8db (patch)
tree0fadc34d1dd8f85d096d322affc1d19694d5ca24
parent4348ad074d6d6a41c3211238c8d3b079dbbf8c6e (diff)
downloadcalendar-cli-4c14414278499a6f430c08e2842cddf7db7fd8db.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"