comparison client/src/components/ui/UISpinnerOverlay.vue @ 2890:6f7b8755eb07

added license information to file
author Markus Kottlaender <markus@intevation.de>
date Mon, 01 Apr 2019 19:19:29 +0200
parents ac4732c57b0b
children 84d01a536bec
comparison
equal deleted inserted replaced
2889:ac4732c57b0b 2890:6f7b8755eb07
18 display: flex 18 display: flex
19 align-items: center 19 align-items: center
20 justify-content: center 20 justify-content: center
21 color: #888 21 color: #888
22 </style> 22 </style>
23
24 <script>
25 /* This is Free Software under GNU Affero General Public License v >= 3.0
26 * without warranty, see README.md and license for details.
27 *
28 * SPDX-License-Identifier: AGPL-3.0-or-later
29 * License-Filename: LICENSES/AGPL-3.0.txt
30 *
31 * Copyright (C) 2018 by via donau
32 * – Österreichische Wasserstraßen-Gesellschaft mbH
33 * Software engineering by Intevation GmbH
34 *
35 * Author(s):
36 * Markus Kottländer <markus.kottlaender@intevation.de>
37 */
38 </script>