]> spindle.queued.net Git - midori/commitdiff
Update copyright year in --version and about dialog
authorChristian Dywan <christian@twotoasts.de>
Sun, 1 Mar 2009 20:00:06 +0000 (21:00 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 1 Mar 2009 20:00:06 +0000 (21:00 +0100)
midori/main.c
midori/midori-browser.c

index bf2eceaee5ddec44632ce2ba791a64493eb43649..1ca691901a5066b090c3abc34442926b050a6efd 100644 (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"
index 63c8989f8adbdc074a0888c1fbf1b8cdde04155c..0807e49704e584252ebbee282b0680e9668ebfb3 100644 (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,