From 72ca2dcb6e3595f9cc8bc2ef0ddddc694a9dc6f0 Mon Sep 17 00:00:00 2001 From: Shini31 Date: Mon, 10 Aug 2015 11:12:16 +0200 Subject: [PATCH] + License now Apache 2.0 --- cloud/docker/mode/blockio.pm | 41 +++++++++-------------------- cloud/docker/mode/containerstate.pm | 41 +++++++++-------------------- cloud/docker/mode/cpu.pm | 41 +++++++++-------------------- cloud/docker/mode/image.pm | 41 +++++++++-------------------- cloud/docker/mode/info.pm | 41 +++++++++-------------------- cloud/docker/mode/listcontainers.pm | 41 +++++++++-------------------- cloud/docker/mode/memory.pm | 41 +++++++++-------------------- cloud/docker/mode/traffic.pm | 41 +++++++++-------------------- cloud/docker/plugin.pm | 41 +++++++++-------------------- 9 files changed, 117 insertions(+), 252 deletions(-) diff --git a/cloud/docker/mode/blockio.pm b/cloud/docker/mode/blockio.pm index 00aa0ae9c..2e7691eb2 100644 --- a/cloud/docker/mode/blockio.pm +++ b/cloud/docker/mode/blockio.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::blockio; diff --git a/cloud/docker/mode/containerstate.pm b/cloud/docker/mode/containerstate.pm index b8076149a..0f645666e 100644 --- a/cloud/docker/mode/containerstate.pm +++ b/cloud/docker/mode/containerstate.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::containerstate; diff --git a/cloud/docker/mode/cpu.pm b/cloud/docker/mode/cpu.pm index f1f476f90..ca540a443 100644 --- a/cloud/docker/mode/cpu.pm +++ b/cloud/docker/mode/cpu.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::cpu; diff --git a/cloud/docker/mode/image.pm b/cloud/docker/mode/image.pm index ce4bde967..78417eb6c 100644 --- a/cloud/docker/mode/image.pm +++ b/cloud/docker/mode/image.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::image; diff --git a/cloud/docker/mode/info.pm b/cloud/docker/mode/info.pm index 32bf5403a..bdd0f062e 100644 --- a/cloud/docker/mode/info.pm +++ b/cloud/docker/mode/info.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::info; diff --git a/cloud/docker/mode/listcontainers.pm b/cloud/docker/mode/listcontainers.pm index 947b0edf5..500879390 100644 --- a/cloud/docker/mode/listcontainers.pm +++ b/cloud/docker/mode/listcontainers.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::listcontainers; diff --git a/cloud/docker/mode/memory.pm b/cloud/docker/mode/memory.pm index a8b4b7ff6..fcfa6d38e 100644 --- a/cloud/docker/mode/memory.pm +++ b/cloud/docker/mode/memory.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::memory; diff --git a/cloud/docker/mode/traffic.pm b/cloud/docker/mode/traffic.pm index d75bc8fa8..9cda80515 100644 --- a/cloud/docker/mode/traffic.pm +++ b/cloud/docker/mode/traffic.pm @@ -1,37 +1,22 @@ -############################################################################### -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# As a special exception, the copyright holders of this program give CENTREON -# permission to link this program with independent modules to produce an timeelapsedutable, -# regardless of the license terms of these independent modules, and to copy and -# distribute the resulting timeelapsedutable 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::mode::traffic; diff --git a/cloud/docker/plugin.pm b/cloud/docker/plugin.pm index 23c9572d0..6fcb0c2c2 100644 --- a/cloud/docker/plugin.pm +++ b/cloud/docker/plugin.pm @@ -1,37 +1,22 @@ -################################################################################ -# 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. +# Copyright 2015 Centreon (http://www.centreon.com/) # -# 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. +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, see . +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 # -# 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. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# For more information : contact@centreon.com -# Authors : Mathieu Cinquin -# -#################################################################################### package apps::docker::plugin;