[Xfce4-commits] <midori:master> Update copyright and URL in --version and about

Christian Dywan noreply at xfce.org
Wed Aug 29 01:10:03 CEST 2012


Updating branch refs/heads/master
         to de771db75d4762d33d1f68056ca021c0701f6330 (commit)
       from 915955c0dacfe8f8937dc36983589bcd188e3075 (commit)

commit de771db75d4762d33d1f68056ca021c0701f6330
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Aug 28 19:51:02 2012 +0200

    Update copyright and URL in --version and about
    
    Fixes: https://bugs.launchpad.net/midori/+bug/977423

 midori/main.c           |    4 ++--
 midori/midori-browser.c |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index 4e7a596..c2f4687 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -2045,11 +2045,11 @@ main (int    argc,
     {
         g_print (
           "%s %s\n\n"
-          "Copyright (c) 2007-2011 Christian Dywan\n\n"
+          "Copyright (c) 2007-2012 Christian Dywan\n\n"
           "%s\n"
           "\t%s\n\n"
           "%s\n"
-          "\thttp://www.twotoasts.de\n",
+          "\thttp://www.midori-browser.org\n",
           _("Midori"), PACKAGE_VERSION,
           _("Please report comments, suggestions and bugs to:"),
           PACKAGE_BUGREPORT,
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 9f12e8b..8744ad3 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5152,17 +5152,17 @@ _action_about_activate (GtkAction*     action,
         "translate", "https://translations.xfce.org/projects/p/midori/",
         "bug", PACKAGE_BUGREPORT,
         "help", docs,
-        "copyright", "2007-2011 Christian Dywan",
+        "copyright", "2007-2012 Christian Dywan",
 #else
     gtk_show_about_dialog (GTK_WINDOW (browser),
         "wrap-license", TRUE,
-        "copyright", "Copyright © 2007-2011 Christian Dywan",
+        "copyright", "Copyright © 2007-2012 Christian Dywan",
 #endif
         "logo-icon-name", gtk_window_get_icon_name (GTK_WINDOW (browser)),
         "program-name", PACKAGE_NAME,
         "version", PACKAGE_VERSION,
         "comments", comments,
-        "website", "http://www.twotoasts.de",
+        "website", "http://www.midori-browser.org",
         "authors", credits_authors,
         "documenters", credits_documenters,
         "artists", credits_artists,


More information about the Xfce4-commits mailing list