diff options
author | monsta <[email protected]> | 2016-08-18 15:04:20 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-18 15:04:20 +0300 |
commit | f30b1cd380be638948a1b82c59639b6b39a3587d (patch) | |
tree | 716d61aef5bf389e2e2754203d4d1f4f9f5738f0 /src | |
parent | 6fef74d3b9e1ec41cac20825b244a198a8b09606 (diff) | |
download | mate-terminal-f30b1cd380be638948a1b82c59639b6b39a3587d.tar.bz2 mate-terminal-f30b1cd380be638948a1b82c59639b6b39a3587d.tar.xz |
update copyright
Diffstat (limited to 'src')
-rw-r--r-- | src/terminal-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal-window.c b/src/terminal-window.c index a80902f..e7b53a2 100644 --- a/src/terminal-window.c +++ b/src/terminal-window.c @@ -3901,7 +3901,7 @@ help_about_callback (GtkAction *action, "Copyright © 2006 Guilherme de S. Pastore\n" "Copyright © 2007–2010 Christian Persch\n" "Copyright © 2011 Perberos\n" - "Copyright © 2012-2014 MATE developers"; + "Copyright © 2012-2016 MATE developers"; char *licence_text; GKeyFile *key_file; GError *error = NULL; |