diff options
author | monsta <[email protected]> | 2017-04-16 12:54:21 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-16 12:54:21 +0300 |
commit | 2f26e319e067cc1baa0f85cbb1763e7359565ae0 (patch) | |
tree | cc4286b607e1529c41e54b853a5f457513920528 | |
parent | 7d95c467338ecb57c5a6dc0bd08b3fc40c44ed60 (diff) | |
download | pluma-2f26e319e067cc1baa0f85cbb1763e7359565ae0.tar.bz2 pluma-2f26e319e067cc1baa0f85cbb1763e7359565ae0.tar.xz |
update copyright year to 2017
-rw-r--r-- | plugins/externaltools/data/switch-c.tool.in | 2 | ||||
-rw-r--r-- | pluma/pluma-commands-help.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/externaltools/data/switch-c.tool.in b/plugins/externaltools/data/switch-c.tool.in index 9d3a01cc..d82dcac7 100644 --- a/plugins/externaltools/data/switch-c.tool.in +++ b/plugins/externaltools/data/switch-c.tool.in @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # Copyright © 2011 Perberos -# Copyright © 2012-2016 MATE developers +# Copyright © 2012-2017 MATE developers # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by the diff --git a/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c index 31389e8f..3e2fe403 100644 --- a/pluma/pluma-commands-help.c +++ b/pluma/pluma-commands-help.c @@ -77,7 +77,7 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window) "Copyright \xc2\xa9 2003-2006 Paolo Maggi\n" "Copyright \xc2\xa9 2004-2010 Paolo Borelli, Jesse van den Kieboom\nSteve Fr\303\251cinaux, Ignacio Casal Quinteiro\n" "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2016 MATE developers"; + "Copyright \xc2\xa9 2012-2017 MATE developers"; static const gchar comments[] = \ N_("Pluma is a small and lightweight text editor for the MATE Desktop"); |