aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-24 15:11:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-24 15:11:13 -0800
commit87798b328ee3e543a57b25b56619ad113c433a4f (patch)
tree5d38f517b6329417bb21f0e906d79a0459869ab7
parentf36693322c1c9fa50e497895afb0242ed7be37c2 (diff)
downloadsubsurface-87798b328ee3e543a57b25b56619ad113c433a4f.tar.gz
Add 2013 to the copyright line
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--gtk-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index 9677d2ee4..18e9ae7e5 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -1026,7 +1026,7 @@ static void about_dialog(GtkWidget *w, gpointer data)
"website", "http://subsurface.hohndel.org",
"license", "GNU General Public License, version 2\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
"version", VERSION_STRING,
- "copyright", _("Linus Torvalds, Dirk Hohndel, and others, 2011, 2012"),
+ "copyright", _("Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013"),
/*++GETTEXT the term translator-credits is magic - list the names of the tranlators here */
"translator_credits", _("translator-credits"),
"logo-icon-name", "subsurface",