diff options
Diffstat (limited to 'lib/AdminPanel')
-rw-r--r-- | lib/AdminPanel/Module/AdminMouse.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Module/DisplayManager.pm | 4 | ||||
-rw-r--r-- | lib/AdminPanel/Module/Hosts.pm | 4 | ||||
-rw-r--r-- | lib/AdminPanel/Privileges.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 1 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/formatting.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gui.pm | 3 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gurpm.pm | 4 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/icon.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/init.pm | 3 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/pkg.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Rpmdragora/rpmnew.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/SettingsReader.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Shared.pm | 4 | ||||
-rw-r--r-- | lib/AdminPanel/Shared/Firewall.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Shared/Hosts.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Shared/Proxy.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/rpmdragora.pm | 2 |
18 files changed, 29 insertions, 16 deletions
diff --git a/lib/AdminPanel/Module/AdminMouse.pm b/lib/AdminPanel/Module/AdminMouse.pm index 79f59bd3..1f203e4b 100644 --- a/lib/AdminPanel/Module/AdminMouse.pm +++ b/lib/AdminPanel/Module/AdminMouse.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013 Angelo Naselli <anaselli@linux.it> +# Copyright (c) 2013 - 2015 Angelo Naselli <anaselli@linux.it> # from drakx services # # This program is free software; you can redistribute it and/or modify diff --git a/lib/AdminPanel/Module/DisplayManager.pm b/lib/AdminPanel/Module/DisplayManager.pm index e6a060d0..5fbeeb30 100644 --- a/lib/AdminPanel/Module/DisplayManager.pm +++ b/lib/AdminPanel/Module/DisplayManager.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2015 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 @@ -273,7 +273,7 @@ sub _manageProxyDialog { $self->sh_gui->AboutDialog({ name => $appTitle, version => $VERSION, - credits => "Copyright (c) 2013-2014 by Matteo Pasotti", + credits => "Copyright (c) 2013-2015 by Matteo Pasotti", license => "GPLv2", description => $self->loc->N("Graphical configurator for system Display Manager"), authors => "Matteo Pasotti <matteo.pasotti\@gmail.com>" diff --git a/lib/AdminPanel/Module/Hosts.pm b/lib/AdminPanel/Module/Hosts.pm index 9f841184..233fd21e 100644 --- a/lib/AdminPanel/Module/Hosts.pm +++ b/lib/AdminPanel/Module/Hosts.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2015 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 @@ -507,7 +507,7 @@ sub _manageHostsDialog { $self->sh_gui->AboutDialog({ name => $appTitle, version => $VERSION, - credits => "Copyright (c) 2013-2014 by Matteo Pasotti", + credits => "Copyright (c) 2013-2015 by Matteo Pasotti", license => "GPLv2", description => $self->loc->N("Graphical manager for hosts definitions"), authors => "Matteo Pasotti <matteo.pasotti\@gmail.com>" diff --git a/lib/AdminPanel/Privileges.pm b/lib/AdminPanel/Privileges.pm index 50033c73..4352c5c0 100644 --- a/lib/AdminPanel/Privileges.pm +++ b/lib/AdminPanel/Privileges.pm @@ -1,5 +1,5 @@ # vim: set et ts=4 sw=4: -# Copyright 2012-2013 Matteo Pasotti +# Copyright 2012-2015 Matteo Pasotti # # This file is part of AdminPanel # diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 359a16e8..68856da9 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -5,6 +5,7 @@ package AdminPanel::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 - 2015 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/AdminPanel/Rpmdragora/formatting.pm b/lib/AdminPanel/Rpmdragora/formatting.pm index ef9c7b8a..da429a5f 100644 --- a/lib/AdminPanel/Rpmdragora/formatting.pm +++ b/lib/AdminPanel/Rpmdragora/formatting.pm @@ -6,6 +6,8 @@ package AdminPanel::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 - 2015 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/gui.pm b/lib/AdminPanel/Rpmdragora/gui.pm index 15683e50..682b223d 100644 --- a/lib/AdminPanel/Rpmdragora/gui.pm +++ b/lib/AdminPanel/Rpmdragora/gui.pm @@ -6,7 +6,8 @@ package AdminPanel::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 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013 - 2015 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm index 7e9363a2..39a2b955 100644 --- a/lib/AdminPanel/Rpmdragora/gurpm.pm +++ b/lib/AdminPanel/Rpmdragora/gurpm.pm @@ -34,6 +34,8 @@ package AdminPanel::Rpmdragora::gurpm; =head1 AUTHOR Angelo Naselli <anaselli@linux.it> + + Matteo Pasotti <matteo.pasotti@gmail.com> =head1 COPYRIGHT and LICENSE @@ -41,7 +43,7 @@ package AdminPanel::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 Matteo Pasotti <matteo.pasotti@gmail.com> + Copyright (c) 2013 - 2015 Matteo Pasotti <matteo.pasotti@gmail.com> Copyright (C) 2015, Angelo Naselli <anaselli@linux.it> This program is free software; you can redistribute it and/or modify diff --git a/lib/AdminPanel/Rpmdragora/icon.pm b/lib/AdminPanel/Rpmdragora/icon.pm index c7def86e..c253d676 100644 --- a/lib/AdminPanel/Rpmdragora/icon.pm +++ b/lib/AdminPanel/Rpmdragora/icon.pm @@ -6,6 +6,8 @@ package AdminPanel::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 - 2015 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/init.pm b/lib/AdminPanel/Rpmdragora/init.pm index c25af78a..1c1906c5 100644 --- a/lib/AdminPanel/Rpmdragora/init.pm +++ b/lib/AdminPanel/Rpmdragora/init.pm @@ -6,7 +6,8 @@ package AdminPanel::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 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013 - 2015 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/pkg.pm b/lib/AdminPanel/Rpmdragora/pkg.pm index f8495184..075631b9 100644 --- a/lib/AdminPanel/Rpmdragora/pkg.pm +++ b/lib/AdminPanel/Rpmdragora/pkg.pm @@ -6,6 +6,8 @@ package AdminPanel::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 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/AdminPanel/Rpmdragora/rpmnew.pm b/lib/AdminPanel/Rpmdragora/rpmnew.pm index f9b96102..ac918158 100644 --- a/lib/AdminPanel/Rpmdragora/rpmnew.pm +++ b/lib/AdminPanel/Rpmdragora/rpmnew.pm @@ -6,6 +6,8 @@ package AdminPanel::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 - 2015 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2014 - 2015 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/AdminPanel/SettingsReader.pm b/lib/AdminPanel/SettingsReader.pm index ebd7a0e2..bb6203e9 100644 --- a/lib/AdminPanel/SettingsReader.pm +++ b/lib/AdminPanel/SettingsReader.pm @@ -32,7 +32,7 @@ perldoc AdminPanel::SettingsReader =head1 COPYRIGHT and LICENSE - Copyright (C) 2012-2014, Angelo Naselli. + Copyright (C) 2012-2015, Angelo Naselli. This file is part of AdminPanel diff --git a/lib/AdminPanel/Shared.pm b/lib/AdminPanel/Shared.pm index 5e5d2194..6ff12a03 100644 --- a/lib/AdminPanel/Shared.pm +++ b/lib/AdminPanel/Shared.pm @@ -1,6 +1,6 @@ # vim: set et ts=4 sw=4: -# Copyright 2012-2013 Angelo Naselli <anaselli@linux.it> -# Copyright 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright 2012-2015 Angelo Naselli <anaselli@linux.it> +# Copyright 2013-2015 Matteo Pasotti <matteo.pasotti@gmail.com> # # This file is part of AdminPanel # diff --git a/lib/AdminPanel/Shared/Firewall.pm b/lib/AdminPanel/Shared/Firewall.pm index ac447770..50e8a4f7 100644 --- a/lib/AdminPanel/Shared/Firewall.pm +++ b/lib/AdminPanel/Shared/Firewall.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2015 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/AdminPanel/Shared/Hosts.pm b/lib/AdminPanel/Shared/Hosts.pm index 9fb902d2..def2b7c9 100644 --- a/lib/AdminPanel/Shared/Hosts.pm +++ b/lib/AdminPanel/Shared/Hosts.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2015 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/AdminPanel/Shared/Proxy.pm b/lib/AdminPanel/Shared/Proxy.pm index c95caba5..18360c80 100644 --- a/lib/AdminPanel/Shared/Proxy.pm +++ b/lib/AdminPanel/Shared/Proxy.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2015 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/AdminPanel/rpmdragora.pm b/lib/AdminPanel/rpmdragora.pm index fd6f5e0c..ae9dec24 100644 --- a/lib/AdminPanel/rpmdragora.pm +++ b/lib/AdminPanel/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 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013 - 2015 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 |