source: josm/trunk/CONTRIBUTION@ 19317

Last change on this file since 19317 was 19305, checked in by stoecker, 3 weeks ago

add Taylor

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 4.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
22Gerd Petermann
23Vincent Privat
24Frederik Ramm
25Taylor Smock
26Dirk Stöcker
27Stefan Volke
28Michael Zangl
29
30Many minor contributions and patches by others; see SVN history
31at https://josm.openstreetmap.de/svn/ for details. Use
32"josm-dev AT openstreetmap.org" to contact still active authors.
33
34The logo has been designed by Ilya Palikov.
35
36Copyright rests with the contributors.
37
38-------------------------------- EXTERNAL CODE --------------------------------
39
40The jpeg metadata extraction code is from Drew Noakes
41(https://github.com/drewnoakes/metadata-extractor) and licensed
42with Apache license version 2.0.
43
44The Bzip2 code is from Apache Commons Compress and licensed
45with Apache license version 2.0.
46
47The mail/url validator routines use code from Apache Commons
48Validator which is licensed with Apache license version 2.0.
49
50The NTv2 transformation code (http://jgridshift.sourceforge.net/)
51is from Peter Yuill and licensed with LGPL.
52
53The MultiSplitPane is from Hans Muller and licensed with LGPL
54(https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html).
55
56The Alphanum Algorithm is from David Koelle and license with MIT
57(http://www.davekoelle.com/alphanum.html)
58
59The Diff code (http://www.bmsi.com/java/#diff)
60is from Stuart D. Gathman and licensed with GPL.
61
62The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/)
63is from Johan Montagnat and licensed with GPL.
64
65The JSON code (https://javaee.github.io/jsonp/ and https://jakarta.ee/specifications/jsonp/)
66is from Oracle/Eclipse (RI for JSR 374: Java API for JSON Processing)
67and licensed with GPL / classpath exception.
68
69The opening hour validation uses OpeningHoursParser
70(https://github.com/simonpoole/OpeningHoursParser) which is licensed
71with MIT.
72
73The XZ code (https://tukaani.org/xz/java.html)
74is from Lasse Collin and Igor Pavlov
75and license BSD Zero Clause License (0BSD).
76
77The Windows shortcut parsing code is from StackOverflow:
78- https://stackoverflow.com/a/9403438/2257172
79- https://github.com/codebling/WindowsShortcuts
80
81The gui/animation Christmas GPL code is from Jiri Vanek (Red Hat):
82- http://icedtea.classpath.org/hg/icedtea-web/rev/87d3081ab573
83
84------------------------------- PROJECTION DATA -------------------------------
85
86Australian A66_National NTV2 grid: Source: Intergovernmental Committee on
87 Surveying and Mapping (CC BY 4.0)
88
89British OSTN02 NTV2 grid: Source: Ordnance Survey (BSD)
90© Crown copyright, Ordnance Survey and the Ministry of Defence (MOD) 2002.
91All rights reserved.
92
93French NTF_R93 NTV2 grid: Source: IGN - Institut national de l'information
94 géographique et forestière
95
96German BETA2007 NTV2 grid: Source: BKG - Bundesamt für Kartographie und Geodäsie
97
98Portuguese HGDLx / HGD73 NTV2 grids: Source: Direção Geral do Território
99
100Swiss CHENYX06 NTV2 grid: Source: Swiss Federal Office of Topography
101
102ESRI projection definitions: Environmental Systems Research Institute
103
104------------------------------------ ICONS ------------------------------------
105
106Lots of icons are from GNOME Project https://www.gnome.org/ under GPL or LGPL,
107redistributed here under GPL.
108
109Some icons are from GIMP https://www.gimp.org/ under GPL or LGPL,
110redistributed here under GPL.
111
112Some icons are from KDE https://www.kde.org under GPL
113
114Lots of icons are from https://openclipart.org/, https://publicdomainvectors.org/,
115https://de.wikipedia.org/wiki/Bildtafel_der_Verkehrszeichen_in_Deutschland,
116https://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg,
117http://www.sjjb.co.uk/mapicons/, The Tango Desktop Project, other sources
118or self created, all PD and CC0 licensed.
119
120Official OpenStreetMap logo has been created by Ken Vermette (CC BY-SA 3.0):
121https://commons.wikimedia.org/wiki/File:Openstreetmap_logo.svg
122
123Simple OpenStreetMap logo has been created by ScubbX (CC BY-SA 2.0) based on official
124OpenStreetMap logo:
125https://wiki.openstreetmap.org/wiki/File:Logo_simple.svg
126
127Social logos and the language icon come from https://github.com/FortAwesome/Font-Awesome (CC BY 4.0)
128
129See also the commit message of each icon for its source
130(https://josm.openstreetmap.de/browser/josm/trunk/resources/images).
Note: See TracBrowser for help on using the repository browser.