From: Michael Friedrich Date: Mon, 25 Feb 2019 14:09:36 +0000 (+0100) Subject: Replace Copyright header with a short version, part II X-Git-Tag: v2.11.0-rc1~215^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=458f997a1847a5f4080aa6820c0e7b55cfedea0d;p=icinga2 Replace Copyright header with a short version, part II --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 672dee337..be16dae79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ cmake_minimum_required(VERSION 2.8.8) set(BOOST_MIN_VERSION "1.53.0") diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt index d59d31d2d..ffee2820f 100644 --- a/agent/CMakeLists.txt +++ b/agent/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ if(MSVC) include_external_msproject( diff --git a/choco/CMakeLists.txt b/choco/CMakeLists.txt index 7460dddee..650c41cf1 100644 --- a/choco/CMakeLists.txt +++ b/choco/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ if(WIN32) find_program(CHOCO_BINARY choco) diff --git a/contrib/discover-api.py b/contrib/discover-api.py index 27f06e6c7..48be827d7 100755 --- a/contrib/discover-api.py +++ b/contrib/discover-api.py @@ -1,20 +1,5 @@ #!/usr/bin/env python -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ import sys import subprocess diff --git a/contrib/discover.py b/contrib/discover.py index 2a8618a78..8a7d0fe3e 100755 --- a/contrib/discover.py +++ b/contrib/discover.py @@ -1,20 +1,5 @@ #!/usr/bin/env python -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ import sys import subprocess diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ac07bfcb6..3be5b582e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ file(GLOB DOCSRCS "*.md") diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 08e5bcec8..f693bbcd4 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ if(NOT WIN32) configure_file(icinga2/constants.conf.cmake ${CMAKE_CURRENT_BINARY_DIR}/icinga2/constants.conf @ONLY) diff --git a/etc/initsystem/CMakeLists.txt b/etc/initsystem/CMakeLists.txt index e702c839a..eb0f9f2da 100644 --- a/etc/initsystem/CMakeLists.txt +++ b/etc/initsystem/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ if(NOT WIN32) diff --git a/icinga-app/CMakeLists.txt b/icinga-app/CMakeLists.txt index 87993df4c..d3ecfe8ab 100644 --- a/icinga-app/CMakeLists.txt +++ b/icinga-app/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ if(MSVC) set(WindowsSources icinga.rc) diff --git a/icinga-installer/CMakeLists.txt b/icinga-installer/CMakeLists.txt index 06aa843ab..6ac5e1f04 100644 --- a/icinga-installer/CMakeLists.txt +++ b/icinga-installer/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ foreach(flag_var CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE diff --git a/itl/CMakeLists.txt b/itl/CMakeLists.txt index a67ff65d8..b302aa3eb 100644 --- a/itl/CMakeLists.txt +++ b/itl/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ add_subdirectory(plugins-contrib.d) diff --git a/itl/plugins-contrib.d/CMakeLists.txt b/itl/plugins-contrib.d/CMakeLists.txt index cda1c7999..6f94404b9 100644 --- a/itl/plugins-contrib.d/CMakeLists.txt +++ b/itl/plugins-contrib.d/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ install( FILES big-data.conf databases.conf hardware.conf icingacli.conf ipmi.conf logmanagement.conf metrics.conf network-components.conf network-services.conf operating-system.conf raid-controller.conf smart-attributes.conf storage.conf virtualization.conf vmware.conf web.conf diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 8c0fe2cfb..004fc154c 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ add_subdirectory(base) add_subdirectory(cli) diff --git a/lib/base/CMakeLists.txt b/lib/base/CMakeLists.txt index e1cbd6669..6d7661080 100644 --- a/lib/base/CMakeLists.txt +++ b/lib/base/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(application.ti application-ti.cpp application-ti.hpp) mkclass_target(configobject.ti configobject-ti.cpp configobject-ti.hpp) diff --git a/lib/checker/CMakeLists.txt b/lib/checker/CMakeLists.txt index c983b2b17..5a8334c7f 100644 --- a/lib/checker/CMakeLists.txt +++ b/lib/checker/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(checkercomponent.ti checkercomponent-ti.cpp checkercomponent-ti.hpp) diff --git a/lib/cli/CMakeLists.txt b/lib/cli/CMakeLists.txt index 1fac5a474..c9cf84888 100644 --- a/lib/cli/CMakeLists.txt +++ b/lib/cli/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ set(cli_SOURCES i2-cli.hpp diff --git a/lib/compat/CMakeLists.txt b/lib/compat/CMakeLists.txt index 1438626d4..84225c4f8 100644 --- a/lib/compat/CMakeLists.txt +++ b/lib/compat/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(checkresultreader.ti checkresultreader-ti.cpp checkresultreader-ti.hpp) mkclass_target(compatlogger.ti compatlogger-ti.cpp compatlogger-ti.hpp) diff --git a/lib/config/CMakeLists.txt b/lib/config/CMakeLists.txt index fa136479c..042668dc3 100644 --- a/lib/config/CMakeLists.txt +++ b/lib/config/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ find_package(BISON 2.3.0 REQUIRED) find_package(FLEX 2.5.31 REQUIRED) diff --git a/lib/db_ido/CMakeLists.txt b/lib/db_ido/CMakeLists.txt index 2a63f3e0a..7a97d276e 100644 --- a/lib/db_ido/CMakeLists.txt +++ b/lib/db_ido/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(dbconnection.ti dbconnection-ti.cpp dbconnection-ti.hpp) diff --git a/lib/db_ido_mysql/CMakeLists.txt b/lib/db_ido_mysql/CMakeLists.txt index 5ac948649..70cb90db1 100644 --- a/lib/db_ido_mysql/CMakeLists.txt +++ b/lib/db_ido_mysql/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(idomysqlconnection.ti idomysqlconnection-ti.cpp idomysqlconnection-ti.hpp) diff --git a/lib/db_ido_pgsql/CMakeLists.txt b/lib/db_ido_pgsql/CMakeLists.txt index 1e61786be..e081a6278 100644 --- a/lib/db_ido_pgsql/CMakeLists.txt +++ b/lib/db_ido_pgsql/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(idopgsqlconnection.ti idopgsqlconnection-ti.cpp idopgsqlconnection-ti.hpp) diff --git a/lib/icinga/CMakeLists.txt b/lib/icinga/CMakeLists.txt index 5eef7e0d3..7079d84e5 100644 --- a/lib/icinga/CMakeLists.txt +++ b/lib/icinga/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(checkable.ti checkable-ti.cpp checkable-ti.hpp) mkclass_target(checkcommand.ti checkcommand-ti.cpp checkcommand-ti.hpp) diff --git a/lib/livestatus/CMakeLists.txt b/lib/livestatus/CMakeLists.txt index 14267272e..d49f9f5e1 100644 --- a/lib/livestatus/CMakeLists.txt +++ b/lib/livestatus/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(livestatuslistener.ti livestatuslistener-ti.cpp livestatuslistener-ti.hpp) diff --git a/lib/methods/CMakeLists.txt b/lib/methods/CMakeLists.txt index b7e1f5fe9..f1cad8176 100644 --- a/lib/methods/CMakeLists.txt +++ b/lib/methods/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkembedconfig_target(methods-itl.conf methods-itl.cpp) diff --git a/lib/mysql_shim/CMakeLists.txt b/lib/mysql_shim/CMakeLists.txt index c6d99d52f..fc7dbeec3 100644 --- a/lib/mysql_shim/CMakeLists.txt +++ b/lib/mysql_shim/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ include_directories(${MYSQL_INCLUDE_DIR}) diff --git a/lib/notification/CMakeLists.txt b/lib/notification/CMakeLists.txt index 2a30d9205..783b4fae9 100644 --- a/lib/notification/CMakeLists.txt +++ b/lib/notification/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(notificationcomponent.ti notificationcomponent-ti.cpp notificationcomponent-ti.hpp) diff --git a/lib/perfdata/CMakeLists.txt b/lib/perfdata/CMakeLists.txt index ab963f7dc..c7fba5851 100644 --- a/lib/perfdata/CMakeLists.txt +++ b/lib/perfdata/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(gelfwriter.ti gelfwriter-ti.cpp gelfwriter-ti.hpp) mkclass_target(graphitewriter.ti graphitewriter-ti.cpp graphitewriter-ti.hpp) diff --git a/lib/pgsql_shim/CMakeLists.txt b/lib/pgsql_shim/CMakeLists.txt index 0f4b22e6c..327b64a9d 100644 --- a/lib/pgsql_shim/CMakeLists.txt +++ b/lib/pgsql_shim/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ link_directories(${PostgreSQL_LIBRARY_DIRS}) include_directories(${PostgreSQL_INCLUDE_DIRS}) diff --git a/lib/remote/CMakeLists.txt b/lib/remote/CMakeLists.txt index 65113d231..e43780160 100644 --- a/lib/remote/CMakeLists.txt +++ b/lib/remote/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ mkclass_target(apilistener.ti apilistener-ti.cpp apilistener-ti.hpp) mkclass_target(apiuser.ti apiuser-ti.cpp apiuser-ti.hpp) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 4e4fe6bb9..ebf0c77df 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ add_executable(check_nscp_api check_nscp_api.cpp diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 714d6a768..8dc05b645 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ include(BoostTestTargets) diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 3873dde7a..1206a9152 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ add_subdirectory(mmatch) diff --git a/third-party/execvpe/CMakeLists.txt b/third-party/execvpe/CMakeLists.txt index 318072ec9..4dda40a93 100644 --- a/third-party/execvpe/CMakeLists.txt +++ b/third-party/execvpe/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ set(execvpe_SOURCES execvpe.c execvpe.h diff --git a/third-party/mmatch/CMakeLists.txt b/third-party/mmatch/CMakeLists.txt index 75d85eda0..f48e0739f 100644 --- a/third-party/mmatch/CMakeLists.txt +++ b/third-party/mmatch/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ set(mmatch_SOURCES mmatch.c mmatch.h diff --git a/third-party/socketpair/CMakeLists.txt b/third-party/socketpair/CMakeLists.txt index a5e51cf8f..89a38f703 100644 --- a/third-party/socketpair/CMakeLists.txt +++ b/third-party/socketpair/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ set(socketpair_SOURCES socketpair.c socketpair.h diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 60cbfb608..e3a822edb 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ add_subdirectory(mkclass) add_subdirectory(mkembedconfig) diff --git a/tools/mkclass/CMakeLists.txt b/tools/mkclass/CMakeLists.txt index 682d94002..1b97bdab9 100644 --- a/tools/mkclass/CMakeLists.txt +++ b/tools/mkclass/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ find_package(BISON 2.3.0 REQUIRED) find_package(FLEX 2.5.31 REQUIRED) diff --git a/tools/mkembedconfig/CMakeLists.txt b/tools/mkembedconfig/CMakeLists.txt index 5ff942b2a..90fe0ce71 100644 --- a/tools/mkembedconfig/CMakeLists.txt +++ b/tools/mkembedconfig/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ set(mkembedconfig_SOURCES mkembedconfig.c diff --git a/tools/mkunity/CMakeLists.txt b/tools/mkunity/CMakeLists.txt index 6356c2ce0..8fa0f20ac 100644 --- a/tools/mkunity/CMakeLists.txt +++ b/tools/mkunity/CMakeLists.txt @@ -1,19 +1,4 @@ -# Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ define_property( SOURCE