diff options
author | Angelo Naselli <anaselli@linux.it> | 2017-09-10 12:54:47 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2017-09-10 12:54:47 +0200 |
commit | 98b99df1bc012f23530d615225c66a1593b4d793 (patch) | |
tree | 19370416f87cd0095e8f441c72051776520447ca /lib/ManaTools | |
parent | 7bb4ee9365e8f24c69b4ed13cd74711f9f9d7061 (diff) | |
download | manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.gz manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.bz2 manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.xz manatools-98b99df1bc012f23530d615225c66a1593b4d793.zip |
updated credits date
Diffstat (limited to 'lib/ManaTools')
30 files changed, 43 insertions, 43 deletions
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 <matteo.pasotti\@gmail.com>" 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 <matteo.pasotti\@gmail.com>" 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 <matteo.pasotti\@gmail.com>" 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 <matteo.pasotti\@gmail.com>" 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 |