aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2017-09-10 12:54:47 +0200
committerAngelo Naselli <anaselli@linux.it>2017-09-10 12:54:47 +0200
commit98b99df1bc012f23530d615225c66a1593b4d793 (patch)
tree19370416f87cd0095e8f441c72051776520447ca
parent7bb4ee9365e8f24c69b4ed13cd74711f9f9d7061 (diff)
downloadmanatools-98b99df1bc012f23530d615225c66a1593b4d793.tar
manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.gz
manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.bz2
manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.xz
manatools-98b99df1bc012f23530d615225c66a1593b4d793.zip
updated credits date
-rw-r--r--README.md2
-rw-r--r--extras/module_templete/ManaTools/Module/ModuleTemplate.pm2
-rwxr-xr-xextras/module_templete/mana_mt2
-rw-r--r--lib/ManaTools/MainDisplay.pm2
-rw-r--r--lib/ManaTools/Module.pm2
-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
-rw-r--r--lib/ManaTools/Privileges.pm2
-rw-r--r--lib/ManaTools/Rpmdragora/DB.pm2
-rw-r--r--lib/ManaTools/Rpmdragora/edit_urpm_sources.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/formatting.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/gui.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/gurpm.pm2
-rw-r--r--lib/ManaTools/Rpmdragora/icon.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/init.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/open_db.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/pkg.pm4
-rw-r--r--lib/ManaTools/Rpmdragora/rpmnew.pm4
-rw-r--r--lib/ManaTools/Shared.pm4
-rw-r--r--lib/ManaTools/Shared/Firewall.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/EventHandlerRole.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/EventRole.pm2
-rw-r--r--lib/ManaTools/Shared/Hosts.pm2
-rw-r--r--lib/ManaTools/Shared/Proxy.pm2
-rw-r--r--lib/ManaTools/Shared/urpmi_backend/DB.pm2
-rw-r--r--lib/ManaTools/Shared/urpmi_backend/tools.pm2
-rw-r--r--lib/ManaTools/rpmdragora.pm2
-rwxr-xr-xmodules/rpmdragora/dragoraUpdate4
-rwxr-xr-xmodules/rpmdragora/rpmdragora2
-rwxr-xr-xscripts/mana2
-rwxr-xr-xscripts/manaadduser2
-rwxr-xr-xscripts/manaclock2
-rwxr-xr-xscripts/manadm4
-rwxr-xr-xscripts/manahost4
-rwxr-xr-xscripts/manalog2
-rwxr-xr-xscripts/manaproxy4
-rwxr-xr-xscripts/manaservice2
-rwxr-xr-xscripts/manauser2
-rwxr-xr-xscripts/manawall4
-rwxr-xr-xscripts/mpan4
-rwxr-xr-xscripts/urpm-downloader4
-rw-r--r--t/01-Locales.t2
-rw-r--r--t/03-Shared_GUI.t4
49 files changed, 70 insertions, 70 deletions
diff --git a/README.md b/README.md
index 71153167..c6abee5c 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ Contact authors or Mageia team (http://www.mageia.org/en/contribute/)
# LICENSE AND COPYRIGHT #
-Copyright (C) 2012-2016 Angelo Naselli, Matteo Pasotti, Maarten Vanraes
+Copyright (C) 2012-2017 Angelo Naselli, Matteo Pasotti, Maarten Vanraes
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/extras/module_templete/ManaTools/Module/ModuleTemplate.pm b/extras/module_templete/ManaTools/Module/ModuleTemplate.pm
index 712d335a..55bdf895 100644
--- a/extras/module_templete/ManaTools/Module/ModuleTemplate.pm
+++ b/extras/module_templete/ManaTools/Module/ModuleTemplate.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2015-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2015-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/extras/module_templete/mana_mt b/extras/module_templete/mana_mt
index 32851639..2a37735b 100755
--- a/extras/module_templete/mana_mt
+++ b/extras/module_templete/mana_mt
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2015-2016 Angelo Naselli
+# Copyright 2015-2017 Angelo Naselli
#
# This file is part of manatools
# and it is a script to test the module template
diff --git a/lib/ManaTools/MainDisplay.pm b/lib/ManaTools/MainDisplay.pm
index 1ac242d0..6bf6c000 100644
--- a/lib/ManaTools/MainDisplay.pm
+++ b/lib/ManaTools/MainDisplay.pm
@@ -248,7 +248,7 @@ sub _showAboutDialog {
my $sh_gui = ManaTools::Shared::GUI->new();
$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("mpan is the ManaTools panel that collects all the utilities."),
authors => $self->loc()->N("<h3>Developers</h3>
diff --git a/lib/ManaTools/Module.pm b/lib/ManaTools/Module.pm
index 5bc8c064..e9287f43 100644
--- a/lib/ManaTools/Module.pm
+++ b/lib/ManaTools/Module.pm
@@ -1,6 +1,6 @@
# vim: set et ts=4 sw=4:
#
-# Copyright 2013-2016 Angelo Naselli
+# Copyright 2013-2017 Angelo Naselli
# Copyright 2012 Steven Tucker
#
# This file is part of ManaTools
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>
diff --git a/lib/ManaTools/Privileges.pm b/lib/ManaTools/Privileges.pm
index 492f0340..df8a4c57 100644
--- a/lib/ManaTools/Privileges.pm
+++ b/lib/ManaTools/Privileges.pm
@@ -1,5 +1,5 @@
# vim: set et ts=4 sw=4:
-# Copyright 2012-2016 Matteo Pasotti
+# Copyright 2012-2017 Matteo Pasotti
#
# This file is part of ManaTools
#
diff --git a/lib/ManaTools/Rpmdragora/DB.pm b/lib/ManaTools/Rpmdragora/DB.pm
index 0d1fb636..99b17d5d 100644
--- a/lib/ManaTools/Rpmdragora/DB.pm
+++ b/lib/ManaTools/Rpmdragora/DB.pm
@@ -36,7 +36,7 @@ package ManaTools::Rpmdragora::DB;
=head1 COPYRIGHT and LICENSE
-Copyright (c) 2015-2016 Angelo Naselli <anaselli@linux.it>
+Copyright (c) 2015-2017 Angelo Naselli <anaselli@linux.it>
from Rpmdrake::open_db:
Copyright (c) 2002 Guillaume Cottenceau
Copyright (C) 2008 Aurelien Lefebvre <alkh@mandriva.org>
diff --git a/lib/ManaTools/Rpmdragora/edit_urpm_sources.pm b/lib/ManaTools/Rpmdragora/edit_urpm_sources.pm
index 40afb941..c610cca4 100644
--- a/lib/ManaTools/Rpmdragora/edit_urpm_sources.pm
+++ b/lib/ManaTools/Rpmdragora/edit_urpm_sources.pm
@@ -5,7 +5,7 @@ package ManaTools::Rpmdragora::edit_urpm_sources;
# Copyright (c) 2002 Guillaume Cottenceau
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2002-2007 Mandriva Linux
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
@@ -1727,7 +1727,7 @@ sub mainwindow() {
my $sh_gui = ManaTools::Shared::GUI->new();
$sh_gui->AboutDialog({ name => "Rpmdragora",
version => $VERSION,
- credits => $loc->N("Copyright (C) %s Mageia community", '2013-2014'),
+ credits => $loc->N("Copyright (C) %s Mageia community", '2013-2017'),
license => $loc->N("GPLv2"),
description => $loc->N("Rpmdragora is the Mageia package management tool."),
authors => $loc->N("<h3>Developers</h3>
diff --git a/lib/ManaTools/Rpmdragora/formatting.pm b/lib/ManaTools/Rpmdragora/formatting.pm
index 185c40ce..a27c5fdd 100644
--- a/lib/ManaTools/Rpmdragora/formatting.pm
+++ b/lib/ManaTools/Rpmdragora/formatting.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::formatting;
# Copyright (c) 2002-2006 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005, 2006 Mandriva SA
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Rpmdragora/gui.pm b/lib/ManaTools/Rpmdragora/gui.pm
index e2ce37a2..6350d998 100644
--- a/lib/ManaTools/Rpmdragora/gui.pm
+++ b/lib/ManaTools/Rpmdragora/gui.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::gui;
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005-2007 Mandriva SA
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Rpmdragora/gurpm.pm b/lib/ManaTools/Rpmdragora/gurpm.pm
index 8efa9767..4bc59a4b 100644
--- a/lib/ManaTools/Rpmdragora/gurpm.pm
+++ b/lib/ManaTools/Rpmdragora/gurpm.pm
@@ -43,7 +43,7 @@ package ManaTools::Rpmdragora::gurpm;
Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
Copyright (c) 2005-2007 Mandriva SA
- Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+ Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
Copyright (C) 2015-2017, Angelo Naselli <anaselli@linux.it>
This program is free software; you can redistribute it and/or modify
diff --git a/lib/ManaTools/Rpmdragora/icon.pm b/lib/ManaTools/Rpmdragora/icon.pm
index 08f2426f..41b5b444 100644
--- a/lib/ManaTools/Rpmdragora/icon.pm
+++ b/lib/ManaTools/Rpmdragora/icon.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::icon;
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005-2007 Mandriva SA
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Rpmdragora/init.pm b/lib/ManaTools/Rpmdragora/init.pm
index a50e7d48..6b9ac70a 100644
--- a/lib/ManaTools/Rpmdragora/init.pm
+++ b/lib/ManaTools/Rpmdragora/init.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::init;
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005-2007 Mandriva SA
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Rpmdragora/open_db.pm b/lib/ManaTools/Rpmdragora/open_db.pm
index 0829d141..0981c642 100644
--- a/lib/ManaTools/Rpmdragora/open_db.pm
+++ b/lib/ManaTools/Rpmdragora/open_db.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::open_db;
# Copyright (c) 2002-2014 Thierry Vignaud <thierry.vignaud@gmail.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005-2007 Mandriva SA
-# Copyright (c) 2012-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2012-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Rpmdragora/pkg.pm b/lib/ManaTools/Rpmdragora/pkg.pm
index a25905da..a7b04b18 100644
--- a/lib/ManaTools/Rpmdragora/pkg.pm
+++ b/lib/ManaTools/Rpmdragora/pkg.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::pkg;
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005-2007 Mandriva SA
-# Copyright (c) 2012-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2012-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Rpmdragora/rpmnew.pm b/lib/ManaTools/Rpmdragora/rpmnew.pm
index 50a71688..4caa0433 100644
--- a/lib/ManaTools/Rpmdragora/rpmnew.pm
+++ b/lib/ManaTools/Rpmdragora/rpmnew.pm
@@ -6,8 +6,8 @@ package ManaTools::Rpmdragora::rpmnew;
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005-2007 Mandriva SA
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# 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
diff --git a/lib/ManaTools/Shared.pm b/lib/ManaTools/Shared.pm
index f6e8f52f..5740a76b 100644
--- a/lib/ManaTools/Shared.pm
+++ b/lib/ManaTools/Shared.pm
@@ -1,6 +1,6 @@
# vim: set et ts=4 sw=4:
-# Copyright 2012-2016 Angelo Naselli <anaselli@linux.it>
-# Copyright 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright 2012-2017 Angelo Naselli <anaselli@linux.it>
+# Copyright 2013-2017 Matteo Pasotti <matteo.pasotti@gmail.com>
#
# This file is part of ManaTools
#
diff --git a/lib/ManaTools/Shared/Firewall.pm b/lib/ManaTools/Shared/Firewall.pm
index 5b19837b..693c0f8d 100644
--- a/lib/ManaTools/Shared/Firewall.pm
+++ b/lib/ManaTools/Shared/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
diff --git a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
index 515112ec..6ed9196d 100644
--- a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
+++ b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
@@ -44,7 +44,7 @@ package ManaTools::Shared::GUI::EventHandlerRole;
=head1 COPYRIGHT and LICENSE
-Copyright (c) 2015-2016 Maarten Vanraes <alien@rmail.be>
+Copyright (c) 2015-2017 Maarten Vanraes <alien@rmail.be>
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
diff --git a/lib/ManaTools/Shared/GUI/EventRole.pm b/lib/ManaTools/Shared/GUI/EventRole.pm
index 14c91517..14887236 100644
--- a/lib/ManaTools/Shared/GUI/EventRole.pm
+++ b/lib/ManaTools/Shared/GUI/EventRole.pm
@@ -48,7 +48,7 @@ package ManaTools::Shared::GUI::EventRole;
=head1 COPYRIGHT and LICENSE
-Copyright (c) 2015-2016 Maarten Vanraes <alien@rmail.be>
+Copyright (c) 2015-2017 Maarten Vanraes <alien@rmail.be>
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
diff --git a/lib/ManaTools/Shared/Hosts.pm b/lib/ManaTools/Shared/Hosts.pm
index 690a637c..196b75f6 100644
--- a/lib/ManaTools/Shared/Hosts.pm
+++ b/lib/ManaTools/Shared/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
diff --git a/lib/ManaTools/Shared/Proxy.pm b/lib/ManaTools/Shared/Proxy.pm
index 374232f1..6167b385 100644
--- a/lib/ManaTools/Shared/Proxy.pm
+++ b/lib/ManaTools/Shared/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
diff --git a/lib/ManaTools/Shared/urpmi_backend/DB.pm b/lib/ManaTools/Shared/urpmi_backend/DB.pm
index 0f58b5cf..aea74a6a 100644
--- a/lib/ManaTools/Shared/urpmi_backend/DB.pm
+++ b/lib/ManaTools/Shared/urpmi_backend/DB.pm
@@ -32,7 +32,7 @@ package ManaTools::Shared::urpmi_backend::DB;
=head1 COPYRIGHT and LICENSE
-Copyright (c) 2015-2016 Angelo Naselli <anaselli@linux.it>
+Copyright (c) 2015-2017 Angelo Naselli <anaselli@linux.it>
from Rpmdrake::open_db:
Copyright (c) 2002 Guillaume Cottenceau
Copyright (C) 2008 Aurelien Lefebvre <alkh@mandriva.org>
diff --git a/lib/ManaTools/Shared/urpmi_backend/tools.pm b/lib/ManaTools/Shared/urpmi_backend/tools.pm
index 3ca21b7f..e1064288 100644
--- a/lib/ManaTools/Shared/urpmi_backend/tools.pm
+++ b/lib/ManaTools/Shared/urpmi_backend/tools.pm
@@ -34,7 +34,7 @@ package ManaTools::Shared::urpmi_backend::tools;
=head1 COPYRIGHT and LICENSE
-Copyright (c) 2015-2016 Angelo Naselli <anaselli@linux.it>
+Copyright (c) 2015-2017 Angelo Naselli <anaselli@linux.it>
from Rpmdrake:
Copyright (c) 2002 Guillaume Cottenceau
Copyright (c) 2003-2005 MandrakeSoft SA
diff --git a/lib/ManaTools/rpmdragora.pm b/lib/ManaTools/rpmdragora.pm
index c22e451f..175c8694 100644
--- a/lib/ManaTools/rpmdragora.pm
+++ b/lib/ManaTools/rpmdragora.pm
@@ -5,7 +5,7 @@
# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
# Copyright (c) 2005, 2007 Mandriva SA
-# 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
diff --git a/modules/rpmdragora/dragoraUpdate b/modules/rpmdragora/dragoraUpdate
index 50111e60..075d9c94 100755
--- a/modules/rpmdragora/dragoraUpdate
+++ b/modules/rpmdragora/dragoraUpdate
@@ -2,7 +2,7 @@
#*****************************************************************************
#
# dragoraUpdate
-# Copyright (c) 2014-2016 Angelo Naselli <anaselli@linux.it>
+# Copyright (c) 2014-2017 Angelo Naselli <anaselli@linux.it>
#
# MandrivaUpdate and MageiaUpdate
# Copyright (c) 2002 Guillaume Cottenceau
@@ -351,7 +351,7 @@ sub run_treeview_dialog {
$sh_gui->AboutDialog({
name => "dragoraUpdate",
version => $VERSION,
- credits => $loc->N("Copyright (C) %s Mageia community", '2013-2016'),
+ credits => $loc->N("Copyright (C) %s Mageia community", '2013-2017'),
license => $loc->N("GPLv2"),
description => $loc->N("dragoraUpdate is the Mageia package management tool."),
authors => $loc->N("<h3>Developers</h3>
diff --git a/modules/rpmdragora/rpmdragora b/modules/rpmdragora/rpmdragora
index 1f052bc7..791d4dfb 100755
--- a/modules/rpmdragora/rpmdragora
+++ b/modules/rpmdragora/rpmdragora
@@ -1090,7 +1090,7 @@ print "Menu " . $menuLabel . " chosen\n";
my $sh_gui = ManaTools::Shared::GUI->new();
$sh_gui->AboutDialog({ name => "Rpmdragora",
version => $VERSION,
- credits => $loc->N("Copyright (C) %s Mageia community", '2013-2014'),
+ credits => $loc->N("Copyright (C) %s Mageia community", '2013-2017'),
license => $loc->N("GPLv2"),
description => $loc->N("Rpmdragora is the Mageia package management tool."),
authors => $loc->N("<h3>Developers</h3>
diff --git a/scripts/mana b/scripts/mana
index 18b1d83a..e52b2119 100755
--- a/scripts/mana
+++ b/scripts/mana
@@ -2,7 +2,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2014-2016 Angelo naselli <anaselli@linux.it>
+# Copyright (c) 2014-2017 Angelo naselli <anaselli@linux.it>
#
# This file is part of manatools
#
diff --git a/scripts/manaadduser b/scripts/manaadduser
index a5ec7b12..5440b869 100755
--- a/scripts/manaadduser
+++ b/scripts/manaadduser
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2014-2016 Angelo Naselli
+# Copyright 2014-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manaclock b/scripts/manaclock
index 94dbcd99..7b8e53ac 100755
--- a/scripts/manaclock
+++ b/scripts/manaclock
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2014-2016 Angelo Naselli
+# Copyright 2014-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manadm b/scripts/manadm
index bcadecf7..5bce6f15 100755
--- a/scripts/manadm
+++ b/scripts/manadm
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2013-2016 Matteo Pasotti
-# 2015-2016 Angelo Naselli
+# Copyright 2013-2017 Matteo Pasotti
+# 2015-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manahost b/scripts/manahost
index 24013523..e8c6dfd1 100755
--- a/scripts/manahost
+++ b/scripts/manahost
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2013-2016 Matteo Pasotti
-# 2015-2016 Angelo Naselli
+# Copyright 2013-2017 Matteo Pasotti
+# 2015-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manalog b/scripts/manalog
index 14ac1b5a..ddbaaafc 100755
--- a/scripts/manalog
+++ b/scripts/manalog
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2014-2016 Angelo Naselli
+# Copyright 2014-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manaproxy b/scripts/manaproxy
index d10f0ebb..5943f9d9 100755
--- a/scripts/manaproxy
+++ b/scripts/manaproxy
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2013-2016 Matteo Pasotti
-# 2015-2016 Angelo Naselli
+# Copyright 2013-2017 Matteo Pasotti
+# 2015-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manaservice b/scripts/manaservice
index 9efa554d..48d9bac1 100755
--- a/scripts/manaservice
+++ b/scripts/manaservice
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2014-2016 Angelo Naselli
+# Copyright 2014-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manauser b/scripts/manauser
index d247ec2f..3e1c9dd4 100755
--- a/scripts/manauser
+++ b/scripts/manauser
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2014-2016 Angelo Naselli
+# Copyright 2014-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/manawall b/scripts/manawall
index 982f3d61..f1681965 100755
--- a/scripts/manawall
+++ b/scripts/manawall
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2013-2016 Matteo Pasotti
-# 2015-2016 Angelo Naselli
+# Copyright 2013-2017 Matteo Pasotti
+# 2015-2017 Angelo Naselli
#
# This file is part manatools
#
diff --git a/scripts/mpan b/scripts/mpan
index 1b28f77c..33070c33 100755
--- a/scripts/mpan
+++ b/scripts/mpan
@@ -1,8 +1,8 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
# Copyright 2012 Steven Tucker
-# Copyright 2013-2016 Matteo Pasotti
-# Copyright 2014-2016 Angelo Naselli
+# Copyright 2013-2017 Matteo Pasotti
+# Copyright 2014-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/scripts/urpm-downloader b/scripts/urpm-downloader
index a06f4e7a..194e4003 100755
--- a/scripts/urpm-downloader
+++ b/scripts/urpm-downloader
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# vim: set et ts=4 sw=4:
-# Copyright 2013-2016 Matteo Pasotti
-# 2015-2016 Angelo Naselli
+# Copyright 2013-2017 Matteo Pasotti
+# 2015-2017 Angelo Naselli
#
# This file is part of manatools
#
diff --git a/t/01-Locales.t b/t/01-Locales.t
index 550e776d..3c67ba1b 100644
--- a/t/01-Locales.t
+++ b/t/01-Locales.t
@@ -9,7 +9,7 @@ BEGIN {
ok( my $o = ManaTools::Shared::Locales->new({domain_name => 'manatools'}), 'create');
is( $o->N_("test"), 'test', 'N_' );
-ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2016'), 'N');
+ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2017'), 'N');
diag "Copyright string is: < " . ($cr ? $cr : "none") . " >";
done_testing;
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t
index 94a72263..1e10e379 100644
--- a/t/03-Shared_GUI.t
+++ b/t/03-Shared_GUI.t
@@ -83,14 +83,14 @@ SKIP: {
ok($gui->AboutDialog({ name => "Shared::GUI TABBED",
version => $ManaTools::Shared::VERSION,
- credits => "Copyright (C) 2014-2016 Angelo Naselli",
+ credits => "Copyright (C) 2014-2017 Angelo Naselli",
license => 'GPLv2',
authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>",
}), 'AboutDialog');
ok($gui->AboutDialog({ name => "Shared::GUI CLASSIC",
version => $ManaTools::Shared::VERSION,
- credits => "Copyright (C) 2014-2016 Angelo Naselli",
+ credits => "Copyright (C) 2014-2017 Angelo Naselli",
license => 'GPLv2',
authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>",
dialog_mode => 1,