From b87547f413ce7cc482d0490786c03b79a3c93197 Mon Sep 17 00:00:00 2001
From: Angelo Naselli <anaselli@linux.it>
Date: Mon, 11 Jan 2016 18:38:08 +0100
Subject: Updated date

---
 lib/ManaTools/Category.pm              | 2 +-
 lib/ManaTools/ConfigReader.pm          | 2 +-
 lib/ManaTools/MainDisplay.pm           | 4 ++--
 lib/ManaTools/Module.pm                | 2 +-
 lib/ManaTools/Module/Clock.pm          | 4 ++--
 lib/ManaTools/Module/DisplayManager.pm | 4 ++--
 lib/ManaTools/Module/Firewall.pm       | 5 +++--
 lib/ManaTools/Module/Hosts.pm          | 4 ++--
 lib/ManaTools/Module/LogViewer.pm      | 2 +-
 lib/ManaTools/Module/Proxy.pm          | 2 +-
 lib/ManaTools/Module/Services.pm       | 4 ++--
 lib/ManaTools/Module/Users.pm          | 4 ++--
 lib/ManaTools/Privileges.pm            | 2 +-
 lib/ManaTools/Rpmdragora/open_db.pm    | 4 ++--
 lib/ManaTools/Rpmdragora/pkg.pm        | 4 ++--
 lib/ManaTools/SettingsReader.pm        | 2 +-
 lib/ManaTools/Shared.pm                | 4 ++--
 lib/ManaTools/Shared/Firewall.pm       | 2 +-
 lib/ManaTools/Shared/GUI.pm            | 2 +-
 lib/ManaTools/Shared/Hosts.pm          | 2 +-
 lib/ManaTools/Shared/JournalCtl.pm     | 2 +-
 lib/ManaTools/Shared/Locales.pm        | 2 +-
 lib/ManaTools/Shared/Proxy.pm          | 2 +-
 lib/ManaTools/Shared/Services.pm       | 2 +-
 lib/ManaTools/Shared/TimeZone.pm       | 2 +-
 lib/ManaTools/Shared/Users.pm          | 2 +-
 26 files changed, 37 insertions(+), 36 deletions(-)

(limited to 'lib')

diff --git a/lib/ManaTools/Category.pm b/lib/ManaTools/Category.pm
index 8573f611..d29c1f86 100644
--- a/lib/ManaTools/Category.pm
+++ b/lib/ManaTools/Category.pm
@@ -36,7 +36,7 @@ exported
 
 =head1 COPYRIGHT and LICENSE
 
-    Copyright 2013-2015, Angelo Naselli.
+    Copyright 2013-2016, Angelo Naselli.
     Copyright 2012, Steven Tucker.
 
     This program is free software; you can redistribute it and/or modify
diff --git a/lib/ManaTools/ConfigReader.pm b/lib/ManaTools/ConfigReader.pm
index b189a05d..a2b17439 100644
--- a/lib/ManaTools/ConfigReader.pm
+++ b/lib/ManaTools/ConfigReader.pm
@@ -35,7 +35,7 @@ You can find documentation for this module with the perldoc command:
 
 =head1 COPYRIGHT and LICENSE
 
-    Copyright 2012-2015, Angelo Naselli.
+    Copyright 2012-2016, Angelo Naselli.
     Copyright 2012, Steven Tucker.
 
     This program is free software; you can redistribute it and/or modify
diff --git a/lib/ManaTools/MainDisplay.pm b/lib/ManaTools/MainDisplay.pm
index bf4261c3..21c47117 100644
--- a/lib/ManaTools/MainDisplay.pm
+++ b/lib/ManaTools/MainDisplay.pm
@@ -32,7 +32,7 @@ ManaTools::MainDisplay - class for ManaTools main window
 
 =head1 COPYRIGHT and LICENSE
 
-    Copyright (C) 2012-2015, Angelo Naselli.
+    Copyright (C) 2012-2016, Angelo Naselli.
     Copyright (C) 2012, Steven Tucker.
 
     ManaTools is free software: you can redistribute it and/or modify
