comparison client/src/application/stores/user.js @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents ef307bd6b5d8
children
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 { HTTP } from "../lib/http"; 16 import { HTTP } from "../lib/http";
2 17
3 const User = { 18 const User = {
4 namespaced: true, 19 namespaced: true,
5 state: { 20 state: {