comparison client/src/usermanagement/Usermanagement.vue @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents badbc0207418
children d9e6a1f6f394
comparison
equal deleted inserted replaced
1018:ab64c76af1b0 1019:ca628dce90dd
175 display: flex; 175 display: flex;
176 } 176 }
177 </style> 177 </style>
178 178
179 <script> 179 <script>
180 /*
181 * This is Free Software under GNU Affero General Public License v >= 3.0
182 * without warranty, see README.md and license for details.
183 *
184 * SPDX-License-Identifier: AGPL-3.0-or-later
185 * License-Filename: LICENSES/AGPL-3.0.txt
186 *
187 * Copyright (C) 2018 by via donau
188 * – Österreichische Wasserstraßen-Gesellschaft mbH
189 * Software engineering by Intevation GmbH
190 *
191 * Author(s):
192 * Thomas Junk <thomas.junk@intevation.de>
193 */
180 import Userdetail from "./Userdetail"; 194 import Userdetail from "./Userdetail";
181 import store from "../store"; 195 import store from "../store";
182 import { mapGetters } from "vuex"; 196 import { mapGetters } from "vuex";
183 import { displayError } from "../application/lib/errors.js"; 197 import { displayError } from "../application/lib/errors.js";
184 198