1 | JOSM was originally designed and coded by Immanuel Scholz, |
---|
2 | and is now maintained by the OpenStreetMap community. |
---|
3 | |
---|
4 | The current JOSM maintainer is Dirk Stöcker. |
---|
5 | A lot of administration work is done by Paul Hartmann and Vincent Privat. |
---|
6 | |
---|
7 | Major code contributions from (in alphabetical order): |
---|
8 | |
---|
9 | Stefan Breunig |
---|
10 | David Earl |
---|
11 | Gabriel Ebner |
---|
12 | Dave Hansen |
---|
13 | Paul Hartmann |
---|
14 | Karl Guggisberg |
---|
15 | Matthias Julius |
---|
16 | Alexei Kasatkin |
---|
17 | Jiri Klement |
---|
18 | Ulf Lamping |
---|
19 | Simon Legner |
---|
20 | Raphael Mack |
---|
21 | Upliner Mikhalych |
---|
22 | Vincent Privat |
---|
23 | Frederik Ramm |
---|
24 | Dirk Stöcker |
---|
25 | |
---|
26 | Many minor contributions and patches by others; see SVN history |
---|
27 | at http://josm.openstreetmap.de/svn/ for details. Use |
---|
28 | "josm-dev AT openstreetmap.org" to contact still active authors. |
---|
29 | |
---|
30 | Copyright rests with the contributors. |
---|
31 | |
---|
32 | The jpeg metadata extraction code is from Drew Noakes |
---|
33 | (http://code.google.com/p/metadata-extractor/) and licensed |
---|
34 | with Apache license version 2.0. |
---|
35 | |
---|
36 | Most icons have been nicked from GNOME and the GIMP, both |
---|
37 | under GPL. Some are originally LGPL but redistributed here under |
---|
38 | GPL. The world image is from onearth.pl. |
---|
39 | |
---|
40 | The Bzip2 code is from Keiron Liddle (Apache project) and licensed |
---|
41 | with Apache license version 2.0. |
---|
42 | |
---|
43 | The signpost code (http://code.google.com/p/oauth-signpost/) |
---|
44 | is from Matthias Käppler and licensed with the Apache License 2.0. |
---|
45 | |
---|
46 | The NTv2 transformation code (http://jgridshift.sourceforge.net/) |
---|
47 | is from Peter Yuill and licensed with LGPL. |
---|
48 | |
---|
49 | The MultiSplitPane is from Hans Muller and licensed with LGPL |
---|
50 | (https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html). |
---|
51 | |
---|
52 | The Diff code (http://www.bmsi.com/java/#diff) |
---|
53 | is from Stuart D. Gathman and licensed with GPL. |
---|
54 | |
---|
55 | The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/) |
---|
56 | is from Johan Montagnat and licensed with GPL. |
---|
57 | |
---|
58 | The JSON code (https://github.com/douglascrockford/JSON-java) |
---|
59 | is from Douglas Crockford and licensed as follows: |
---|
60 | "The Software shall be used for Good, not Evil." |
---|
61 | |
---|
62 | The opening hour validation uses code from opening_hour.js |
---|
63 | (https://github.com/ypid/opening_hours.js) which is licensed |
---|
64 | with the New (2-clause) BSD license. |
---|