[PATCH] (issue108) Add missing license headers

Wald Commits scm-commit at wald.intevation.org
Thu Sep 18 18:02:20 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411056034 -7200
# Node ID a974b61a5ccec932121b38e69800b68b1803bf1a
# Parent  0ddb173bcd8bdb8738e0ef5dc16992fc01dfe89d
(issue108) Add missing license headers

diff -r 0ddb173bcd8b -r a974b61a5cce cmake/FindNSS.cmake
--- 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)
diff -r 0ddb173bcd8b -r a974b61a5cce cmake/FindPolarSSL.cmake
--- 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
diff -r 0ddb173bcd8b -r a974b61a5cce cmake/FindSphinx.cmake
--- 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}
diff -r 0ddb173bcd8b -r a974b61a5cce common/linuxlockfile.c
--- 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>
diff -r 0ddb173bcd8b -r a974b61a5cce common/linuxlockfile.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.
diff -r 0ddb173bcd8b -r a974b61a5cce common/selftest.c
--- 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"
diff -r 0ddb173bcd8b -r a974b61a5cce packaging/create-dist-package.sh.in
--- 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
diff -r 0ddb173bcd8b -r a974b61a5cce packaging/linux-installer.l10n-de
--- 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"
diff -r 0ddb173bcd8b -r a974b61a5cce ui/trustbridge-tray-starter.sh
--- 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"


More information about the Trustbridge-commits mailing list