Mercurial > trustbridge
changeset 1160:a974b61a5cce
(issue108) Add missing license headers
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:00:34 +0200 |
parents | 0ddb173bcd8b |
children | b67681a61e3e |
files | cmake/FindNSS.cmake cmake/FindPolarSSL.cmake cmake/FindSphinx.cmake common/linuxlockfile.c common/linuxlockfile.h common/selftest.c packaging/create-dist-package.sh.in packaging/linux-installer.l10n-de ui/trustbridge-tray-starter.sh |
diffstat | 9 files changed, 66 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cmake/FindNSS.cmake Thu Sep 18 15:46:49 2014 +0200 +++ b/cmake/FindNSS.cmake Thu Sep 18 18:00:34 2014 +0200 @@ -1,3 +1,9 @@ +# 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. # - Try to find Mozilla NSS include(FindPkgConfig)
--- a/cmake/FindPolarSSL.cmake Thu Sep 18 15:46:49 2014 +0200 +++ b/cmake/FindPolarSSL.cmake Thu Sep 18 18:00:34 2014 +0200 @@ -1,3 +1,9 @@ +# 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. # - Try to find PolarSSL # Find the include directories
--- a/cmake/FindSphinx.cmake Thu Sep 18 15:46:49 2014 +0200 +++ b/cmake/FindSphinx.cmake Thu Sep 18 18:00:34 2014 +0200 @@ -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. + find_program(SPHINX_EXECUTABLE NAMES sphinx-build HINTS $ENV{SPHINX_DIR}
--- a/common/linuxlockfile.c Thu Sep 18 15:46:49 2014 +0200 +++ b/common/linuxlockfile.c Thu Sep 18 18:00:34 2014 +0200 @@ -1,3 +1,11 @@ +/* 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. + */ + #ifndef WIN32 #include <fcntl.h>
--- a/common/linuxlockfile.h Thu Sep 18 15:46:49 2014 +0200 +++ b/common/linuxlockfile.h Thu Sep 18 18:00:34 2014 +0200 @@ -1,3 +1,11 @@ +/* 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. + */ + /** * @file linuxlockfile.h * @brief Linux specific functions for lock file handling.
--- a/common/selftest.c Thu Sep 18 15:46:49 2014 +0200 +++ b/common/selftest.c Thu Sep 18 18:00:34 2014 +0200 @@ -1,3 +1,11 @@ +/* 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 "selftest.h" #include "binverify.h" #include "strhelp.h"
--- a/packaging/create-dist-package.sh.in Thu Sep 18 15:46:49 2014 +0200 +++ b/packaging/create-dist-package.sh.in Thu Sep 18 18:00:34 2014 +0200 @@ -1,4 +1,13 @@ #!/bin/bash + +# 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. + + # Helper script to package the files expected by the -admin application # Windows build is expected to live in CMAKE_SOURCE_DIR/build-windows set -x
--- a/packaging/linux-installer.l10n-de Thu Sep 18 15:46:49 2014 +0200 +++ b/packaging/linux-installer.l10n-de Thu Sep 18 18:00:34 2014 +0200 @@ -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. + L10N_DE+=( [" installation with different prefix exists.\n"]=" bereits eine Installation in einem andern Pfad existiert.\n" [" --help display this help and exit\n"]=" --help diese Hilfe anzeigen und beenden\n"
--- a/ui/trustbridge-tray-starter.sh Thu Sep 18 15:46:49 2014 +0200 +++ b/ui/trustbridge-tray-starter.sh Thu Sep 18 18:00:34 2014 +0200 @@ -1,5 +1,12 @@ #!/bin/bash +# 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. + PREFIX="" CFGDIR="${XDG_CONFIG_HOME:-$HOME/.config}/BSI" TBCMD="trustbridge --tray"