diff client/src/morphtool/Morphtool.vue @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents d2f30a784fb3
children 04a9e78dcc5f
line wrap: on
line diff
--- a/client/src/morphtool/Morphtool.vue	Wed Oct 24 09:12:51 2018 +0200
+++ b/client/src/morphtool/Morphtool.vue	Wed Oct 24 09:42:32 2018 +0200
@@ -81,6 +81,20 @@
 </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 { mapGetters, mapState } from "vuex";
 
 import { displayError } from "../application/lib/errors.js";