]> granicus.if.org Git - icinga2/blobdiff - lib/mysql_shim/CMakeLists.txt
Replace Copyright header with a short version, part II
[icinga2] / lib / mysql_shim / CMakeLists.txt
index 9d47418234e738d7f72fbb64a3832f6e6aee2566..fc7dbeec3cecf3ff51b3f6459b17471391fce743 100644 (file)
@@ -1,19 +1,4 @@
-# Icinga 2
-# Copyright (C) 2012-2017 Icinga Development Team (https://www.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})
 
@@ -23,7 +8,7 @@ set(mysql_shim_SOURCES
 )
 
 if(ICINGA2_UNITY_BUILD)
-    mkunity_target(mysql_shim mysql_shim mysql_shim_SOURCES)
+  mkunity_target(mysql_shim mysql_shim mysql_shim_SOURCES)
 endif()
 
 add_library(mysql_shim SHARED ${mysql_shim_SOURCES})