This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit ed37488729a1d4df4a6cb0a2b67e74525512cd50
Author: Sean Davis <[email protected]>
Date:   Mon Jun 18 21:49:11 2018 -0400

    Update --help copyrights
---
 dialogs/accessibility-settings/main.c |  2 +-
 dialogs/appearance-settings/main.c    |  2 +-
 dialogs/display-settings/main.c       |  2 +-
 dialogs/keyboard-settings/main.c      |  2 +-
 dialogs/mime-settings/main.c          |  2 +-
 dialogs/mouse-settings/main.c         |  2 +-
 xfce4-settings-editor/main.c          | 28 ++++++++++++++--------------
 xfce4-settings-manager/main.c         |  2 +-
 xfsettingsd/main.c                    |  2 +-
 9 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/dialogs/accessibility-settings/main.c 
b/dialogs/accessibility-settings/main.c
index a92e3ad..25099e4 100644
--- a/dialogs/accessibility-settings/main.c
+++ b/dialogs/accessibility-settings/main.c
@@ -211,7 +211,7 @@ main (gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2008-2011");
+        g_print ("%s\n", "Copyright (c) 2008-2018");
         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/dialogs/appearance-settings/main.c 
b/dialogs/appearance-settings/main.c
index 90af26c..bf6c723 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -1503,7 +1503,7 @@ main (gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2008-2011");
+        g_print ("%s\n", "Copyright (c) 2008-2018");
         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/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 0f34fa4..b4026d5 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -3119,7 +3119,7 @@ main (gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2004-2014");
+        g_print ("%s\n", "Copyright (c) 2004-2018");
         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/dialogs/keyboard-settings/main.c b/dialogs/keyboard-settings/main.c
index 0dbb64d..4cfbd92 100644
--- a/dialogs/keyboard-settings/main.c
+++ b/dialogs/keyboard-settings/main.c
@@ -89,7 +89,7 @@ main (int    argc,
   if (G_UNLIKELY (opt_version))
     {
       g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-      g_print ("%s\n", "Copyright (c) 2008-2011");
+      g_print ("%s\n", "Copyright (c) 2008-2018");
       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/dialogs/mime-settings/main.c b/dialogs/mime-settings/main.c
index bddf6d7..33f7400 100644
--- a/dialogs/mime-settings/main.c
+++ b/dialogs/mime-settings/main.c
@@ -77,7 +77,7 @@ main (gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2008-2012");
+        g_print ("%s\n", "Copyright (c) 2008-2018");
         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/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c
index 894eaae..a62c161 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -1886,7 +1886,7 @@ main (gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2004-2011");
+        g_print ("%s\n", "Copyright (c) 2004-2018");
         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/xfce4-settings-editor/main.c b/xfce4-settings-editor/main.c
index 7e7b366..d9f4e6d 100644
--- a/xfce4-settings-editor/main.c
+++ b/xfce4-settings-editor/main.c
@@ -56,11 +56,11 @@ save_window_size (GtkWidget *dialog, XfceSettingsEditorBox 
*settings_editor)
        GdkWindowState            state;
        gint                      width, height;
        gint                      paned_pos;
-       
+
        g_object_get (G_OBJECT(settings_editor), "paned-pos", &paned_pos, NULL);
 
        state = gdk_window_get_state ((dialog)->window);
-               
+
        if ((state & (GDK_WINDOW_STATE_MAXIMIZED | 
GDK_WINDOW_STATE_FULLSCREEN)) == 0)
        {
                /* save window size */
@@ -68,7 +68,7 @@ save_window_size (GtkWidget *dialog, XfceSettingsEditorBox 
*settings_editor)
                xfconf_channel_set_int (channel, "/last/window-width", width),
                        xfconf_channel_set_int (channel, "/last/window-height", 
height);
                xfconf_channel_set_int (channel, "/last/paned-position", 
paned_pos);
-               
+
        }
 }
 
@@ -134,7 +134,7 @@ main(gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2008-2011");
+        g_print ("%s\n", "Copyright (c) 2008-2018");
         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");
@@ -164,28 +164,28 @@ main(gint argc, gchar **argv)
                                        "gtk-help", GTK_RESPONSE_HELP,
                                        "gtk-close", GTK_RESPONSE_OK,
                                        NULL);
-               
+
                xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dialog),
                                                                                
 _("Customize settings stored by Xfconf"));
-               
+
                gtk_window_set_icon_name (GTK_WINDOW (dialog), 
"preferences-system");
                gtk_window_set_type_hint (GTK_WINDOW (dialog), 
GDK_WINDOW_TYPE_HINT_NORMAL);
                gtk_window_set_default_size (GTK_WINDOW (dialog),
           xfconf_channel_get_int (channel, "/last/window-width", 640),
           xfconf_channel_get_int (channel, "/last/window-height", 500));
-               
+
                gtk_container_add_with_properties(
-                       
GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))), 
+                       
GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))),
                                                  settings_editor,
                                                  "expand", TRUE,
                                                  "fill", TRUE,
                                                  NULL);
-                                                 
+
                g_signal_connect (dialog, "response",
                     G_CALLBACK (settings_dialog_response), settings_editor);
 
                gtk_widget_show_all (dialog);
-               
+
        }
        else
        {
@@ -196,21 +196,21 @@ main(gint argc, gchar **argv)
                gtk_window_set_default_size (GTK_WINDOW (plug),
                  xfconf_channel_get_int (channel, "/last/window-width", 640),
           xfconf_channel_get_int (channel, "/last/window-height", 500));
-               
+
                gtk_widget_show (plug);
 
                gtk_container_add (GTK_CONTAINER(plug), settings_editor);
-               
+
                /* Stop startup notification */
                gdk_notify_startup_complete ();
-               
+
                gtk_widget_show (GTK_WIDGET (settings_editor));
        }
 
     gtk_main ();
 
        g_object_unref(channel);
-       
+
     /* shutdown xfconf */
     xfconf_shutdown ();
 
diff --git a/xfce4-settings-manager/main.c b/xfce4-settings-manager/main.c
index 42bec66..98c504e 100644
--- a/xfce4-settings-manager/main.c
+++ b/xfce4-settings-manager/main.c
@@ -73,7 +73,7 @@ main(int argc,
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string());
-        g_print ("%s\n", "Copyright (c) 2008-2011");
+        g_print ("%s\n", "Copyright (c) 2008-2018");
         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/xfsettingsd/main.c b/xfsettingsd/main.c
index 388a757..f2f1f2c 100644
--- a/xfsettingsd/main.c
+++ b/xfsettingsd/main.c
@@ -203,7 +203,7 @@ main (gint argc, gchar **argv)
     if (G_UNLIKELY (opt_version))
     {
         g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-        g_print ("%s\n", "Copyright (c) 2008-2011");
+        g_print ("%s\n", "Copyright (c) 2008-2018");
         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");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to