changeset 2071:5c6816780bf5

Merge
author Tom Gottfried <tom@intevation.de>
date Wed, 30 Jan 2019 15:45:33 +0100
parents c4db392130a4 (current diff) 5af57aa2b8fc (diff)
children b4d8d320feab
files
diffstat 9 files changed, 117 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/importtypes/Availablefairwaydepth.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Availablefairwaydepth.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -24,6 +24,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "availablefairwaydepth",
   props: ["url"],
--- a/client/src/components/importschedule/importtypes/Bottleneck.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Bottleneck.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -49,6 +49,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "bottleneckimport",
   props: ["url"],
--- a/client/src/components/importschedule/importtypes/Distancemarksashore.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Distancemarksashore.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -66,6 +66,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "distancemarksashore",
   props: ["url", "featureType", "sortBy"],
--- a/client/src/components/importschedule/importtypes/Distancemarksvirtual.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Distancemarksvirtual.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -74,6 +74,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "distancemarksvirtual",
   props: ["url", "username", "password"],
--- a/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -179,6 +179,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "fairwaydimensions",
   props: [
--- a/client/src/components/importschedule/importtypes/Gaugemeasurement.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Gaugemeasurement.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -24,6 +24,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "gaugemeasurement",
   props: ["url"],
--- a/client/src/components/importschedule/importtypes/Waterwayarea.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwayarea.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -66,6 +66,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "waterwayarea",
   props: ["url", "featureType", "sortBy"],
--- a/client/src/components/importschedule/importtypes/Waterwayaxis.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwayaxis.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -66,6 +66,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "waterwayaxis",
   props: ["url", "featureType", "sortBy"],
--- a/client/src/components/importschedule/importtypes/Waterwaygauges.vue	Wed Jan 30 15:43:43 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwaygauges.vue	Wed Jan 30 15:45:33 2019 +0100
@@ -74,6 +74,19 @@
 </template>
 
 <script>
+/* 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>
+ */
 export default {
   name: "waterwaygauges",
   props: ["username", "password", "url"],