# HG changeset patch # User Sascha Wilde # Date 1411119163 -7200 # Node ID d51ae656cfd6b85ddbadfcd20bb97a4a44c3ae2a # Parent c13ac2c9851d804a9dd48748d161615f49b475ad Added copyright/license header [m13/issue101]. diff -r c13ac2c9851d -r d51ae656cfd6 packaging/linux-installer.inc --- a/packaging/linux-installer.inc Fri Sep 19 10:49:37 2014 +0200 +++ b/packaging/linux-installer.inc Fri Sep 19 11:32:43 2014 +0200 @@ -29,7 +29,13 @@ # also work without without adminstrator priviledges. # # -# Search the file for 'version()' to find the license information. +# 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 -u ###INCLUDE:linux-installer-common.inc diff -r c13ac2c9851d -r d51ae656cfd6 packaging/linux-uninstaller.inc --- a/packaging/linux-uninstaller.inc Fri Sep 19 10:49:37 2014 +0200 +++ b/packaging/linux-uninstaller.inc Fri Sep 19 11:32:43 2014 +0200 @@ -1,4 +1,11 @@ #!/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. + set -u ###INCLUDE:linux-installer-common.inc