]> spindle.queued.net Git - midori/commitdiff
Reindent author and license definitions
authorChristian Dywan <christian@twotoasts.de>
Sun, 4 Apr 2010 19:32:57 +0000 (21:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 4 Apr 2010 19:38:16 +0000 (21:38 +0200)
midori/midori-browser.c

index ed1f061c4c5b8429facc2fceb24ae59a8f79fe42..bd055b1b2ed353b30f69227c2efb31094031ee3f 100644 (file)
@@ -4965,18 +4965,18 @@ _action_tab_current_activate (GtkAction*     action,
     gtk_widget_grab_focus (child ? child : view);
 }
 
-static const gchar* credits_authors[] = {
-    "Christian Dywan <christian@twotoasts.de>", NULL };
-static const gchar* credits_documenters[] = {
-    "Christian Dywan <christian@twotoasts.de>", NULL };
-static const gchar* credits_artists[] = {
-    "Nancy Runge <nancy@twotoasts.de>", NULL };
+static const gchar* credits_authors[] =
+    "Christian Dywan <christian@twotoasts.de>", NULL };
+static const gchar* credits_documenters[] =
+    "Christian Dywan <christian@twotoasts.de>", NULL };
+static const gchar* credits_artists[] =
+    "Nancy Runge <nancy@twotoasts.de>", NULL };
 
 static const gchar* license =
- "This library is free software; you can redistribute it and/or\n"
- "modify it under the terms of the GNU Lesser General Public\n"
- "License as published by the Free Software Foundation; either\n"
- "version 2.1 of the License, or (at your option) any later version.\n";
   "This library is free software; you can redistribute it and/or\n"
   "modify it under the terms of the GNU Lesser General Public\n"
   "License as published by the Free Software Foundation; either\n"
   "version 2.1 of the License, or (at your option) any later version.\n";
 
 static void
 _action_about_activate_link (GtkAboutDialog* about,