source: josm/trunk/CONTRIBUTION@ 6388

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

update license/copyright information

  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 1.9 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
32The jpeg metadata extraction code is from Drew Noakes
33(http://code.google.com/p/metadata-extractor/) and licensed
34with Apache license version 2.0.
35
36Most icons have been nicked from GNOME and the GIMP, both
37under GPL. Some are originally LGPL but redistributed here under
38GPL. The world image is from onearth.pl.
39
40The Bzip2 code is from Keiron Liddle (Apache project) and licensed
41with Apache license version 2.0.
42
43The signpost code (http://code.google.com/p/oauth-signpost/)
44is from Matthias Käppler and licensed with the Apache License 2.0.
45
46The NTv2 transformation code (http://jgridshift.sourceforge.net/)
47is from Peter Yuill and licensed with LGPL.
48
49The 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
52The Diff code (http://www.bmsi.com/java/#diff)
53is from Stuart D. Gathman and licensed with GPL.
54
55The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/)
56is from Johan Montagnat and licensed with GPL.
57
58The opening hour validation uses code from opening_hour.js
59(https://github.com/ypid/opening_hours.js) which is licensed
60with the New (2-clause) BSD license.
Note: See TracBrowser for help on using the repository browser.