changeset 3065:f6eae0b6c221

Client: fix license header for LogEntry.vue * Add copyright year 2019. * Add Markus as author.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 16 Apr 2019 15:25:23 +0200
parents c5d4cf89d323
children e22ad52cc252
files client/src/components/importoverview/LogEntry.vue
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Tue Apr 16 13:26:32 2019 +0200
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Apr 16 15:25:23 2019 +0200
@@ -87,12 +87,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, 2019 by via donau
  *   – Österreichische Wasserstraßen-Gesellschaft mbH
  * Software engineering by Intevation GmbH
  *
  * Author(s):
- * Thomas Junk <thomas.junk@intevation.de>
+ * * Thomas Junk <thomas.junk@intevation.de>
+ * * Markus Kottländer <markus.kottlaender@intevation.de>
  */
 import { mapState } from "vuex";
 import { STATES } from "@/store/imports";