comparison 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
comparison
equal deleted inserted replaced
1360:3fee649d3d5d 1361:ea3a89a1813a
1 #This is Free Software under GNU Affero General Public License v >= 3.0
2 # without warranty, see README.md and license for details.
3
4 # SPDX-License-Identifier: AGPL-3.0-or-later
5 #License-Filename: LICENSES/AGPL-3.0.txt
6
7 #Copyright (C) 2018 by via donau
8 # – Österreichische Wasserstraßen-Gesellschaft mbH
9 # Software engineering by Intevation GmbH
10
11 # Author(s):
12 # Thomas Junk <thomas.junk@intevation.de>
13
1 # On OSX the PATH variable isn't exported unless "SHELL" is also set, see: http://stackoverflow.com/a/25506676 14 # On OSX the PATH variable isn't exported unless "SHELL" is also set, see: http://stackoverflow.com/a/25506676
2 SHELL = /bin/bash 15 SHELL = /bin/bash
3 NODE_BINDIR = ./node_modules/.bin 16 NODE_BINDIR = ./node_modules/.bin
4 export PATH := $(NODE_BINDIR):$(PATH) 17 export PATH := $(NODE_BINDIR):$(PATH)
5 18