comparison schema/install-db.sh @ 1298:6590208e3ee1

add headers for licensing to some schema files * Add first version of header lines to some schema file, some email addresses taken from raw commit info.
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 23 Nov 2018 09:35:10 +0100
parents ed8fbbc48440
children 2304778c4432
comparison
equal deleted inserted replaced
1297:1c0c9190fcf2 1298:6590208e3ee1
1 -- This is Free Software under GNU Affero General Public License v >= 3.0
2 -- without warranty, see README.md and license for details.
3
4 -- SPDX-License-Identifier: AGPL-3.0-or-later
5 -- License-Filename: LICENSES/AGPL-3.0.txt
6
7 -- Copyright (C) 2018 by via donau
8 -- – Österreichische Wasserstraßen-Gesellschaft mbH
9 -- Software engineering by Intevation GmbH
10
11 -- Author(s):
12 -- * Wilde <wilde@intevation.d>
13
14
1 #!/bin/bash -e 15 #!/bin/bash -e
2 # Author(s): 16 # Author(s):
3 # Sascha Wilde <wilde@intevation.de> 17 # Sascha Wilde <wilde@intevation.de>
4 18
5 ME=`basename "$0"` 19 ME=`basename "$0"`