[Xfce4-commits] [xfce/xfce4-settings] 01/01: Update copyright years
noreply at xfce.org
noreply at xfce.org
Wed Jul 17 23:34:49 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 840fccea029bd9db5da413e2821c409acfcadc9d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Jul 17 23:34:22 2019 +0200
Update copyright years
---
configure.ac.in | 2 +-
dialogs/accessibility-settings/find-cursor.c | 2 +-
dialogs/accessibility-settings/main.c | 2 +-
dialogs/appearance-settings/main.c | 2 +-
dialogs/color-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 +-
12 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 07be48a..a9ac6e2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -32,7 +32,7 @@ m4_define([xfce4_settings_debug_default], [ifelse(xfce4_settings_version_tag(),
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2008-2015
+AC_COPYRIGHT([Copyright (c) 2008-2019
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-settings], [xfce4_settings_version], [https://bugzilla.xfce.org/])
AC_PREREQ([2.60])
diff --git a/dialogs/accessibility-settings/find-cursor.c b/dialogs/accessibility-settings/find-cursor.c
index 2830da5..febb757 100644
--- a/dialogs/accessibility-settings/find-cursor.c
+++ b/dialogs/accessibility-settings/find-cursor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Simon Steinbeiß <simon at xfce.org>
+ * Copyright (c) 2019 Simon Steinbeiß <simon at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dialogs/accessibility-settings/main.c b/dialogs/accessibility-settings/main.c
index a9b7d1b..138d3db 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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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 642e7b1..a76baec 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -1181,7 +1181,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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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/color-settings/main.c b/dialogs/color-settings/main.c
index e0fde16..ab734c9 100644
--- a/dialogs/color-settings/main.c
+++ b/dialogs/color-settings/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Simon Steinbeiß <simon at xfce.org>
+ * Copyright (c) 2019 Simon Steinbeiß <simon at xfce.org>
* Florian Schüller <florian.schueller at gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index f906ebf..46e6e59 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -3887,7 +3887,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-2018");
+ g_print ("%s\n", "Copyright (c) 2004-2019");
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 ecbc2ad..e446bac 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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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 71d283c..e462fb1 100644
--- a/dialogs/mime-settings/main.c
+++ b/dialogs/mime-settings/main.c
@@ -93,7 +93,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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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 e0deddc..b9bc04c 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -1887,7 +1887,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-2018");
+ g_print ("%s\n", "Copyright (c) 2004-2019");
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 d8cc59c..6a63b26 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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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 62cc115..1f30625 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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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 3d95fdd..dd34c3f 100644
--- a/xfsettingsd/main.c
+++ b/xfsettingsd/main.c
@@ -249,7 +249,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-2018");
+ g_print ("%s\n", "Copyright (c) 2008-2019");
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