comparison client/src/components/importschedule/importtypes/Fairwaydimensions.vue @ 2069:5af57aa2b8fc

licenses added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 30 Jan 2019 15:44:18 +0100
parents c420add2dec2
children c001eb18b33d
comparison
equal deleted inserted replaced
2068:5a898da60b87 2069:5af57aa2b8fc
177 </div> 177 </div>
178 </div> 178 </div>
179 </template> 179 </template>
180 180
181 <script> 181 <script>
182 /* This is Free Software under GNU Affero General Public License v >= 3.0
183 * without warranty, see README.md and license for details.
184 *
185 * SPDX-License-Identifier: AGPL-3.0-or-later
186 * License-Filename: LICENSES/AGPL-3.0.txt
187 *
188 * Copyright (C) 2018 by via donau
189 * – Österreichische Wasserstraßen-Gesellschaft mbH
190 * Software engineering by Intevation GmbH
191 *
192 * Author(s):
193 * Thomas Junk <thomas.junk@intevation.de>
194 */
182 export default { 195 export default {
183 name: "fairwaydimensions", 196 name: "fairwaydimensions",
184 props: [ 197 props: [
185 "url", 198 "url",
186 "featureType", 199 "featureType",