diff options
Diffstat (limited to 'lib/ManaTools/Module')
-rw-r--r-- | lib/ManaTools/Module/Clock.pm | 4 | ||||
-rw-r--r-- | lib/ManaTools/Module/DisplayManager.pm | 4 | ||||
-rw-r--r-- | lib/ManaTools/Module/Firewall.pm | 5 | ||||
-rw-r--r-- | lib/ManaTools/Module/Hosts.pm | 4 | ||||
-rw-r--r-- | lib/ManaTools/Module/LogViewer.pm | 2 | ||||
-rw-r--r-- | lib/ManaTools/Module/Proxy.pm | 2 | ||||
-rw-r--r-- | lib/ManaTools/Module/Services.pm | 4 | ||||
-rw-r--r-- | lib/ManaTools/Module/Users.pm | 4 |
8 files changed, 15 insertions, 14 deletions
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> |