Mercurial > trustbridge
comparison ui/trustbridge-tray-starter.sh @ 1160:a974b61a5cce
(issue108) Add missing license headers
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:00:34 +0200 |
parents | 654a8ca9d5b4 |
children |
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. | |
2 | 9 |
3 PREFIX="" | 10 PREFIX="" |
4 CFGDIR="${XDG_CONFIG_HOME:-$HOME/.config}/BSI" | 11 CFGDIR="${XDG_CONFIG_HOME:-$HOME/.config}/BSI" |
5 TBCMD="trustbridge --tray" | 12 TBCMD="trustbridge --tray" |
6 XSET=/usr/bin/xset | 13 XSET=/usr/bin/xset |