diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-15 10:58:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-15 10:58:57 +0100 |
commit | 58747780ffbc1df372a1c113e8a6e412e1f8f0a9 (patch) | |
tree | fe74c6229670d897ec92c86cbbb1bc67996915a8 /src | |
parent | 9ae8cbe28a1c91b9a40d208c4045a3706e0929bc (diff) | |
download | mate-system-monitor-58747780ffbc1df372a1c113e8a6e412e1f8f0a9.tar.bz2 mate-system-monitor-58747780ffbc1df372a1c113e8a6e412e1f8f0a9.tar.xz |
Update copyright info
Diffstat (limited to 'src')
-rw-r--r-- | src/callbacks.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 4eccc70..d8d54ac 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -138,6 +138,9 @@ cb_about (GtkAction *action, gpointer data) "Benoît Dejean", "Paolo Borelli", "Karl Lattimer", + "Perberos", + "Stefano Karapetsas", + "Steve Zesch", NULL }; @@ -158,7 +161,8 @@ cb_about (GtkAction *action, gpointer data) "comments", _("View current processes and monitor system state"), "version", VERSION, "copyright", "Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n" - "Copyright \xc2\xa9 2005-2007 Benoît Dejean", + "Copyright \xc2\xa9 2005-2007 Benoît Dejean\n" + "Copyright \xc2\xa9 2011-2014 MATE developers", "logo-icon-name", "utilities-system-monitor", "authors", authors, "artists", artists, |