summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-20 16:20:34 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-20 16:20:34 +0100
commitad7b1f5816c6a3bdf2590d52a383f7aa0c52f275 (patch)
treebba129903ff7bd3b3fe347d8101f74e2424414cd /cmake
parentcc5ee70a393c4b00b41ae869ad8e290d5efab978 (diff)
downloadaudiomanager-ad7b1f5816c6a3bdf2590d52a383f7aa0c52f275.tar.gz
* [GT-1835] Resolve issues identified by code screening process: added missing headers, added text version of LGPL v2.1
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/add_package_dependencies.sh23
-rwxr-xr-xcmake/cmake_uninstall.cmake.in23
2 files changed, 46 insertions, 0 deletions
diff --git a/cmake/add_package_dependencies.sh b/cmake/add_package_dependencies.sh
index a0c71e5..453a0a2 100755
--- a/cmake/add_package_dependencies.sh
+++ b/cmake/add_package_dependencies.sh
@@ -1,4 +1,27 @@
#!/bin/bash
+#GENIVI AUDIOMANAGER
+#
+#Copyright (C) 2011, BMW AG
+#
+#Datum 20.2.2012
+#author Christian Mueller (christian.ei.mueller@bmw.de)
+#
+#***********************************************************************************************************
+#LICENSE
+#***********************************************************************************************************
+#
+#GNU Lesser General Public License, version 2.1, with special exception (GENIVI clause)
+#Copyright (C) 2011, BMW AG – Christian Mueller Christian.ei.mueller@bmw.de
+#
+#This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 2.1, as published by the Free Software Foundation.
+#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 Lesser General Public License, version 2.1, for more details.
+#You should have received a copy of the GNU Lesser General Public License, version 2.1, along with this program; if not, see <http://www.gnu.org/licenses/lgpl-2.1.html>.
+#Note that the copyright holders assume that the GNU Lesser General Public License, version 2.1, may also be applicable to programs even in cases in which the program is not a library in the technical sense.
+#Linking AudioManager statically or dynamically with other modules is making a combined work based on AudioManager. You may license such other modules under the GNU Lesser General Public License, version 2.1. If you do not want to license your linked modules under the GNU Lesser General Public License, version 2.1, you may use the program under the following exception.
+#As a special exception, the copyright holders of AudioManager give you permission to combine AudioManager with software programs or libraries that are released under any license unless such a combination is not permitted by the license of such a software program or library. You may copy and distribute such a system following the terms of the GNU Lesser General Public License, version 2.1, including this special exception, for AudioManager and the licenses of the other code concerned.
+#Note that people who make modified versions of AudioManager are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU Lesser General Public License, version 2.1, gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception.
+#
+#
PACKAGE_NAME=$1
PACKAGE_NAME_PATH=$2/$PACKAGE_NAME
diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in
index 1b17154..3e41575 100755
--- a/cmake/cmake_uninstall.cmake.in
+++ b/cmake/cmake_uninstall.cmake.in
@@ -1,3 +1,26 @@
+#GENIVI AUDIOMANAGER
+#
+#Copyright (C) 2011, BMW AG
+#
+#Datum 20.2.2012
+#author Christian Mueller (christian.ei.mueller@bmw.de)
+#
+#***********************************************************************************************************
+#LICENSE
+#***********************************************************************************************************
+#
+#GNU Lesser General Public License, version 2.1, with special exception (GENIVI clause)
+#Copyright (C) 2011, BMW AG – Christian Mueller Christian.ei.mueller@bmw.de
+#
+#This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 2.1, as published by the Free Software Foundation.
+#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 Lesser General Public License, version 2.1, for more details.
+#You should have received a copy of the GNU Lesser General Public License, version 2.1, along with this program; if not, see <http://www.gnu.org/licenses/lgpl-2.1.html>.
+#Note that the copyright holders assume that the GNU Lesser General Public License, version 2.1, may also be applicable to programs even in cases in which the program is not a library in the technical sense.
+#Linking AudioManager statically or dynamically with other modules is making a combined work based on AudioManager. You may license such other modules under the GNU Lesser General Public License, version 2.1. If you do not want to license your linked modules under the GNU Lesser General Public License, version 2.1, you may use the program under the following exception.
+#As a special exception, the copyright holders of AudioManager give you permission to combine AudioManager with software programs or libraries that are released under any license unless such a combination is not permitted by the license of such a software program or library. You may copy and distribute such a system following the terms of the GNU Lesser General Public License, version 2.1, including this special exception, for AudioManager and the licenses of the other code concerned.
+#Note that people who make modified versions of AudioManager are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU Lesser General Public License, version 2.1, gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception.
+#
+
IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
ENDIF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")