summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-14 00:33:10 +0300
committermonsta <[email protected]>2016-08-14 00:33:45 +0300
commitf32588c9da598b268f136e6da819a9a9c25ec8aa (patch)
treec09effa4c770d0230623c7a122a5bf7e1b7394b3
parentf287c2efc31b37f690af9a75043b7ac577c25b00 (diff)
downloadmate-applets-f32588c9da598b268f136e6da819a9a9c25ec8aa.tar.bz2
mate-applets-f32588c9da598b268f136e6da819a9a9c25ec8aa.tar.xz
invest-applet: update copyright
-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 1cbd336a..87feaf92 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."
+ "copyright" : "Copyright © 2004-2005 Raphael Slinckx\nCopyright © 2009-2010 Enrico Minack\nCopyright © 2012-2016 MATE developers"
}
# about.set_authors("Raphael Slinckx <[email protected]>\nEnrico Minack <[email protected]>")