source: josm/trunk/CONTRIBUTION

Last change on this file was 19305, checked in by stoecker, 2 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
RevLine 
[7937]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
[15945]22Gerd Petermann
[7937]23Vincent Privat
24Frederik Ramm
[19305]25Taylor Smock
[7937]26Dirk Stöcker
[13834]27Stefan Volke
[10455]28Michael Zangl
[7937]29
30Many minor contributions and patches by others; see SVN history
[13454]31at https://josm.openstreetmap.de/svn/ for details. Use
[7937]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
[8132]41(https://github.com/drewnoakes/metadata-extractor) and licensed
[7937]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
[12909]56The Alphanum Algorithm is from David Koelle and license with MIT
[7937]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
[18723]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)
[7937]67and licensed with GPL / classpath exception.
68
[15978]69The opening hour validation uses OpeningHoursParser
70(https://github.com/simonpoole/OpeningHoursParser) which is licensed
71with MIT.
[7937]72
[13350]73The XZ code (https://tukaani.org/xz/java.html)
74is from Lasse Collin and Igor Pavlov
[19191]75and license BSD Zero Clause License (0BSD).
[13350]76
[13710]77The Windows shortcut parsing code is from StackOverflow:
78- https://stackoverflow.com/a/9403438/2257172
79- https://github.com/codebling/WindowsShortcuts
80
[14578]81The gui/animation Christmas GPL code is from Jiri Vanek (Red Hat):
82- http://icedtea.classpath.org/hg/icedtea-web/rev/87d3081ab573
83
[11660]84------------------------------- PROJECTION DATA -------------------------------
85
[13588]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
[11660]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
[13588]98Portuguese HGDLx / HGD73 NTV2 grids: Source: Direção Geral do Território
99
[11660]100Swiss CHENYX06 NTV2 grid: Source: Swiss Federal Office of Topography
101
[13598]102ESRI projection definitions: Environmental Systems Research Institute
103
[7937]104------------------------------------ ICONS ------------------------------------
105
[16351]106Lots of icons are from GNOME Project https://www.gnome.org/ under GPL or LGPL,
107redistributed here under GPL.
[7937]108
[16351]109Some icons are from GIMP https://www.gimp.org/ under GPL or LGPL,
110redistributed here under GPL.
111
[16744]112Some icons are from KDE https://www.kde.org under GPL
113
[16351]114Lots of icons are from https://openclipart.org/, https://publicdomainvectors.org/,
[16744]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.
[16351]119
[16854]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:
[13781]125https://wiki.openstreetmap.org/wiki/File:Logo_simple.svg
126
[17231]127Social logos and the language icon come from https://github.com/FortAwesome/Font-Awesome (CC BY 4.0)
[13781]128
[16351]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.