source: osm/applications/editors/josm/plugins/opendata/README@ 34206

Last change on this file since 34206 was 34095, checked in by stoecker, 6 years ago

http to https

File size: 1.0 KB
Line 
1README
2======
3
4Readme for JOSM Open Data plugin
5
6 * Author: Don-vip
7 * License: GPL v3 (see GPL-3.0.txt) and others (see below for details)
8
9-------------------------------- DOCUMENTATION --------------------------------
10
11See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
12
13----------------------------------- LICENSE -----------------------------------
14
15The source code of this plugin is composed of the following folders, with distinct licenses:
16
17- src: main source code (GPL v3)
18
19- includes: several COTS, heavily truncated to fit only the plugin needs and reduce the JAR size:
20 - org/apache: one Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
21 - poi: Apache POI 3.7 (Excel format support without styles, formulas and writing capabilities, used by the plugin itself)
22 - org/j7zip: J7zip 4.43alpha2 (7z archive read support, LGPL v2.1, see LGPL-2.1.txt)
23 - org/jopendocument: jOpenDocument 1.2 (ODS support without styles and writing capabilities, used by the plugin itself) (GPL v3, see GPL-3.0.txt)
24
Note: See TracBrowser for help on using the repository browser.