diff --git a/bin/centFillTrapDB b/bin/centFillTrapDB index bcaec97fa16445413300cc9bf06fd0fe2b2857b5..097454abef165d38f6194599c6d5e9baca7ef009 100644 --- a/bin/centFillTrapDB +++ b/bin/centFillTrapDB @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centFillTrapDB; diff --git a/bin/centcore b/bin/centcore index 046cb43f97d5c8b3562275252a05354227436ea7..57b211c948046fe9f97a8fa1f923b59bb9e47b62 100644 --- a/bin/centcore +++ b/bin/centcore @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centcore; diff --git a/bin/centreonSyncArchives b/bin/centreonSyncArchives index d3e777f31fcba6ae8cc5a92719ea6d2b9ba8c3cd..c5aad46d13ade82ea06c0ef4f534c86e58f01b3f 100644 --- a/bin/centreonSyncArchives +++ b/bin/centreonSyncArchives @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centreonSyncArchives; diff --git a/bin/centreonSyncPlugins b/bin/centreonSyncPlugins index 5b2ff79655f120df122ac258fe3a47a52714e2ef..ed94f5667bae47707a138cf6f3e8b673f68ffcd6 100644 --- a/bin/centreonSyncPlugins +++ b/bin/centreonSyncPlugins @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centreonSyncPlugins; diff --git a/bin/centreon_check_perfdata b/bin/centreon_check_perfdata index 5c76171fc81419aedead6652aaca43477ba0f32c..6dad13bf054952fdde0ec836ea11b3d5872eaaa4 100644 --- a/bin/centreon_check_perfdata +++ b/bin/centreon_check_perfdata @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centreon_check_perfdata; diff --git a/bin/centreon_old_graphs b/bin/centreon_old_graphs index 345d327cf1cb433d55a59d53141e24b40db5fbb5..1519102eb16f94047b4de66b5adf5fd060df9cf9 100644 --- a/bin/centreon_old_graphs +++ b/bin/centreon_old_graphs @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use strict; diff --git a/bin/centreon_trap_send b/bin/centreon_trap_send index bd4a0c4c99de4e12ec04c77bde64690379782a50..d7764874df56941268458a39f0389c681ebf00c4 100644 --- a/bin/centreon_trap_send +++ b/bin/centreon_trap_send @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centreon_trap_send; diff --git a/bin/centreontrapd b/bin/centreontrapd index c169aed4b0a463a881723a7bc510c94e4bb1fa45..f32e8454aa23e0d129a482cbbaf649a88d234b1a 100644 --- a/bin/centreontrapd +++ b/bin/centreontrapd @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centreontrapd; diff --git a/bin/centreontrapdforward b/bin/centreontrapdforward index a13bee900512835dbd9ee4be2c953c263617c6c4..ebb24f7de63b6be37f7dfdf2eb3676fcb895dfbc 100644 --- a/bin/centreontrapdforward +++ b/bin/centreontrapdforward @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centreontrapdforward; diff --git a/bin/changeRrdDsName.pl b/bin/changeRrdDsName.pl index bd5ee5d2cea2ad435287a26f9b205ee65a70fca3..e10e2c43115a635dd50f2186b68e5e84ebbde8ce 100755 --- a/bin/changeRrdDsName.pl +++ b/bin/changeRrdDsName.pl @@ -1,24 +1,35 @@ #!/usr/bin/perl -################################################################### -# Centreon is developped with GPL Licence 2.0 -# -# GPL License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt -# -# Developped by : Julien Mathis - Romain Le Merlus - Sylvestre Ho -# -################################################################### -# This program 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. -# -# This program 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. -# -# For information : contact@merethis.com -#################################################################### +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use strict; diff --git a/bin/email_status.pl b/bin/email_status.pl index e31d0d8aedbdd74b061e83b743e77a240b382be7..d32136e0e1ea0e875ee795392d4eef7c206249cd 100644 --- a/bin/email_status.pl +++ b/bin/email_status.pl @@ -1,4 +1,35 @@ #!/usr/bin/perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use strict; use warnings; diff --git a/bin/logAnalyserBroker b/bin/logAnalyserBroker index 756449b4c8b487b2fdc797b7ad6bac121dd4fedd..77db4f771484deae25e2facc2e100d4f5c863b82 100644 --- a/bin/logAnalyserBroker +++ b/bin/logAnalyserBroker @@ -1,4 +1,35 @@ #!/usr/bin/env perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::logAnalyserBroker; diff --git a/cron/centstorage_purge b/cron/centstorage_purge index 8efa3ad035f102a56df06b139ddd2c4d1021ecec..a08fe1c39fb32e3bec82a194adce9c51f16fa38e 100755 --- a/cron/centstorage_purge +++ b/cron/centstorage_purge @@ -1,4 +1,35 @@ #!/usr/bin/env perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::centstorage_purge; diff --git a/cron/dashboardBuilder b/cron/dashboardBuilder index 142707eb9e5a2077e76c0f2c17eb40cb1fe2ca1d..d2e410acce4be331a8574002c58adc26cb9bd934 100644 --- a/cron/dashboardBuilder +++ b/cron/dashboardBuilder @@ -1,4 +1,35 @@ #!/usr/bin/env perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::dashboardBuilder; diff --git a/cron/eventReportBuilder b/cron/eventReportBuilder index f648422cabb65284be66bfa1e8abc443b0d9542c..c1fc6a559c50743f1db2fa09e3a2047b92d08249 100644 --- a/cron/eventReportBuilder +++ b/cron/eventReportBuilder @@ -1,4 +1,35 @@ #!/usr/bin/env perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::eventReportBuilder; diff --git a/cron/nagiosPerfTrace b/cron/nagiosPerfTrace index d0f1d313afe24deb8af5c3566158ebce6e23a10e..9b9c1b950bcc6159b6bb66f5f099a13100cceb1e 100644 --- a/cron/nagiosPerfTrace +++ b/cron/nagiosPerfTrace @@ -1,4 +1,35 @@ #!/usr/bin/env perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use centreon::script::nagiosPerfTrace; diff --git a/cron/nightly_tasks_manager b/cron/nightly_tasks_manager index 9334601e8209bd547276ddb499b0def4e34a8858..5e2cc19949d1f321092cd07933fffb7338309d96 100755 --- a/cron/nightly_tasks_manager +++ b/cron/nightly_tasks_manager @@ -1,4 +1,35 @@ #!/usr/bin/env perl +################################################################################ +# Copyright 2005-2015 Centreon +# Centreon is developped by : Julien Mathis and Romain Le Merlus under +# GPL Licence 2.0. +# +# This program 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. +# +# This program 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 +# this program; if not, see <http://www.gnu.org/licenses>. +# +# Linking this program statically or dynamically with other modules is making a +# combined work based on this program. Thus, the terms and conditions of the GNU +# General Public License cover the whole combination. +# +# As a special exception, the copyright holders of this program give Centreon +# permission to link this program with independent modules to produce an executable, +# regardless of the license terms of these independent modules, and to copy and +# distribute the resulting executable under terms of Centreon choice, provided that +# Centreon also meet, for each linked independent module, the terms and conditions +# of the license of that module. An independent module is a module which is not +# derived from this program. If you modify this program, you may extend this +# exception to your version of the program, but you are not obliged to do so. If you +# do not wish to do so, delete this exception statement from your version. +# +#################################################################################### use warnings; use strict;