changeset 1279:60e15c2d26a2

licensing info updated
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 22 Nov 2018 09:50:13 +0100
parents 8f4bf8576acd
children f9e4c494e4c5
files client/src/components/map/Zoom.vue client/src/components/map/contextbox/Imports.vue client/src/components/map/contextbox/Staging.vue
diffstat 3 files changed, 52 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/Zoom.vue	Thu Nov 22 08:57:38 2018 +0100
+++ b/client/src/components/map/Zoom.vue	Thu Nov 22 09:50:13 2018 +0100
@@ -1,6 +1,12 @@
 <template>
-    <div class="d-flex buttoncontainer shadow-xs mb-3 position-absolute" :style="showSplitscreen ? 'margin-bottom: 51vh !important' : ''">
-        <button class="zoomButton border-0 bg-white rounded-left ui-element border-right" @click="zoomIn">
+    <div
+        class="d-flex buttoncontainer shadow-xs mb-3 position-absolute"
+        :style="showSplitscreen ? 'margin-bottom: 51vh !important' : ''"
+    >
+        <button
+            class="zoomButton border-0 bg-white rounded-left ui-element border-right"
+            @click="zoomIn"
+        >
             <i class="fa fa-plus"></i>
         </button>
         <button class="zoomButton border-0 bg-white rounded-right ui-element" @click="zoomOut">
@@ -23,6 +29,19 @@
   color: #666
 </style>
 <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>
+ */
 import { mapState } from "vuex";
 
 export default {
--- a/client/src/components/map/contextbox/Imports.vue	Thu Nov 22 08:57:38 2018 +0100
+++ b/client/src/components/map/contextbox/Imports.vue	Thu Nov 22 09:50:13 2018 +0100
@@ -1,8 +1,8 @@
 <template>
     <div>
         <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
-          <i class="fa fa-upload mr-2"></i>
-          Import Soundingresults
+            <i class="fa fa-upload mr-2"></i>
+            Import Soundingresults
         </h6>
         <div v-if="editState" class="ml-auto mr-auto mt-4 w-90">
             <div class="d-flex flex-row input-group mb-4">
@@ -82,6 +82,20 @@
 </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>
+ * Markus Kottländer <markus.kottlaender@intevation.de>
+ */
 import { HTTP } from "../../../lib/http";
 import { displayError, displayInfo } from "../../../lib/errors.js";
 
--- a/client/src/components/map/contextbox/Staging.vue	Thu Nov 22 08:57:38 2018 +0100
+++ b/client/src/components/map/contextbox/Staging.vue	Thu Nov 22 09:50:13 2018 +0100
@@ -1,8 +1,8 @@
 <template>
     <div>
         <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
-          <i class="fa fa-list-ol mr-2"></i>
-          Staging Area
+            <i class="fa fa-list-ol mr-2"></i>
+            Staging Area
         </h6>
         <table class="table mb-0">
             <thead>
@@ -46,6 +46,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>
+ */
 import { mapState } from "vuex";
 
 const demodata = [