]> granicus.if.org Git - icinga2/blobdiff - cmake/InstallConfig.cmake
Merge pull request #7403 from Icinga/feature/docs-agents
[icinga2] / cmake / InstallConfig.cmake
index 3f24b39d025358e3d7287a9a5af9493f37be5be0..70eae91e692a7a91b5bfadacb2088b5bfc61ffb8 100644 (file)
@@ -1,20 +1,5 @@
-# Icinga 2
-# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com)
+# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
 #
-# 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.
-
 # Install $src into directory $dest - usually only used for config files
 #
 # * similar to install() a non absolute path is prefixed with CMAKE_INSTALL_PREFIX on runtime
@@ -22,6 +7,7 @@
 # * DESTDIR is prefixed as well
 #
 # also see https://cmake.org/cmake/help/latest/command/install.html
+
 function(install_if_not_exists src dest)
   if(NOT IS_ABSOLUTE "${src}")
     set(src "${CMAKE_CURRENT_SOURCE_DIR}/${src}")