[Xfce4-commits] [xfce/xfce4-settings] 01/01: Update NEWS and --help copyrights
noreply at xfce.org
noreply at xfce.org
Sun Jun 17 15:08:24 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit aa3ff1a0a4046a2f25eb0400fa6e92386fda1aad
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jun 17 09:08:17 2018 -0400
Update NEWS and --help copyrights
---
NEWS | 8 ++++++--
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 | 2 +-
xfce4-settings-manager/main.c | 2 +-
xfsettingsd/main.c | 2 +-
10 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/NEWS b/NEWS
index 20bc70b..30576e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-4.13.3 (UNRELEASED)
+4.13.3
======
- Fix: Uninitialized scalar variables (CID #292062, #292063)
- Fix: -Wcast-function-type (GCC 8)
@@ -7,8 +7,12 @@
- Improved display manufucturer name recognition:
- Refreshed PNP IDs from hwdata
- Added support for VBX (VirtualBox)
- - Updated laptop detection to include eDP in XfceRandr
- Standardized and shortened manufacturer names
+ - Updated laptop detection to include eDP in XfceRandr
+- Updated --help copyright information to 2018
+- Translation updates: Belarusian, Catalan, English (Australia), Galician,
+ Greek, Hebrew, Hungarian, Japanese, Kazakh, Portuguese, Portuguese (Brazil),
+ Spanish, Swedish, Ukrainian
4.13.2
======
diff --git a/dialogs/accessibility-settings/main.c b/dialogs/accessibility-settings/main.c
index c2b29ae..a9b7d1b 100644
--- a/dialogs/accessibility-settings/main.c
+++ b/dialogs/accessibility-settings/main.c
@@ -215,7 +215,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 3890a17..f4427f0 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -1320,7 +1320,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 ecafa14..e6ebf60 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -3130,7 +3130,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 d51b474..17e5a61 100644
--- a/dialogs/keyboard-settings/main.c
+++ b/dialogs/keyboard-settings/main.c
@@ -90,7 +90,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 3aa01db..4f5d248 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 3a4c212..d8cc59c 100644
--- a/xfce4-settings-editor/main.c
+++ b/xfce4-settings-editor/main.c
@@ -135,7 +135,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/xfce4-settings-manager/main.c b/xfce4-settings-manager/main.c
index 8c82cc2..754ce6f 100644
--- a/xfce4-settings-manager/main.c
+++ b/xfce4-settings-manager/main.c
@@ -76,7 +76,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 86b2954..b12e127 100644
--- a/xfsettingsd/main.c
+++ b/xfsettingsd/main.c
@@ -247,7 +247,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.
More information about the Xfce4-commits
mailing list