diff options
author | rbuj <[email protected]> | 2019-04-11 12:39:30 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2019-04-11 12:39:30 +0200 |
commit | 9d6ac1b45961f81236d3a0fddb78ce47170d4e7a (patch) | |
tree | f967c54362a3d18ebf2876545e817c7a45fd5ac0 /src | |
parent | f5675785899ecba0dbd341ed7a7e5e6f9ad26337 (diff) | |
download | mate-terminal-9d6ac1b45961f81236d3a0fddb78ce47170d4e7a.tar.bz2 mate-terminal-9d6ac1b45961f81236d3a0fddb78ce47170d4e7a.tar.xz |
about: 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 25af081..1eea6ed 100644 --- a/src/terminal-window.c +++ b/src/terminal-window.c @@ -4331,7 +4331,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-2018 MATE developers"; + "Copyright © 2012-2019 MATE developers"; char *licence_text; GBytes *bytes; const guint8 *data; |