@@ -289,7 +289,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-2015'),
+        credits => $self->loc()->N("Copyright (C) %s Mageia community", '2013-2016'),
         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 c655cc85..b1a237cb 100644
--- a/lib/ManaTools/Module.pm
+++ b/lib/ManaTools/Module.pm
@@ -1,6 +1,6 @@
 # vim: set et ts=4 sw=4:
 #
-#    Copyright 2013-2015 Angelo Naselli
+#    Copyright 2013-2016 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 90e3dc95..bc1300c3 100644
--- a/lib/ManaTools/Module/Clock.pm
+++ b/lib/ManaTools/Module/Clock.pm
@@ -31,7 +31,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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
@@ -213,7 +213,7 @@ sub _adminClockPanel {
                 $self->sh_gui->AboutDialog({
                     name    => $self->name,
                     version => $self->Version(),
-                    credits => $self->loc->N("Copyright (C) %s Mageia community", '2014-2015'),
+                    credits => $self->loc->N("Copyright (C) %s Mageia community", '2014-2016'),
                     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 701e0941..e40d8c24 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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
@@ -263,7 +263,7 @@ sub _manageProxyDialog {
                 $self->sh_gui->AboutDialog({
                     name => $appTitle,
                     version => $self->Version(),
-                    credits => "Copyright (c) 2013-2015 by Matteo Pasotti",
+                    credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
                     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 03f35c0c..f5c5b370 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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
@@ -152,6 +152,7 @@ has 'aboutDialog' => (
     is => 'ro',
     init_arg => undef,
     isa => 'HashRef',
+    lazy => 1,
     builder => '_setupAboutDialog',
 );
 
@@ -175,7 +176,7 @@ sub _setupAboutDialog {
   return {
     name => "",
     version => $self->Version(),
-    credits => "Copyright (c) 2013-2015 by Matteo Pasotti",
+    credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
     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 131542ee..4d069a62 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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
@@ -496,7 +496,7 @@ sub _manageHostsDialog {
                 $self->sh_gui->AboutDialog({
                     name => $appTitle,
                     version => $self->Version(),
-                    credits => "Copyright (c) 2013-2015 by Matteo Pasotti",
+                    credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
                     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 bc845fe4..e471d1b0 100644
--- a/lib/ManaTools/Module/LogViewer.pm
+++ b/lib/ManaTools/Module/LogViewer.pm
@@ -29,7 +29,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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/Module/Proxy.pm b/lib/ManaTools/Module/Proxy.pm
index 277e096f..fa3a8a3c 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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/Module/Services.pm b/lib/ManaTools/Module/Services.pm
index ca41582c..cb4c47d9 100644
--- a/lib/ManaTools/Module/Services.pm
+++ b/lib/ManaTools/Module/Services.pm
@@ -38,7 +38,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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
@@ -446,7 +446,7 @@ sub _servicePanel {
                 $translators =~ s/\>/\&gt\;/g;
                 $self->sh_gui->AboutDialog({ name => $self->name,
                                              version => $self->Version(),
-                         credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2015'),
+                         credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2016'),
                          license => $self->loc->N("GPLv2"),
                          description => $self->loc->N("adminService is the Mageia service and daemon management tool\n
                                                        (from the original idea of Mandriva draxservice)."),
diff --git a/lib/ManaTools/Module/Users.pm b/lib/ManaTools/Module/Users.pm
index 9e04a2a5..8a355338 100644
--- a/lib/ManaTools/Module/Users.pm
+++ b/lib/ManaTools/Module/Users.pm
@@ -36,7 +36,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2013-2015, Angelo Naselli.
+Copyright (C) 2013-2016, Angelo Naselli.
 
 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
@@ -2410,7 +2410,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-2015'),
+        credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2016'),
         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 5833900b..492f0340 100644
--- a/lib/ManaTools/Privileges.pm
+++ b/lib/ManaTools/Privileges.pm
@@ -1,5 +1,5 @@
 # vim: set et ts=4 sw=4:
-#    Copyright 2012-2015 Matteo Pasotti
+#    Copyright 2012-2016 Matteo Pasotti
 #
 #    This file is part of ManaTools
 #
diff --git a/lib/ManaTools/Rpmdragora/open_db.pm b/lib/ManaTools/Rpmdragora/open_db.pm
index 74cc2068..0829d141 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
-#  Copyright (c) 2014-2015 Angelo Naselli <anaselli@linux.it>
+#  Copyright (c) 2012-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2014-2016 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 cd2b9b05..b561d268 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
-#  Copyright (c) 2014-2015 Angelo Naselli <anaselli@linux.it>
+#  Copyright (c) 2012-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2014-2016 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/SettingsReader.pm b/lib/ManaTools/SettingsReader.pm
index e1c49f25..d3f7f0f7 100644
--- a/lib/ManaTools/SettingsReader.pm
+++ b/lib/ManaTools/SettingsReader.pm
@@ -32,7 +32,7 @@ package ManaTools::SettingsReader;
 
 =head1 COPYRIGHT and LICENSE
 
-    Copyright (C) 2012-2015, Angelo Naselli.
+    Copyright (C) 2012-2016, Angelo Naselli.
 
    This file is part of ManaTools
 
diff --git a/lib/ManaTools/Shared.pm b/lib/ManaTools/Shared.pm
index f4488c87..8916a1f6 100644
--- a/lib/ManaTools/Shared.pm
+++ b/lib/ManaTools/Shared.pm
@@ -1,6 +1,6 @@
 # vim: set et ts=4 sw=4:
-#    Copyright 2012-2015 Angelo Naselli <anaselli@linux.it>
-#    Copyright 2013-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#    Copyright 2012-2016 Angelo Naselli <anaselli@linux.it>
+#    Copyright 2013-2016 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 f5a6c45c..5b19837b 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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.pm b/lib/ManaTools/Shared/GUI.pm
index ae67c3bc..0de02f93 100644
--- a/lib/ManaTools/Shared/GUI.pm
+++ b/lib/ManaTools/Shared/GUI.pm
@@ -33,7 +33,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 Copyright (C) 2015, Matteo Pasotti <matteo.pasotti@gmail.com>.
 
 This program is free software; you can redistribute it and/or modify
diff --git a/lib/ManaTools/Shared/Hosts.pm b/lib/ManaTools/Shared/Hosts.pm
index d3b7fc9c..690a637c 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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/JournalCtl.pm b/lib/ManaTools/Shared/JournalCtl.pm
index ac1a6c75..32023d11 100644
--- a/lib/ManaTools/Shared/JournalCtl.pm
+++ b/lib/ManaTools/Shared/JournalCtl.pm
@@ -30,7 +30,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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/Locales.pm b/lib/ManaTools/Shared/Locales.pm
index 5ed1c638..eacca906 100644
--- a/lib/ManaTools/Shared/Locales.pm
+++ b/lib/ManaTools/Shared/Locales.pm
@@ -35,7 +35,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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 6accbb77..374232f1 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-2015 Matteo Pasotti <matteo.pasotti@gmail.com>
+#  Copyright (c) 2013-2016 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/Services.pm b/lib/ManaTools/Shared/Services.pm
index 7db83939..686e4584 100644
--- a/lib/ManaTools/Shared/Services.pm
+++ b/lib/ManaTools/Shared/Services.pm
@@ -37,7 +37,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2013-2015, Angelo Naselli.
+Copyright (C) 2013-2016, Angelo Naselli.
 
 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/TimeZone.pm b/lib/ManaTools/Shared/TimeZone.pm
index 744e7f91..b8e82d31 100644
--- a/lib/ManaTools/Shared/TimeZone.pm
+++ b/lib/ManaTools/Shared/TimeZone.pm
@@ -29,7 +29,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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/Users.pm b/lib/ManaTools/Shared/Users.pm
index 22a5820c..f078561b 100644
--- a/lib/ManaTools/Shared/Users.pm
+++ b/lib/ManaTools/Shared/Users.pm
@@ -32,7 +32,7 @@ Angelo Naselli <anaselli@linux.it>
 
 =head1 COPYRIGHT and LICENSE
 
-Copyright (C) 2014-2015, Angelo Naselli.
+Copyright (C) 2014-2016, Angelo Naselli.
 
 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
-- 
cgit v1.2.1