comparison client/src/components/gauge/HydrologicalConditions.vue @ 3112:e838609bc10d

client: fix license header for waterlevel.vue and hydrologicalconditions.vue * add author * correct copyright year
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 26 Apr 2019 11:21:11 +0200
parents f269bd001e78
children 136b86794453
comparison
equal deleted inserted replaced
3111:f269bd001e78 3112:e838609bc10d
43 * without warranty, see README.md and license for details. 43 * without warranty, see README.md and license for details.
44 * 44 *
45 * SPDX-License-Identifier: AGPL-3.0-or-later 45 * SPDX-License-Identifier: AGPL-3.0-or-later
46 * License-Filename: LICENSES/AGPL-3.0.txt 46 * License-Filename: LICENSES/AGPL-3.0.txt
47 * 47 *
48 * Copyright (C) 2018 by via donau 48 * Copyright (C) 2019 by via donau
49 * – Österreichische Wasserstraßen-Gesellschaft mbH 49 * – Österreichische Wasserstraßen-Gesellschaft mbH
50 * Software engineering by Intevation GmbH 50 * Software engineering by Intevation GmbH
51 * 51 *
52 * Author(s): 52 * Author(s):
53 * Markus Kottländer <markus.kottlaender@intevation.de> 53 * Markus Kottländer <markus.kottlaender@intevation.de>
54 * Fadi Abbud <fadi.abbud@intevation.de>
54 */ 55 */
55 56
56 import { mapState, mapGetters } from "vuex"; 57 import { mapState, mapGetters } from "vuex";
57 import * as d3 from "d3"; 58 import * as d3 from "d3";
58 import debounce from "debounce"; 59 import debounce from "debounce";