comparison client/src/systemconfiguration/systemconfiguration.vue @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents aae517757923
children b23622905a3f
comparison
equal deleted inserted replaced
1018:ab64c76af1b0 1019:ca628dce90dd
44 width: 30vw; 44 width: 30vw;
45 } 45 }
46 </style> 46 </style>
47 47
48 <script> 48 <script>
49 /*
50 * This is Free Software under GNU Affero General Public License v >= 3.0
51 * without warranty, see README.md and license for details.
52 *
53 * SPDX-License-Identifier: AGPL-3.0-or-later
54 * License-Filename: LICENSES/AGPL-3.0.txt
55 *
56 * Copyright (C) 2018 by via donau
57 * – Österreichische Wasserstraßen-Gesellschaft mbH
58 * Software engineering by Intevation GmbH
59 *
60 * Author(s):
61 * Thomas Junk <thomas.junk@intevation.de>
62 */
49 import { Chrome } from "vue-color"; 63 import { Chrome } from "vue-color";
50 import { Compact } from "vue-color"; 64 import { Compact } from "vue-color";
51 65
52 import { HTTP } from "../application/lib/http"; 66 import { HTTP } from "../application/lib/http";
53 import { displayError } from "../application/lib/errors.js"; 67 import { displayError } from "../application/lib/errors.js";