Mercurial > trustbridge
changeset 405:35d6b371ba63
Add License header for CMake and shell scripts
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:30:24 +0000 |
parents | 17e1c8f37d72 |
children | 5ee694fa3da7 |
files | CMakeLists.txt build.sh cinst/CMakeLists.txt common/CMakeLists.txt doc/CMakeLists.txt packaging/tmp-createpackage.sh ui/CMakeLists.txt ui/tests/CMakeLists.txt |
diffstat | 8 files changed, 56 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Apr 16 13:28:44 2014 +0000 +++ b/CMakeLists.txt Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + cmake_minimum_required(VERSION 2.8.8) project(m13)
--- a/build.sh Wed Apr 16 13:28:44 2014 +0000 +++ b/build.sh Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + #!/bin/bash # This script is currently a dummy to take down some notes on building.
--- a/cinst/CMakeLists.txt Wed Apr 16 13:28:44 2014 +0000 +++ b/cinst/CMakeLists.txt Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + cmake_minimum_required(VERSION 2.8) set(CMAKE_AUTOMOC OFF)
--- a/common/CMakeLists.txt Wed Apr 16 13:28:44 2014 +0000 +++ b/common/CMakeLists.txt Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + set (m13_common_src certhelp.c listutil.c
--- a/doc/CMakeLists.txt Wed Apr 16 13:28:44 2014 +0000 +++ b/doc/CMakeLists.txt Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + include (FindDoxygen) set_directory_properties (PROPERTIES CLEAN_NO_CUSTOM true)
--- a/packaging/tmp-createpackage.sh Wed Apr 16 13:28:44 2014 +0000 +++ b/packaging/tmp-createpackage.sh Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + #!/bin/bash #NSSDIR is hackish as this will be replaced by static compiling
--- a/ui/CMakeLists.txt Wed Apr 16 13:28:44 2014 +0000 +++ b/ui/CMakeLists.txt Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + include_directories(${Qt5Widgets_INCLUDE_DIRS}) include_directories(${POLARSSL_INCLUDE_DIR}) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../common)
--- a/ui/tests/CMakeLists.txt Wed Apr 16 13:28:44 2014 +0000 +++ b/ui/tests/CMakeLists.txt Wed Apr 16 13:30:24 2014 +0000 @@ -1,3 +1,10 @@ +# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik +# Software engineering by Intevation GmbH +# +# This file is Free Software under the GNU GPL (v>=2) +# and comes with ABSOLUTELY NO WARRANTY! +# See LICENSE.txt for details. + set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}) include_directories(${CMAKE_CURRENT_BINARY_DIR}