Update copyright year in --version and about dialog

This commit is contained in:
Christian Dywan 2009-03-01 21:00:06 +01:00
parent c5c3e040d7
commit e12716c917
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2792,7 +2792,7 @@ _action_about_activate (GtkAction* action,
"name", PACKAGE_NAME,
"version", PACKAGE_VERSION,
"comments", _("A lightweight web browser."),
"copyright", "Copyright © 2007-2008 Christian Dywan",
"copyright", "Copyright © 2007-2009 Christian Dywan",
"website", "http://www.twotoasts.de",
"authors", credits_authors,
"documenters", credits_documenters,