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 | Gerd Petermann
|
---|
23 | Vincent Privat
|
---|
24 | Frederik Ramm
|
---|
25 | Dirk Stöcker
|
---|
26 | Stefan Volke
|
---|
27 | Michael Zangl
|
---|
28 |
|
---|
29 | Many minor contributions and patches by others; see SVN history
|
---|
30 | at https://josm.openstreetmap.de/svn/ for details. Use
|
---|
31 | "josm-dev AT openstreetmap.org" to contact still active authors.
|
---|
32 |
|
---|
33 | The logo has been designed by Ilya Palikov.
|
---|
34 |
|
---|
35 | Copyright rests with the contributors.
|
---|
36 |
|
---|
37 | -------------------------------- EXTERNAL CODE --------------------------------
|
---|
38 |
|
---|
39 | The jpeg metadata extraction code is from Drew Noakes
|
---|
40 | (https://github.com/drewnoakes/metadata-extractor) and licensed
|
---|
41 | with Apache license version 2.0.
|
---|
42 |
|
---|
43 | The Bzip2 code is from Apache Commons Compress and licensed
|
---|
44 | with Apache license version 2.0.
|
---|
45 |
|
---|
46 | The signpost code (http://code.google.com/p/oauth-signpost/)
|
---|
47 | is from Matthias Käppler and licensed with the Apache License 2.0.
|
---|
48 |
|
---|
49 | The mail/url validator routines use code from Apache Commons
|
---|
50 | Validator which is licensed with Apache license version 2.0.
|
---|
51 |
|
---|
52 | The NTv2 transformation code (http://jgridshift.sourceforge.net/)
|
---|
53 | is from Peter Yuill and licensed with LGPL.
|
---|
54 |
|
---|
55 | The MultiSplitPane is from Hans Muller and licensed with LGPL
|
---|
56 | (https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html).
|
---|
57 |
|
---|
58 | The Alphanum Algorithm is from David Koelle and license with MIT
|
---|
59 | (http://www.davekoelle.com/alphanum.html)
|
---|
60 |
|
---|
61 | The Diff code (http://www.bmsi.com/java/#diff)
|
---|
62 | is from Stuart D. Gathman and licensed with GPL.
|
---|
63 |
|
---|
64 | The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/)
|
---|
65 | is from Johan Montagnat and licensed with GPL.
|
---|
66 |
|
---|
67 | The JSON code (https://javaee.github.io/jsonp/)
|
---|
68 | is from Oracle (RI for JSR 374: Java API for JSON Processing)
|
---|
69 | and licensed with GPL / classpath exception.
|
---|
70 |
|
---|
71 | The opening hour validation uses code from opening_hour.js
|
---|
72 | (https://github.com/ypid/opening_hours.js) which is licensed
|
---|
73 | with the New (2-clause) BSD license.
|
---|
74 |
|
---|
75 | The XZ code (https://tukaani.org/xz/java.html)
|
---|
76 | is from Lasse Collin and Igor Pavlov
|
---|
77 | and license free Public Domain.
|
---|
78 |
|
---|
79 | The Windows shortcut parsing code is from StackOverflow:
|
---|
80 | - https://stackoverflow.com/a/9403438/2257172
|
---|
81 | - https://github.com/codebling/WindowsShortcuts
|
---|
82 |
|
---|
83 | The gui/animation Christmas GPL code is from Jiri Vanek (Red Hat):
|
---|
84 | - http://icedtea.classpath.org/hg/icedtea-web/rev/87d3081ab573
|
---|
85 |
|
---|
86 | ------------------------------- PROJECTION DATA -------------------------------
|
---|
87 |
|
---|
88 | Australian A66_National NTV2 grid: Source: Intergovernmental Committee on
|
---|
89 | Surveying and Mapping (CC BY 4.0)
|
---|
90 |
|
---|
91 | British OSTN02 NTV2 grid: Source: Ordnance Survey (BSD)
|
---|
92 | © Crown copyright, Ordnance Survey and the Ministry of Defence (MOD) 2002.
|
---|
93 | All rights reserved.
|
---|
94 |
|
---|
95 | French NTF_R93 NTV2 grid: Source: IGN - Institut national de l'information
|
---|
96 | géographique et forestière
|
---|
97 |
|
---|
98 | German BETA2007 NTV2 grid: Source: BKG - Bundesamt für Kartographie und Geodäsie
|
---|
99 |
|
---|
100 | Portuguese HGDLx / HGD73 NTV2 grids: Source: Direção Geral do Território
|
---|
101 |
|
---|
102 | Swiss CHENYX06 NTV2 grid: Source: Swiss Federal Office of Topography
|
---|
103 |
|
---|
104 | ESRI projection definitions: Environmental Systems Research Institute
|
---|
105 |
|
---|
106 | ------------------------------------ ICONS ------------------------------------
|
---|
107 |
|
---|
108 | Most icons have been nicked from GNOME and the GIMP, both under GPL.
|
---|
109 | Some are originally LGPL but redistributed here under GPL.
|
---|
110 |
|
---|
111 | Simple OpenStreetMap logo has been created by ScubbX (CC-SA 2.0) based on official
|
---|
112 | logo used by the OpenStreetMap Foundation:
|
---|
113 | https://wiki.openstreetmap.org/wiki/File:Logo_simple.svg
|
---|
114 |
|
---|
115 | Social logos come from https://github.com/Automattic/social-logos (GPLv2 or later)
|
---|
116 |
|
---|
117 | The keyboard icon comes fom:
|
---|
118 | - 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
|
---|
119 | - licence: GPL
|
---|
120 | - designer: Paolino, http://www.paolinoland.it/
|
---|
121 | - original filename: keyboard.png
|
---|
122 | - original size: 128x128
|
---|
123 | - modifications: icon was cropped, then resized
|
---|