aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2015-01-08 23:15:14 +0100
committerMatteo Pasotti <matteo.pasotti@gmail.com>2015-01-08 23:15:14 +0100
commit664458d2c77e778df4f653180361e577e79e3fa4 (patch)
tree5fa6ee199f122cffc41b785921ad4cf992226e7c
parentafaa79bdd5353be122dbdff2d4fc19d8716f994b (diff)
downloadcolin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar.gz
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar.bz2
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar.xz
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.zip
synced copyright notices
-rw-r--r--lib/AdminPanel/Module/AdminMouse.pm2
-rw-r--r--lib/AdminPanel/Module/DisplayManager.pm4
-rw-r--r--lib/AdminPanel/Module/Hosts.pm4
-rw-r--r--lib/AdminPanel/Privileges.pm2
-rw-r--r--lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm1
-rw-r--r--lib/AdminPanel/Rpmdragora/formatting.pm2
-rw-r--r--lib/AdminPanel/Rpmdragora/gui.pm3
-rw-r--r--lib/AdminPanel/Rpmdragora/gurpm.pm4
-rw-r--r--lib/AdminPanel/Rpmdragora/icon.pm2
-rw-r--r--lib/AdminPanel/Rpmdragora/init.pm3
-rw-r--r--lib/AdminPanel/Rpmdragora/pkg.pm2
-rw-r--r--lib/AdminPanel/Rpmdragora/rpmnew.pm2
-rw-r--r--lib/AdminPanel/SettingsReader.pm2
-rw-r--r--lib/AdminPanel/Shared.pm4
-rw-r--r--lib/AdminPanel/Shared/Firewall.pm2
-rw-r--r--lib/AdminPanel/Shared/Hosts.pm2
-rw-r--r--lib/AdminPanel/Shared/Proxy.pm2
-rw-r--r--lib/AdminPanel/rpmdragora.pm2
-rwxr-xr-xscripts/manaadduser17
-rwxr-xr-xscripts/manadm2
-rwxr-xr-xscripts/manahost2
-rwxr-xr-xscripts/manalog17
-rwxr-xr-xscripts/manaproxy2
-rwxr-xr-xscripts/manaservice17
-rwxr-xr-xscripts/manawall2
-rwxr-xr-xscripts/mpan4
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 <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 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 <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 &lt;matteo.pasotti\@gmail.com&gt;"
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 <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 &lt;matteo.pasotti\@gmail.com&gt;"
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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 fd6f5e0..ae9dec2 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 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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/licenses/>.
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
#