changeset 1364:0c5cbbafbd94

add headers license for some client files * add headers for license to cleint/tests
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 26 Nov 2018 12:44:52 +0100
parents d0c4d17ee7ab
children da7ee82ad5d6
files client/public/index.html client/tests/e2e/custom-assertions/elementCount.js client/tests/e2e/specs/login.js client/tests/unit/geo/geo.spec.js client/tests/unit/session/session.spec.js
diffstat 5 files changed, 67 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/public/index.html	Mon Nov 26 12:18:55 2018 +0100
+++ b/client/public/index.html	Mon Nov 26 12:44:52 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):
+   Thomas Junk <thomas.junk@intevation.de>
+-->
 <!DOCTYPE html>
 <html>
   <head>
--- a/client/tests/e2e/custom-assertions/elementCount.js	Mon Nov 26 12:18:55 2018 +0100
+++ b/client/tests/e2e/custom-assertions/elementCount.js	Mon Nov 26 12:44:52 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):
+ * Thomas Junk <thomas.junk@intevation.de>
+ */
+
 // A custom Nightwatch assertion.
 // The assertion name is the filename.
 // Example usage:
--- a/client/tests/e2e/specs/login.js	Mon Nov 26 12:18:55 2018 +0100
+++ b/client/tests/e2e/specs/login.js	Mon Nov 26 12:44:52 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):
+ * Thomas Junk <thomas.junk@intevation.de>
+ */
+
 // For authoring Nightwatch tests, see
 // http://nightwatchjs.org/guide#usage
 
--- a/client/tests/unit/geo/geo.spec.js	Mon Nov 26 12:18:55 2018 +0100
+++ b/client/tests/unit/geo/geo.spec.js	Mon Nov 26 12:44:52 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):
+ * Thomas Junk <thomas.junk@intevation.de>
+ */
 import { prepareProfile } from "../../../src/application/lib/geo";
 
 const geoJSON = JSON.parse(`{
--- a/client/tests/unit/session/session.spec.js	Mon Nov 26 12:18:55 2018 +0100
+++ b/client/tests/unit/session/session.spec.js	Mon Nov 26 12:44:52 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):
+ * Thomas Junk <thomas.junk@intevation.de>
+ */
 import {
   sessionStillActive,
   toMillisFromString