summaryrefslogtreecommitdiff
path: root/invest-applet/invest/about.py
diff options
context:
space:
mode:
Diffstat (limited to 'invest-applet/invest/about.py')
-rw-r--r--invest-applet/invest/about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/about.py b/invest-applet/invest/about.py
index 97e33f27..3b62b70d 100644
--- a/invest-applet/invest/about.py
+++ b/invest-applet/invest/about.py
@@ -23,7 +23,7 @@ def show_about():
"logo" : invest_logo,
"version" : VERSION,
"comments" : _("Track your invested money."),
- "copyright" : "Copyright © 2004-2005 Raphael Slinckx\nCopyright © 2009-2010 Enrico Minack\nCopyright © 2012-2016 MATE developers"
+ "copyright" : "Copyright © 2004-2005 Raphael Slinckx\nCopyright © 2009-2010 Enrico Minack\nCopyright © 2012-2017 MATE developers"
}
# about.set_authors("Raphael Slinckx <[email protected]>\nEnrico Minack <[email protected]>")