From dea5ec614e09b00d2c529ce834cb1a60e28837b0 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 18 Oct 2018 09:35:18 +0200 Subject: [PATCH] icinga.com: Update CMakeLists.txt --- CMakeLists.txt | 2 +- agent/CMakeLists.txt | 2 +- choco/CMakeLists.txt | 2 +- doc/CMakeLists.txt | 2 +- doc/update-links.py | 2 +- etc/CMakeLists.txt | 2 +- etc/initsystem/CMakeLists.txt | 2 +- icinga-app/CMakeLists.txt | 2 +- icinga-installer/CMakeLists.txt | 2 +- itl/CMakeLists.txt | 2 +- itl/plugins-contrib.d/CMakeLists.txt | 2 +- lib/CMakeLists.txt | 2 +- lib/base/CMakeLists.txt | 2 +- lib/checker/CMakeLists.txt | 2 +- lib/cli/CMakeLists.txt | 2 +- lib/compat/CMakeLists.txt | 2 +- lib/config/CMakeLists.txt | 2 +- lib/db_ido/CMakeLists.txt | 2 +- lib/db_ido_mysql/CMakeLists.txt | 2 +- lib/db_ido_pgsql/CMakeLists.txt | 2 +- lib/icinga/CMakeLists.txt | 2 +- lib/livestatus/CMakeLists.txt | 2 +- lib/methods/CMakeLists.txt | 2 +- lib/mysql_shim/CMakeLists.txt | 2 +- lib/notification/CMakeLists.txt | 2 +- lib/perfdata/CMakeLists.txt | 2 +- lib/pgsql_shim/CMakeLists.txt | 2 +- lib/remote/CMakeLists.txt | 2 +- plugins/CMakeLists.txt | 2 +- test/CMakeLists.txt | 2 +- third-party/CMakeLists.txt | 2 +- third-party/execvpe/CMakeLists.txt | 2 +- third-party/mmatch/CMakeLists.txt | 2 +- third-party/socketpair/CMakeLists.txt | 2 +- tools/CMakeLists.txt | 2 +- tools/mkclass/CMakeLists.txt | 2 +- tools/mkembedconfig/CMakeLists.txt | 2 +- tools/mkunity/CMakeLists.txt | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1af131836..9c3664291 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt index 98885c62b..d59d31d2d 100644 --- a/agent/CMakeLists.txt +++ b/agent/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/choco/CMakeLists.txt b/choco/CMakeLists.txt index 21a7cf028..7460dddee 100644 --- a/choco/CMakeLists.txt +++ b/choco/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index bbd924b31..ac07bfcb6 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/doc/update-links.py b/doc/update-links.py index 24bfcde58..e569b0d84 100755 --- a/doc/update-links.py +++ b/doc/update-links.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 4c967cc43..08e5bcec8 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/etc/initsystem/CMakeLists.txt b/etc/initsystem/CMakeLists.txt index dd57ab1a0..e702c839a 100644 --- a/etc/initsystem/CMakeLists.txt +++ b/etc/initsystem/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/icinga-app/CMakeLists.txt b/icinga-app/CMakeLists.txt index 49286776d..87993df4c 100644 --- a/icinga-app/CMakeLists.txt +++ b/icinga-app/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/icinga-installer/CMakeLists.txt b/icinga-installer/CMakeLists.txt index 6e51928a4..06aa843ab 100644 --- a/icinga-installer/CMakeLists.txt +++ b/icinga-installer/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/itl/CMakeLists.txt b/itl/CMakeLists.txt index 6d70ad9f1..a67ff65d8 100644 --- a/itl/CMakeLists.txt +++ b/itl/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/itl/plugins-contrib.d/CMakeLists.txt b/itl/plugins-contrib.d/CMakeLists.txt index 360836414..cda1c7999 100644 --- a/itl/plugins-contrib.d/CMakeLists.txt +++ b/itl/plugins-contrib.d/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 67ad4afee..8c0fe2cfb 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/base/CMakeLists.txt b/lib/base/CMakeLists.txt index 9988d8e70..5dda17939 100644 --- a/lib/base/CMakeLists.txt +++ b/lib/base/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/checker/CMakeLists.txt b/lib/checker/CMakeLists.txt index 65bca61bb..c983b2b17 100644 --- a/lib/checker/CMakeLists.txt +++ b/lib/checker/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/cli/CMakeLists.txt b/lib/cli/CMakeLists.txt index 258597dec..1fac5a474 100644 --- a/lib/cli/CMakeLists.txt +++ b/lib/cli/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/compat/CMakeLists.txt b/lib/compat/CMakeLists.txt index be33add0b..1438626d4 100644 --- a/lib/compat/CMakeLists.txt +++ b/lib/compat/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/config/CMakeLists.txt b/lib/config/CMakeLists.txt index 471384cbb..fa136479c 100644 --- a/lib/config/CMakeLists.txt +++ b/lib/config/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/db_ido/CMakeLists.txt b/lib/db_ido/CMakeLists.txt index 6b94a7b9d..2a63f3e0a 100644 --- a/lib/db_ido/CMakeLists.txt +++ b/lib/db_ido/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/db_ido_mysql/CMakeLists.txt b/lib/db_ido_mysql/CMakeLists.txt index 30e180f65..5ac948649 100644 --- a/lib/db_ido_mysql/CMakeLists.txt +++ b/lib/db_ido_mysql/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/db_ido_pgsql/CMakeLists.txt b/lib/db_ido_pgsql/CMakeLists.txt index b34736e66..1e61786be 100644 --- a/lib/db_ido_pgsql/CMakeLists.txt +++ b/lib/db_ido_pgsql/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/icinga/CMakeLists.txt b/lib/icinga/CMakeLists.txt index 6f9f14d7e..5eef7e0d3 100644 --- a/lib/icinga/CMakeLists.txt +++ b/lib/icinga/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/livestatus/CMakeLists.txt b/lib/livestatus/CMakeLists.txt index 9b657645f..14267272e 100644 --- a/lib/livestatus/CMakeLists.txt +++ b/lib/livestatus/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/methods/CMakeLists.txt b/lib/methods/CMakeLists.txt index 353189369..b7e1f5fe9 100644 --- a/lib/methods/CMakeLists.txt +++ b/lib/methods/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/mysql_shim/CMakeLists.txt b/lib/mysql_shim/CMakeLists.txt index 1bc2db28f..c6d99d52f 100644 --- a/lib/mysql_shim/CMakeLists.txt +++ b/lib/mysql_shim/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/notification/CMakeLists.txt b/lib/notification/CMakeLists.txt index 91207ad6d..2a30d9205 100644 --- a/lib/notification/CMakeLists.txt +++ b/lib/notification/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/perfdata/CMakeLists.txt b/lib/perfdata/CMakeLists.txt index 06a9f7336..ab963f7dc 100644 --- a/lib/perfdata/CMakeLists.txt +++ b/lib/perfdata/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/pgsql_shim/CMakeLists.txt b/lib/pgsql_shim/CMakeLists.txt index 35f4c5cc4..0f4b22e6c 100644 --- a/lib/pgsql_shim/CMakeLists.txt +++ b/lib/pgsql_shim/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/lib/remote/CMakeLists.txt b/lib/remote/CMakeLists.txt index 61b6523ff..65113d231 100644 --- a/lib/remote/CMakeLists.txt +++ b/lib/remote/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index c908a89e4..4e4fe6bb9 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index df291e6dc..766d15a2e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 7ccccb5f9..3873dde7a 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/third-party/execvpe/CMakeLists.txt b/third-party/execvpe/CMakeLists.txt index 4be31bc1b..318072ec9 100644 --- a/third-party/execvpe/CMakeLists.txt +++ b/third-party/execvpe/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/third-party/mmatch/CMakeLists.txt b/third-party/mmatch/CMakeLists.txt index 70bb6f1c2..75d85eda0 100644 --- a/third-party/mmatch/CMakeLists.txt +++ b/third-party/mmatch/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/third-party/socketpair/CMakeLists.txt b/third-party/socketpair/CMakeLists.txt index 18f9dba79..a5e51cf8f 100644 --- a/third-party/socketpair/CMakeLists.txt +++ b/third-party/socketpair/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index b9867123e..60cbfb608 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/tools/mkclass/CMakeLists.txt b/tools/mkclass/CMakeLists.txt index 2e9c52812..682d94002 100644 --- a/tools/mkclass/CMakeLists.txt +++ b/tools/mkclass/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/tools/mkembedconfig/CMakeLists.txt b/tools/mkembedconfig/CMakeLists.txt index 4884ec0bd..5ff942b2a 100644 --- a/tools/mkembedconfig/CMakeLists.txt +++ b/tools/mkembedconfig/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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 diff --git a/tools/mkunity/CMakeLists.txt b/tools/mkunity/CMakeLists.txt index 1a9ceb5a3..6356c2ce0 100644 --- a/tools/mkunity/CMakeLists.txt +++ b/tools/mkunity/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) +# 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