diff options
author | monsta <[email protected]> | 2017-10-05 22:53:07 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-05 23:03:47 +0300 |
commit | c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5 (patch) | |
tree | a0ae425230548731118da026ad915fc5f8d7dc32 /invest-applet/invest/about.py | |
parent | 87da84a1161e9bbfee879275967a170bc27204f7 (diff) | |
download | mate-applets-c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5.tar.bz2 mate-applets-c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5.tar.xz |
update copyright year in other applets
Diffstat (limited to 'invest-applet/invest/about.py')
-rw-r--r-- | invest-applet/invest/about.py | 2 |
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]>") |