]> spindle.queued.net Git - midori/commitdiff
Update copyright in --version and about dialogue
authorChristian Dywan <christian@twotoasts.de>
Fri, 9 Apr 2010 22:54:24 +0000 (00:54 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 9 Apr 2010 22:58:15 +0000 (00:58 +0200)
midori/main.c
midori/midori-browser.c

index a47adf893137d62b195583acaff806ea7b2a6cd1..e79d78fdc10f60f8123973c79cf45815d66a15f8 100644 (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"
index d8216e8d5ce252f4f2cdbdbff2db0e101aaa05de..d0b2cd3224388c34b4fb454ab927d8d8553df04a 100644 (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,