diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-11 18:38:08 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-11 19:11:50 +0100 |
commit | b87547f413ce7cc482d0490786c03b79a3c93197 (patch) | |
tree | 0a54b064288d6758323f0879af61175103fd7f7a /lib | |
parent | a568d1df1ec7926f662e0ec9ec0b37af24666f4e (diff) | |
download | manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.gz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.bz2 manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.xz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.zip |
Updated date
Diffstat (limited to 'lib')
26 files changed, 37 insertions, 36 deletions
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 <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 <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 <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 <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 <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 <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/\>/\>\;/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 |