From b87547f413ce7cc482d0490786c03b79a3c93197 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 11 Jan 2016 18:38:08 +0100 Subject: Updated date --- README.md | 2 +- 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 +- modules/rpmdragora/dragoraUpdate | 4 ++-- t/01-Locales.t | 2 +- t/03-Shared_GUI.t | 4 ++-- 30 files changed, 43 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 320daad3..235e4207 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Contact authors or Mageia team (http://www.mageia.org/en/contribute/) # LICENSE AND COPYRIGHT # -Copyright (C) 2012-2015 Angelo Naselli, Matteo Pasotti, Steven Tucker +Copyright (C) 2012-2016 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/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("

Developers

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 =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("

Developers

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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 <matteo.pasotti\@gmail.com>" 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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 <matteo.pasotti\@gmail.com>" 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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 <matteo.pasotti\@gmail.com>" 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 =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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 =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/\>/\>\;/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 =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("

Developers

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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA -# Copyright (c) 2012-2015 Matteo Pasotti -# Copyright (c) 2014-2015 Angelo Naselli +# Copyright (c) 2012-2016 Matteo Pasotti +# 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/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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA -# Copyright (c) 2012-2015 Matteo Pasotti -# Copyright (c) 2014-2015 Angelo Naselli +# Copyright (c) 2012-2016 Matteo Pasotti +# 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/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 -# Copyright 2013-2015 Matteo Pasotti +# Copyright 2012-2016 Angelo Naselli +# Copyright 2013-2016 Matteo Pasotti # # 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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 =head1 COPYRIGHT and LICENSE -Copyright (C) 2014-2015, Angelo Naselli. +Copyright (C) 2014-2016, Angelo Naselli. Copyright (C) 2015, Matteo Pasotti . 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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 =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 =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 +# Copyright (c) 2013-2016 Matteo Pasotti # # 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 =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 =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 =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/modules/rpmdragora/dragoraUpdate b/modules/rpmdragora/dragoraUpdate index 467a72a6..f2d32716 100755 --- a/modules/rpmdragora/dragoraUpdate +++ b/modules/rpmdragora/dragoraUpdate @@ -2,7 +2,7 @@ #***************************************************************************** # # dragoraUpdate -# Copyright (c) 2014-2015 Angelo Naselli +# Copyright (c) 2014-2016 Angelo Naselli # # MandrivaUpdate and MageiaUpdate # Copyright (c) 2002 Guillaume Cottenceau @@ -344,7 +344,7 @@ sub run_treeview_dialog { $sh_gui->AboutDialog({ name => "dragoraUpdate", version => $VERSION, - credits => $loc->N("Copyright (C) %s Mageia community", '2013-2015'), + credits => $loc->N("Copyright (C) %s Mageia community", '2013-2016'), license => $loc->N("GPLv2"), description => $loc->N("dragoraUpdate is the Mageia package management tool."), authors => $loc->N("

Developers

diff --git a/t/01-Locales.t b/t/01-Locales.t index c284008f..550e776d 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-2015'), 'N'); +ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2016'), '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 87f0e368..94a72263 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-2015 Angelo Naselli", + credits => "Copyright (C) 2014-2016 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli \nMatteo Pasotti ", }), 'AboutDialog'); ok($gui->AboutDialog({ name => "Shared::GUI CLASSIC", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014-2015 Angelo Naselli", + credits => "Copyright (C) 2014-2016 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli \nMatteo Pasotti ", dialog_mode => 1, -- cgit v1.2.1