aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Module
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Module')
-rw-r--r--lib/ManaTools/Module/Clock.pm2
-rw-r--r--lib/ManaTools/Module/DisplayManager.pm4
-rw-r--r--lib/ManaTools/Module/Firewall.pm4
-rw-r--r--lib/ManaTools/Module/Hosts.pm4
-rw-r--r--lib/ManaTools/Module/LogViewer.pm2
-rw-r--r--lib/ManaTools/Module/Proxy.pm4
-rw-r--r--lib/ManaTools/Module/Services.pm2
-rw-r--r--lib/ManaTools/Module/Users.pm2
8 files changed, 12 insertions, 12 deletions
diff --git a/lib/ManaTools/Module/Clock.pm b/lib/ManaTools/Module/Clock.pm
index f912dc55..c660ead2 100644
--- a/lib/ManaTools/Module/Clock.pm
+++ b/lib/ManaTools/Module/Clock.pm
@@ -192,7 +192,7 @@ sub _adminClockPanel {
$self->sh_gui->AboutDialog({
name => $self->name,
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s Mageia community", '2014-2016'),
+ credits => $self->loc->N("Copyright (C) %s Mageia community", '2014-2017'),
license => $self->loc->N("GPLv2"),
description => $self->loc->N("Date, Clock & Time Zone Settings allows to setup time zone and adjust date and time"),
authors => $self->loc->N("<h3>Developers</h3>
diff --git a/lib/ManaTools/Module/DisplayManager.pm b/lib/ManaTools/Module/DisplayManager.pm
index 32599f9c..2dbd2fa7 100644
--- a/lib/ManaTools/Module/DisplayManager.pm
+++ b/lib/ManaTools/Module/DisplayManager.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -260,7 +260,7 @@ sub _manageProxyDialog {
$self->sh_gui->AboutDialog({
name => $appTitle,
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
+ credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2017'),
license => "GPLv2",
description => $self->loc->N("Graphical configurator for system Display Manager"),
authors => "Matteo Pasotti &lt;matteo.pasotti\@gmail.com&gt;"
diff --git a/lib/ManaTools/Module/Firewall.pm b/lib/ManaTools/Module/Firewall.pm
index 41a0b709..a7184977 100644
--- a/lib/ManaTools/Module/Firewall.pm
+++ b/lib/ManaTools/Module/Firewall.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -173,7 +173,7 @@ sub _setupAboutDialog {
return {
name => "",
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
+ credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2017'),
license => "GPLv2",
description => "",
authors => "Matteo Pasotti &lt;matteo.pasotti\@gmail.com&gt;"
diff --git a/lib/ManaTools/Module/Hosts.pm b/lib/ManaTools/Module/Hosts.pm
index 48b2cfdd..25b779e2 100644
--- a/lib/ManaTools/Module/Hosts.pm
+++ b/lib/ManaTools/Module/Hosts.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -493,7 +493,7 @@ sub _manageHostsDialog {
$self->sh_gui->AboutDialog({
name => $appTitle,
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
+ credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2017'),
license => "GPLv2",
description => $self->loc->N("Graphical manager for hosts definitions"),
authors => "Matteo Pasotti &lt;matteo.pasotti\@gmail.com&gt;"
diff --git a/lib/ManaTools/Module/LogViewer.pm b/lib/ManaTools/Module/LogViewer.pm
index ac75f41b..ac722be6 100644
--- a/lib/ManaTools/Module/LogViewer.pm
+++ b/lib/ManaTools/Module/LogViewer.pm
@@ -317,7 +317,7 @@ sub _logViewerPanel {
my $translators = ManaTools::Shared::i18NTranslators($self->loc->N("_: Translator(s) name(s) & email(s)\n"));
$self->sh_gui->AboutDialog({ name => $self->name,
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s Mageia community", '2014'),
+ credits => $self->loc->N("Copyright (C) %s Mageia community", '2014-2017'),
license => $self->loc->N("GPLv2"),
description => $self->loc->N("Log viewer is a systemd journal viewer"),
authors => $self->loc->N("<h3>Developers</h3>
diff --git a/lib/ManaTools/Module/Proxy.pm b/lib/ManaTools/Module/Proxy.pm
index 9869a197..25f418b7 100644
--- a/lib/ManaTools/Module/Proxy.pm
+++ b/lib/ManaTools/Module/Proxy.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -344,7 +344,7 @@ sub _manageProxyDialog {
$self->sh_gui->AboutDialog({
name => $appTitle,
version => $self->Version(),
- credits => "Copyright (c) 2013-2014 by Matteo Pasotti",
+ credits => $self->loc->N("Copyright (C) %s", "2013-2017 Matteo Pasotti"),
license => "GPLv2",
description => $self->loc->N("Graphical manager for proxies"),
authors => "Matteo Pasotti &lt;matteo.pasotti\@gmail.com&gt;"
diff --git a/lib/ManaTools/Module/Services.pm b/lib/ManaTools/Module/Services.pm
index 5ec38ce7..b3db255c 100644
--- a/lib/ManaTools/Module/Services.pm
+++ b/lib/ManaTools/Module/Services.pm
@@ -441,7 +441,7 @@ sub _servicePanel {
my $translators = ManaTools::Shared::i18NTranslators($self->loc->N("_: Translator(s) name(s) & email(s)\n"));
$self->sh_gui->AboutDialog({ name => $self->name,
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2016'),
+ credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2017'),
license => $self->loc->N("GPLv2"),
description => $self->loc->N("manaservice is the Mageia service and daemon management tool\n
(from the original idea of Mandriva drakxservices)."),
diff --git a/lib/ManaTools/Module/Users.pm b/lib/ManaTools/Module/Users.pm
index d45628ee..b91471d5 100644
--- a/lib/ManaTools/Module/Users.pm
+++ b/lib/ManaTools/Module/Users.pm
@@ -2382,7 +2382,7 @@ sub _showAboutDialog {
$self->sh_gui->AboutDialog({
name => $self->loc->N("manauser"),
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2016'),
+ credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2017'),
license => $self->loc->N("GPLv2"),
description => $self->loc->N("manauser is a Mageia user management tool \n(from the original idea of Mandriva userdrake)."),
authors => $self->loc->N("<h3>Developers</h3>