Update copyright in --version and about dialogue

This commit is contained in:
Christian Dywan 2010-04-10 00:54:24 +02:00
parent 628761346b
commit f71e86d879
2 changed files with 2 additions and 2 deletions

View file

@ -1663,7 +1663,7 @@ main (int argc,
{
g_print (
"%s %s\n\n"
"Copyright (c) 2007-2009 Christian Dywan\n\n"
"Copyright (c) 2007-2010 Christian Dywan\n\n"
"%s\n"
"\t%s\n\n"
"%s\n"

View file

@ -5021,7 +5021,7 @@ _action_about_activate (GtkAction* action,
"name", PACKAGE_NAME,
"version", PACKAGE_VERSION,
"comments", comments,
"copyright", "Copyright © 2007-2009 Christian Dywan",
"copyright", "Copyright © 2007-2010 Christian Dywan",
"website", "http://www.twotoasts.de",
"authors", credits_authors,
"documenters", credits_documenters,