Mercurial > trustbridge
comparison packaging/create-dist-package.sh.in @ 1160:a974b61a5cce
(issue108) Add missing license headers
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:00:34 +0200 |
parents | a162f4cbba75 |
children | e210ecc32d69 |
comparison
equal
deleted
inserted
replaced
1159:0ddb173bcd8b | 1160:a974b61a5cce |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | |
3 # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik | |
4 # Software engineering by Intevation GmbH | |
5 # | |
6 # This file is Free Software under the GNU GPL (v>=2) | |
7 # and comes with ABSOLUTELY NO WARRANTY! | |
8 # See LICENSE.txt for details. | |
9 | |
10 | |
2 # Helper script to package the files expected by the -admin application | 11 # Helper script to package the files expected by the -admin application |
3 # Windows build is expected to live in CMAKE_SOURCE_DIR/build-windows | 12 # Windows build is expected to live in CMAKE_SOURCE_DIR/build-windows |
4 set -x | 13 set -x |
5 set -e | 14 set -e |
6 | 15 |