changeset 1318:50dd4ff7907e

Added missing copyright headers and authors in schema related files.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 24 Nov 2018 16:22:28 +0100
parents 5443f5c9154c
children 450f5d0f5fe7
files schema/auth.sql schema/demo-data/published_services.sql schema/demo-data/responsibility_areas.sql schema/demo-data/roles.sql schema/demo-data/users.sql schema/gemma.sql schema/install-db.sh schema/manage_users.sql schema/std_login_roles.sql
diffstat 9 files changed, 67 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/schema/auth.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/auth.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -10,6 +10,8 @@
 
 -- Author(s):
 --  * Tom Gottried <tom@intevation.de>
+--  * Sascha Wilde <sascha.wilde@intevation.de>
+--  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
 BEGIN;
 
--- a/schema/demo-data/published_services.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/demo-data/published_services.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -1,3 +1,16 @@
+-- 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):
+--  * Tom Gottfried <tom@intevation.de>
+
 INSERT INTO sys_admin.published_services (name) VALUES
     ('waterway.fairway_dimensions'),
     ('waterway.distance_marks_geoserver'),
--- a/schema/demo-data/responsibility_areas.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/demo-data/responsibility_areas.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -1,3 +1,18 @@
+-- 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):
+--  * Sascha Wilde <sascha.wilde@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
+
+
 -- Setup Country Codes
 COPY countries (country_code) FROM stdin;
 RO
--- a/schema/demo-data/roles.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/demo-data/roles.sql	Sat Nov 24 16:22:28 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):
+--  * Christine Tschuprine <christine.tschuprine@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
+
 -- System Administrator
 CREATE ROLE sophie
     IN ROLE sys_admin ROLE metamorph LOGIN PASSWORD 'so2Phie4';
--- a/schema/demo-data/users.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/demo-data/users.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -1,3 +1,19 @@
+-- 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):
+--  * Sascha Wilde <sascha.wilde@intevation.de>
+--  * Christine Tschuprine <christine.tschuprine@intevation.de>
+--  * Thomas Junk <thomas.junk@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
+
 BEGIN;
 
 -- PREREQUISITES:
--- a/schema/gemma.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/gemma.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -10,6 +10,9 @@
 
 -- Author(s):
 --  * Tom Gottfried <tom@intevation.de>
+--  * Sascha Wilde <sascha.wilde@intevation.de>
+--  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
+--  * Bernhard E. Reiter <bernhard.reiter@intevation.de>
 
 BEGIN;
 
--- a/schema/install-db.sh	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/install-db.sh	Sat Nov 24 16:22:28 2018 +0100
@@ -11,6 +11,8 @@
 #
 # Author(s):
 #  * Sascha Wilde <wilde@intevation.de>
+#  * Tom Gottfried <tom.gottfried@intevation.de>
+#  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
 ME=`basename "$0"`
 BASEDIR=`dirname "$0"`
--- a/schema/manage_users.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/manage_users.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -10,6 +10,7 @@
 
 -- Author(s):
 --  * Tom Gottfried <tom@intevation.de>
+--  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
 --
 -- Functions encapsulating user management functionality and
--- a/schema/std_login_roles.sql	Sat Nov 24 10:32:06 2018 +0100
+++ b/schema/std_login_roles.sql	Sat Nov 24 16:22:28 2018 +0100
@@ -10,6 +10,7 @@
 
 -- Author(s):
 --  * Sascha Wilde <wilde@intevation.de>
+--  * Tom Gottfried <tom.gottfried@intevation.de>
 
 BEGIN;