diff client/Makefile @ 1361:ea3a89a1813a

remove trailing whitespace, add headers for Makefile, add the missed authors * remove trailing whitespace for some cleint files * add headers for licensing to Makefile * add the missed authors in the header to Systemconfiguration.vue file
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 26 Nov 2018 11:11:13 +0100
parents bba166f0326e
children 5d4bfe4fa13c
line wrap: on
line diff
--- a/client/Makefile	Mon Nov 26 10:04:47 2018 +0100
+++ b/client/Makefile	Mon Nov 26 11:11:13 2018 +0100
@@ -1,3 +1,16 @@
+#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>
+
 # On OSX the PATH variable isn't exported unless "SHELL" is also set, see: http://stackoverflow.com/a/25506676
 SHELL = /bin/bash
 NODE_BINDIR = ./node_modules/.bin