source: josm/trunk/CONTRIBUTION@ 7017

Last change on this file since 7017 was 6920, checked in by Don-vip, 10 years ago

fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by default + other HTTPS links where applicable + update CONTRIBUTION

  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 2.6 KB
Line 
1JOSM was originally designed and coded by Immanuel Scholz,
2and is now maintained by the OpenStreetMap community.
3
4The current JOSM maintainer is Dirk Stöcker.
5A lot of administration work is done by Paul Hartmann and Vincent Privat.
6
7Major code contributions from (in alphabetical order):
8
9Stefan Breunig
10David Earl
11Gabriel Ebner
12Dave Hansen
13Paul Hartmann
14Karl Guggisberg
15Matthias Julius
16Alexei Kasatkin
17Jiri Klement
18Ulf Lamping
19Simon Legner
20Raphael Mack
21Upliner Mikhalych
22Vincent Privat
23Frederik Ramm
24Dirk Stöcker
25
26Many minor contributions and patches by others; see SVN history
27at http://josm.openstreetmap.de/svn/ for details. Use
28"josm-dev AT openstreetmap.org" to contact still active authors.
29
30Copyright rests with the contributors.
31
32-------------------------------- EXTERNAL CODE --------------------------------
33
34The jpeg metadata extraction code is from Drew Noakes
35(http://code.google.com/p/metadata-extractor/) and licensed
36with Apache license version 2.0.
37
38The Bzip2 code is from Keiron Liddle (Apache project) and licensed
39with Apache license version 2.0.
40
41The signpost code (http://code.google.com/p/oauth-signpost/)
42is from Matthias Käppler and licensed with the Apache License 2.0.
43
44The NTv2 transformation code (http://jgridshift.sourceforge.net/)
45is from Peter Yuill and licensed with LGPL.
46
47The MultiSplitPane is from Hans Muller and licensed with LGPL
48(https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html).
49
50The Alphanum Algorithm is from David Koelle and license with LGPL
51(http://www.davekoelle.com/alphanum.html)
52
53The Diff code (http://www.bmsi.com/java/#diff)
54is from Stuart D. Gathman and licensed with GPL.
55
56The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/)
57is from Johan Montagnat and licensed with GPL.
58
59The JSON code (https://java.net/projects/jsonp/)
60is from Oracle (RI for JSR 353: Java API for JSON Processing)
61and licensed with GPL / classpath exception.
62
63The opening hour validation uses code from opening_hour.js
64(https://github.com/ypid/opening_hours.js) which is licensed
65with the New (2-clause) BSD license.
66
67------------------------------------ ICONS ------------------------------------
68
69Most icons have been nicked from GNOME and the GIMP, both under GPL.
70Some are originally LGPL but redistributed here under GPL.
71
72The keyboard icon comes fom:
73- 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
74- licence: GPL
75- designer: Paolino, http://www.paolinoland.it/
76- original filename: keyboard.png
77- original size: 128x128
78- modifications: icon was cropped, then resized
Note: See TracBrowser for help on using the repository browser.