changeset 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 1c0c9190fcf2
children e2e87bf152bb
files schema/auth.sql schema/auth_tests.sql schema/default_sysconfig.sql schema/gemma.sql schema/install-db.sh 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 13 files changed, 170 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/schema/auth.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/auth.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 BEGIN;
 
 --
--- a/schema/auth_tests.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/auth_tests.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 --
 -- pgTAP test script for privileges and RLS policies
 --
--- a/schema/default_sysconfig.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/default_sysconfig.sql	Fri Nov 23 09:35:10 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):
+--  * Wilde <wilde@intevation.de>
+
 BEGIN;
 
 --
--- a/schema/gemma.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/gemma.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de> 
+
 BEGIN;
 
 --
--- a/schema/install-db.sh	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/install-db.sh	Fri Nov 23 09:35:10 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>
--- a/schema/isrs_tests.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/isrs_tests.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 --
 -- pgTAP test script for ISRS location code types and functions
 --
--- a/schema/manage_users.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/manage_users.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 --
 -- Functions encapsulating user management functionality and
 -- exposing it to appropriately privileged users
--- a/schema/manage_users_tests.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/manage_users_tests.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 --
 -- pgTAP test script for user management functions
 --
--- a/schema/roles.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/roles.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 --
 -- Primary GEMMA roles
 --
--- a/schema/run_tests.sh	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/run_tests.sh	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 #!/bin/sh -e
 
 dropdb --if-exists gemma_test
--- a/schema/search.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/search.sql	Fri Nov 23 09:35:10 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):
+--  * wilde  <wilde@intevation.de>     
+
 CREATE FUNCTION search_bottlenecks(search_string text) RETURNS jsonb
   LANGUAGE plpgsql
   AS $$
--- a/schema/std_login_roles.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/std_login_roles.sql	Fri Nov 23 09:35:10 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):
+--  * Wilde <wilde@intevation.de>
+
 BEGIN;
 
 --
--- a/schema/tap_tests_data.sql	Thu Nov 22 18:16:47 2018 +0100
+++ b/schema/tap_tests_data.sql	Fri Nov 23 09:35:10 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 <tom@intevation.de>
+
 --
 -- Test data used in *_tests.sql scripts
 --