[7937] | 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 | The logo has been designed by Ilya Palikov. |
---|
| 31 | |
---|
| 32 | Copyright rests with the contributors. |
---|
| 33 | |
---|
| 34 | -------------------------------- EXTERNAL CODE -------------------------------- |
---|
| 35 | |
---|
| 36 | The jpeg metadata extraction code is from Drew Noakes |
---|
[8132] | 37 | (https://github.com/drewnoakes/metadata-extractor) and licensed |
---|
[7937] | 38 | with Apache license version 2.0. |
---|
| 39 | |
---|
| 40 | The Bzip2 code is from Apache Commons Compress 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 mail/url validator routines use code from Apache Commons |
---|
| 47 | Validator which is licensed with Apache license version 2.0. |
---|
| 48 | |
---|
| 49 | The NTv2 transformation code (http://jgridshift.sourceforge.net/) |
---|
| 50 | is from Peter Yuill and licensed with LGPL. |
---|
| 51 | |
---|
| 52 | The MultiSplitPane is from Hans Muller and licensed with LGPL |
---|
| 53 | (https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html). |
---|
| 54 | |
---|
| 55 | The Alphanum Algorithm is from David Koelle and license with LGPL |
---|
| 56 | (http://www.davekoelle.com/alphanum.html) |
---|
| 57 | |
---|
| 58 | The Diff code (http://www.bmsi.com/java/#diff) |
---|
| 59 | is from Stuart D. Gathman and licensed with GPL. |
---|
| 60 | |
---|
| 61 | The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/) |
---|
| 62 | is from Johan Montagnat and licensed with GPL. |
---|
| 63 | |
---|
| 64 | The JSON code (https://java.net/projects/jsonp/) |
---|
| 65 | is from Oracle (RI for JSR 353: Java API for JSON Processing) |
---|
| 66 | and licensed with GPL / classpath exception. |
---|
| 67 | |
---|
| 68 | The opening hour validation uses code from opening_hour.js |
---|
| 69 | (https://github.com/ypid/opening_hours.js) which is licensed |
---|
| 70 | with the New (2-clause) BSD license. |
---|
| 71 | |
---|
| 72 | ------------------------------------ ICONS ------------------------------------ |
---|
| 73 | |
---|
| 74 | Most icons have been nicked from GNOME and the GIMP, both under GPL. |
---|
| 75 | Some are originally LGPL but redistributed here under GPL. |
---|
| 76 | |
---|
| 77 | The keyboard icon comes fom: |
---|
| 78 | - source: http://www.iconfinder.net/index.php?q=key&page=icondetails&iconid=8553&size=128&q=key&s12=on&s16=on&s22=on&s32=on&s48=on&s64=on&s128=on |
---|
| 79 | - licence: GPL |
---|
| 80 | - designer: Paolino, http://www.paolinoland.it/ |
---|
| 81 | - original filename: keyboard.png |
---|
| 82 | - original size: 128x128 |
---|
| 83 | - modifications: icon was cropped, then resized |
---|