changeset 1301:2304778c4432

add headers for licensing to some schema files * add the full name with the address
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 23 Nov 2018 10:35:39 +0100
parents e2e87bf152bb
children 3c10c868cba7
files schema/auth.sql schema/auth_tests.sql schema/default_sysconfig.sql schema/gemma.sql schema/geonames.sql schema/install-db.sh schema/isrs.sql schema/isrs_tests.sql schema/manage_users.sql schema/manage_users_tests.sql schema/roles.sql schema/run_tests.sh schema/search.sql schema/std_login_roles.sql schema/tap_tests_data.sql
diffstat 15 files changed, 14 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/schema/auth.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/auth.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottried <tom@intevation.de>
 
 BEGIN;
 
--- a/schema/auth_tests.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/auth_tests.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- pgTAP test script for privileges and RLS policies
--- a/schema/default_sysconfig.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/default_sysconfig.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Wilde <wilde@intevation.de>
+--  * Sascha Wilde <wilde@intevation.de>
 
 BEGIN;
 
--- a/schema/gemma.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/gemma.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de> 
+--  * Tom Gottfried <tom@intevation.de>
 
 BEGIN;
 
--- a/schema/geonames.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/geonames.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -11,7 +11,6 @@
 -- Author(s):
 --  * Sascha Wilde <wilde@intevation.de>
 
-
 -- Tables for data from geonames database
 -- https://download.geonames.org/
 -- used for searching cities and villages...
--- a/schema/install-db.sh	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/install-db.sh	Fri Nov 23 10:35:39 2018 +0100
@@ -9,12 +9,9 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Wilde <wilde@intevation.d>
-
+--  * Sascha Wilde <wilde@intevation.de>
 
 #!/bin/bash -e
-# Author(s):
-# Sascha Wilde <wilde@intevation.de>
 
 ME=`basename "$0"`
 BASEDIR=`dirname "$0"`
--- a/schema/isrs.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/isrs.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom Gottfried <tom.gottfried@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- Types and functions for ISRS location codes
--- a/schema/isrs_tests.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/isrs_tests.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- pgTAP test script for ISRS location code types and functions
--- a/schema/manage_users.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/manage_users.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- Functions encapsulating user management functionality and
--- a/schema/manage_users_tests.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/manage_users_tests.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- pgTAP test script for user management functions
--- a/schema/roles.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/roles.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- Primary GEMMA roles
--- a/schema/run_tests.sh	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/run_tests.sh	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 #!/bin/sh -e
 
--- a/schema/search.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/search.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * wilde  <wilde@intevation.de>     
+--  * Sascha Wilde <wilde@intevation.de>
 
 CREATE FUNCTION search_bottlenecks(search_string text) RETURNS jsonb
   LANGUAGE plpgsql
--- a/schema/std_login_roles.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/std_login_roles.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Wilde <wilde@intevation.de>
+--  * Sascha Wilde <wilde@intevation.de>
 
 BEGIN;
 
--- a/schema/tap_tests_data.sql	Fri Nov 23 10:24:50 2018 +0100
+++ b/schema/tap_tests_data.sql	Fri Nov 23 10:35:39 2018 +0100
@@ -9,7 +9,7 @@
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
---  * Tom <tom@intevation.de>
+--  * Tom Gottfried <tom@intevation.de>
 
 --
 -- Test data used in *_tests.sql scripts