]> spindle.queued.net Git - midori/commitdiff
Update copyright year for '--version' and About dialogue
authorChristian Dywan <christian@twotoasts.de>
Sat, 12 Feb 2011 16:09:35 +0000 (17:09 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 12 Feb 2011 16:09:35 +0000 (17:09 +0100)
midori/main.c
midori/midori-browser.c

index 1aaf0cd49513e7cd1e1a9ce815984c1485d12904..43447568f4f572e0386417af4af626d284f468aa 100644 (file)
@@ -1737,7 +1737,7 @@ main (int    argc,
     {
         g_print (
           "%s %s\n\n"
-          "Copyright (c) 2007-2010 Christian Dywan\n\n"
+          "Copyright (c) 2007-2011 Christian Dywan\n\n"
           "%s\n"
           "\t%s\n\n"
           "%s\n"
index 33a611a00fd0a6d83148234b0dc027940ceedc0e..c5a789e14716878b1441a83f8daf69c2616f7268 100644 (file)
@@ -4522,7 +4522,7 @@ _action_about_activate (GtkAction*     action,
         "name", PACKAGE_NAME,
         "version", PACKAGE_VERSION,
         "comments", comments,
-        "copyright", "Copyright © 2007-2010 Christian Dywan",
+        "copyright", "Copyright © 2007-2011 Christian Dywan",
         "website", "http://www.twotoasts.de",
         "authors", credits_authors,
         "documenters", credits_documenters,