[Xfce4-commits] <xfce4-panel:devel> Set copyrights to 2010.

Nick Schermer noreply at xfce.org
Sun Jan 3 12:44:01 CET 2010


Updating branch refs/heads/devel
         to 381d625cc98516fbb3134868e83b803fed838202 (commit)
       from 4bceb2e2b1a89ab0c6be1f09384687c5274772aa (commit)

commit 381d625cc98516fbb3134868e83b803fed838202
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 3 12:43:44 2010 +0100

    Set copyrights to 2010.

 panel/main.c          |    2 +-
 panel/panel-dialogs.c |    2 +-
 panel/panel-window.c  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/panel/main.c b/panel/main.c
index 6dce020..aa59446 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -169,7 +169,7 @@ main (gint argc, gchar **argv)
     {
       /* print version information */
       g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
-      g_print ("%s\n", "Copyright (c) 2004-2008");
+      g_print ("%s\n", "Copyright (c) 2004-2010");
       g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
       g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
       g_print ("\n");
diff --git a/panel/panel-dialogs.c b/panel/panel-dialogs.c
index 733aad2..60c93b2 100644
--- a/panel/panel-dialogs.c
+++ b/panel/panel-dialogs.c
@@ -56,7 +56,7 @@ panel_dialogs_show_about (void)
   gtk_show_about_dialog (NULL,
                          "authors", authors,
                          "comments", _("The panel of the Xfce Desktop Environment"),
-                         "copyright", "Copyright \302\251 2004-2008 Xfce Development Team",
+                         "copyright", "Copyright \302\251 2004-2010 Xfce Development Team",
                          "destroy-with-parent", TRUE,
                          "license", XFCE_LICENSE_GPL,
                          "program-name", PACKAGE_NAME,
diff --git a/panel/panel-window.c b/panel/panel-window.c
index ff6d753..cbf13d3 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1595,7 +1595,7 @@ panel_window_screen_layout_changed (GdkScreen   *screen,
               /* move window to the correct screen */
               screen = gdk_display_get_screen (display, screen_num);
               gtk_window_set_screen (GTK_WINDOW (window), screen);
-              
+
               /* we will invoke this function again when the screen
                * changes, so bail out */
               return;
@@ -1610,7 +1610,7 @@ panel_window_screen_layout_changed (GdkScreen   *screen,
                && window->output_name == NULL))
     {
       get_screen_geometry:
-      
+
       /* get the screen geometry we also use this if there is only
        * one monitor and no output is choosen, as a fast-path */
       a.x = a.y = 0;



More information about the Xfce4-commits mailing list