diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 23:15:14 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 23:15:14 +0100 |
commit | 664458d2c77e778df4f653180361e577e79e3fa4 (patch) | |
tree | 5fa6ee199f122cffc41b785921ad4cf992226e7c | |
parent | afaa79bdd5353be122dbdff2d4fc19d8716f994b (diff) | |
download | manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar.gz manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar.bz2 manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar.xz manatools-664458d2c77e778df4f653180361e577e79e3fa4.zip |
synced copyright notices
26 files changed, 83 insertions, 25 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 diff --git a/scripts/manaadduser b/scripts/manaadduser index ba884e5b..f2b3c320 100755 --- a/scripts/manaadduser +++ b/scripts/manaadduser @@ -1,5 +1,20 @@ #!/usr/bin/perl - +# Copyright 2014 - 2015 Angelo Naselli +# +# This file is part of proxymanager thus adminpanel +# +# proxymanager is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# proxymanager is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>. use AdminPanel::Module::Users; use AdminPanel::Shared::Locales; diff --git a/scripts/manadm b/scripts/manadm index 606aa33b..1848c270 100755 --- a/scripts/manadm +++ b/scripts/manadm @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright 2013 Matteo Pasotti +# Copyright 2013 - 2015 Matteo Pasotti # # This file is part of hostmanager thus adminpanel # diff --git a/scripts/manahost b/scripts/manahost index 3852b17f..fcfa3c29 100755 --- a/scripts/manahost +++ b/scripts/manahost @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright 2013 Matteo Pasotti +# Copyright 2013 - 2015 Matteo Pasotti # # This file is part of hostmanager thus adminpanel # diff --git a/scripts/manalog b/scripts/manalog index 8edac7f1..4d1644c2 100755 --- a/scripts/manalog +++ b/scripts/manalog @@ -1,5 +1,20 @@ #!/usr/bin/perl - +# Copyright 2014 - 2015 Angelo Naselli +# +# This file is part of proxymanager thus adminpanel +# +# proxymanager is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# proxymanager is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>. use strict; use AdminPanel::Module::LogViewer; diff --git a/scripts/manaproxy b/scripts/manaproxy index 05ea4eb4..dee06c1e 100755 --- a/scripts/manaproxy +++ b/scripts/manaproxy @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright 2013 Matteo Pasotti +# Copyright 2013 - 2015 Matteo Pasotti # # This file is part of proxymanager thus adminpanel # diff --git a/scripts/manaservice b/scripts/manaservice index 493b6a3d..59fff4d0 100755 --- a/scripts/manaservice +++ b/scripts/manaservice @@ -1,5 +1,20 @@ #!/usr/bin/perl - +# Copyright 2014 - 2015 Angelo Naselli +# +# This file is part of proxymanager thus adminpanel +# +# proxymanager is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# proxymanager is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>. use strict; use AdminPanel::Module::Services; diff --git a/scripts/manawall b/scripts/manawall index 30b64803..c263b633 100755 --- a/scripts/manawall +++ b/scripts/manawall @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright 2013 Matteo Pasotti +# Copyright 2013 - 2015 Matteo Pasotti # # This file is part of hostmanager thus adminpanel # diff --git a/scripts/mpan b/scripts/mpan index 589a72e3..3b1abd0a 100755 --- a/scripts/mpan +++ b/scripts/mpan @@ -1,8 +1,8 @@ #!/usr/bin/perl # vim: set et ts=4 sw=4: # Copyright 2012 Steven Tucker -# Copyright 2013 Matteo Pasotti -# Copyright 2014 Angelo Naselli +# Copyright 2013 - 2015 Matteo Pasotti +# Copyright 2014 - 2015 Angelo Naselli # # This file is part of AdminPanel # |