diff schema/install-db.sh @ 1300:e2e87bf152bb

merge
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 10:24:50 +0100
parents 6590208e3ee1
children 2304778c4432
line wrap: on
line diff
--- a/schema/install-db.sh	Fri Nov 23 10:24:29 2018 +0100
+++ b/schema/install-db.sh	Fri Nov 23 10:24:50 2018 +0100
@@ -1,3 +1,17 @@
+-- This is Free Software under GNU Affero General Public License v >= 3.0
+-- without warranty, see README.md and license for details.
+
+-- SPDX-License-Identifier: AGPL-3.0-or-later
+-- License-Filename: LICENSES/AGPL-3.0.txt
+
+-- Copyright (C) 2018 by via donau
+--   – Österreichische Wasserstraßen-Gesellschaft mbH
+-- Software engineering by Intevation GmbH
+
+-- Author(s):
+--  * Wilde <wilde@intevation.d>
+
+
 #!/bin/bash -e
 # Author(s):
 # Sascha Wilde <wilde@intevation.de>