From 664458d2c77e778df4f653180361e577e79e3fa4 Mon Sep 17 00:00:00 2001 From: Matteo Pasotti Date: Thu, 8 Jan 2015 23:15:14 +0100 Subject: synced copyright notices --- lib/AdminPanel/Module/AdminMouse.pm | 2 +- lib/AdminPanel/Module/DisplayManager.pm | 4 ++-- lib/AdminPanel/Module/Hosts.pm | 4 ++-- lib/AdminPanel/Privileges.pm | 2 +- lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 1 + lib/AdminPanel/Rpmdragora/formatting.pm | 2 ++ lib/AdminPanel/Rpmdragora/gui.pm | 3 ++- lib/AdminPanel/Rpmdragora/gurpm.pm | 4 +++- lib/AdminPanel/Rpmdragora/icon.pm | 2 ++ lib/AdminPanel/Rpmdragora/init.pm | 3 ++- lib/AdminPanel/Rpmdragora/pkg.pm | 2 ++ lib/AdminPanel/Rpmdragora/rpmnew.pm | 2 ++ lib/AdminPanel/SettingsReader.pm | 2 +- lib/AdminPanel/Shared.pm | 4 ++-- lib/AdminPanel/Shared/Firewall.pm | 2 +- lib/AdminPanel/Shared/Hosts.pm | 2 +- lib/AdminPanel/Shared/Proxy.pm | 2 +- lib/AdminPanel/rpmdragora.pm | 2 +- scripts/manaadduser | 17 ++++++++++++++++- scripts/manadm | 2 +- scripts/manahost | 2 +- scripts/manalog | 17 ++++++++++++++++- scripts/manaproxy | 2 +- scripts/manaservice | 17 ++++++++++++++++- scripts/manawall | 2 +- scripts/mpan | 4 ++-- 26 files changed, 83 insertions(+), 25 deletions(-) diff --git a/lib/AdminPanel/Module/AdminMouse.pm b/lib/AdminPanel/Module/AdminMouse.pm index 79f59bd..1f203e4 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 +# Copyright (c) 2013 - 2015 Angelo Naselli # 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 e6a060d..5fbeeb3 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 +# Copyright (c) 2013-2015 Matteo Pasotti # # 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 9f84118..233fd21 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 +# Copyright (c) 2013-2015 Matteo Pasotti # # 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 50033c7..4352c5c 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 359a16e..68856da 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 # Copyright (c) 2002-2007 Mandriva Linux +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/formatting.pm b/lib/AdminPanel/Rpmdragora/formatting.pm index ef9c7b8..da429a5 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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005, 2006 Mandriva SA +# Copyright (c) 2013 - 2015 Matteo Pasotti +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/gui.pm b/lib/AdminPanel/Rpmdragora/gui.pm index 15683e5..682b223 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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA -# Copyright (c) 2013 Matteo Pasotti +# Copyright (c) 2013 - 2015 Matteo Pasotti +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm index 7e9363a..39a2b95 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 + + Matteo Pasotti =head1 COPYRIGHT and LICENSE @@ -41,7 +43,7 @@ package AdminPanel::Rpmdragora::gurpm; Copyright (c) 2002-2007 Thierry Vignaud Copyright (c) 2003, 2004, 2005 MandrakeSoft SA Copyright (c) 2005-2007 Mandriva SA - Copyright (c) 2013 Matteo Pasotti + Copyright (c) 2013 - 2015 Matteo Pasotti Copyright (C) 2015, Angelo Naselli 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 c7def86..c253d67 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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA +# Copyright (c) 2013 - 2015 Matteo Pasotti +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/init.pm b/lib/AdminPanel/Rpmdragora/init.pm index c25af78..1c1906c 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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA -# Copyright (c) 2013 Matteo Pasotti +# Copyright (c) 2013 - 2015 Matteo Pasotti +# Copyright (c) 2014 - 2015 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/AdminPanel/Rpmdragora/pkg.pm b/lib/AdminPanel/Rpmdragora/pkg.pm index f849518..075631b 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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA +# Copyright (c) 2012-2015 Matteo Pasotti +# Copyright (c) 2014-2015 Matteo Pasotti # # 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 f9b9610..ac91815 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 # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005-2007 Mandriva SA +# Copyright (c) 2013 - 2015 Matteo Pasotti +# Copyright (c) 2014 - 2015 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/AdminPanel/SettingsReader.pm b/lib/AdminPanel/SettingsReader.pm index ebd7a0e..bb6203e 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 5e5d219..6ff12a0 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 -# Copyright 2013-2014 Matteo Pasotti +# Copyright 2012-2015 Angelo Naselli +# Copyright 2013-2015 Matteo Pasotti # # This file is part of AdminPanel # diff --git a/lib/AdminPanel/Shared/Firewall.pm b/lib/AdminPanel/Shared/Firewall.pm index ac44777..50e8a4f 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 +# Copyright (c) 2013-2015 Matteo Pasotti # # 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 9fb902d..def2b7c 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 +# Copyright (c) 2013-2015 Matteo Pasotti # # 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 c95caba..18360c8 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 +# Copyright (c) 2013-2015 Matteo Pasotti # # 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 fd6f5e0..ae9dec2 100644 --- a/lib/AdminPanel/rpmdragora.pm +++ b/lib/AdminPanel/rpmdragora.pm @@ -5,7 +5,7 @@ # Copyright (c) 2002-2007 Thierry Vignaud # Copyright (c) 2003, 2004, 2005 MandrakeSoft SA # Copyright (c) 2005, 2007 Mandriva SA -# Copyright (c) 2013 Matteo Pasotti +# Copyright (c) 2013 - 2015 Matteo Pasotti # # 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 ba884e5..f2b3c32 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 . use AdminPanel::Module::Users; use AdminPanel::Shared::Locales; diff --git a/scripts/manadm b/scripts/manadm index 606aa33..1848c27 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 3852b17..fcfa3c2 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 8edac7f..4d1644c 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 . use strict; use AdminPanel::Module::LogViewer; diff --git a/scripts/manaproxy b/scripts/manaproxy index 05ea4eb..dee06c1 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 493b6a3..59fff4d 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 . use strict; use AdminPanel::Module::Services; diff --git a/scripts/manawall b/scripts/manawall index 30b6480..c263b63 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 589a72e..3b1abd0 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 # -- cgit v1.2.1