comparison client/src/main.js @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents aa2acb942e55
children 874d19f32015
comparison
equal deleted inserted replaced
1018:ab64c76af1b0 1019:ca628dce90dd
1 /*
2 * This is Free Software under GNU Affero General Public License v >= 3.0
3 * without warranty, see README.md and license for details.
4 *
5 * SPDX-License-Identifier: AGPL-3.0-or-later
6 * License-Filename: LICENSES/AGPL-3.0.txt
7 *
8 * Copyright (C) 2018 by via donau
9 * – Österreichische Wasserstraßen-Gesellschaft mbH
10 * Software engineering by Intevation GmbH
11 *
12 * Author(s):
13 * Thomas Junk <thomas.junk@intevation.de>
14 */
15
1 import Vue from "vue"; 16 import Vue from "vue";
2 import App from "./App.vue"; 17 import App from "./App.vue";
3 import router from "./router"; 18 import router from "./router";
4 import store from "./store"; 19 import store from "./store";
5 import GetTextPlugin from "vue-gettext"; 20 import GetTextPlugin from "vue-gettext";