Changes between Version 68 and Version 69 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2014-12-08T13:41:45+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v68 v69 256 256 257 257 Just because I have been asked: JOSM is licensed under GPL and if any code is a "derived work" of JOSM, then it has to be under GPL too. It is my believe, that any JOSM-Plugin is a derived work of JOSM, so GPL is the only possible license for a JOSM-Plugin. If you want to include non-GPL code into a plugin, it has to be seperated from the classes that use JOSM. "Use" as in "import org.openstreetmap.josm...". See the 'Class-Path' - MANIFEST.MF attribute for a way to include other jar files. 258 259 ---- 260 Back to [wiki:/DevelopersGuide DevelopersGuide]