changeset 1363:d0c4d17ee7ab

add missing authors * add missing authors to license headers after checking in /client/src/
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 26 Nov 2018 12:18:55 +0100
parents ca33ad696594
children 0c5cbbafbd94
files client/src/main.js client/src/router.js client/src/store/bottlenecks.js client/src/store/map.js client/src/store/user.js client/src/store/usermanagement.js
diffstat 6 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/main.js	Mon Nov 26 11:42:47 2018 +0100
+++ b/client/src/main.js	Mon Nov 26 12:18:55 2018 +0100
@@ -4,12 +4,13 @@
  * SPDX-License-Identifier: AGPL-3.0-or-later
  * License-Filename: LICENSES/AGPL-3.0.txt
  *
- * Copyright (C) 2018 by via donau 
+ * Copyright (C) 2018 by via donau
  *   – Österreichische Wasserstraßen-Gesellschaft mbH
  * Software engineering by Intevation GmbH
  *
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
+ * Markus Kottländer <markus@intevation.de>
  */
 
 import Vue from "vue";
--- a/client/src/router.js	Mon Nov 26 11:42:47 2018 +0100
+++ b/client/src/router.js	Mon Nov 26 12:18:55 2018 +0100
@@ -10,6 +10,8 @@
  *
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
+ * Bernhard Reiter <bernhard@intevation.de>
+ * Markus Kottländer <markus@intevation.de>
  */
 import Vue from "vue";
 import Router from "vue-router";
--- a/client/src/store/bottlenecks.js	Mon Nov 26 11:42:47 2018 +0100
+++ b/client/src/store/bottlenecks.js	Mon Nov 26 12:18:55 2018 +0100
@@ -10,6 +10,7 @@
  *
  * Author(s):
  * Markus Kottländer <markuks.kottlaender@intevation.de>
+ * Thomas Junk <thomas.junk@intevation.de>
  */
 import { HTTP } from "../lib/http";
 import { WFS } from "ol/format.js";
--- a/client/src/store/map.js	Mon Nov 26 11:42:47 2018 +0100
+++ b/client/src/store/map.js	Mon Nov 26 12:18:55 2018 +0100
@@ -9,6 +9,7 @@
  * Software engineering by Intevation GmbH
  *
  * Author(s):
+ * Markus Kottländer <markus@intevation.de>
  * Thomas Junk <thomas.junk@intevation.de>
  */
 
--- a/client/src/store/user.js	Mon Nov 26 11:42:47 2018 +0100
+++ b/client/src/store/user.js	Mon Nov 26 12:18:55 2018 +0100
@@ -10,6 +10,7 @@
  *
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
+ * Markus Kottländer <markus@intevation.de>
  */
 
 import { HTTP } from "../lib/http";
--- a/client/src/store/usermanagement.js	Mon Nov 26 11:42:47 2018 +0100
+++ b/client/src/store/usermanagement.js	Mon Nov 26 12:18:55 2018 +0100
@@ -10,6 +10,7 @@
  *
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
+ * Markus Kottländer <markus@intevation.de>
  */
 
 import { HTTP } from "../lib/http";