# HG changeset patch # User Andre Heinecke # Date 1397655024 0 # Node ID 35d6b371ba631dc0fc7349e631351d79f5fe748b # Parent 17e1c8f37d72720c89005f5cbd52546b910de497 Add License header for CMake and shell scripts diff -r 17e1c8f37d72 -r 35d6b371ba63 CMakeLists.txt --- 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) diff -r 17e1c8f37d72 -r 35d6b371ba63 build.sh --- 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. diff -r 17e1c8f37d72 -r 35d6b371ba63 cinst/CMakeLists.txt --- 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) diff -r 17e1c8f37d72 -r 35d6b371ba63 common/CMakeLists.txt --- 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 diff -r 17e1c8f37d72 -r 35d6b371ba63 doc/CMakeLists.txt --- 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) diff -r 17e1c8f37d72 -r 35d6b371ba63 packaging/tmp-createpackage.sh --- 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 diff -r 17e1c8f37d72 -r 35d6b371ba63 ui/CMakeLists.txt --- 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) diff -r 17e1c8f37d72 -r 35d6b371ba63 ui/tests/CMakeLists.txt --- 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}