source: josm/trunk/CONTRIBUTION

Last change on this file was 19191, checked in by taylor.smock, 3 months ago

Dependency updates

ivy.xml

  • org.openstreetmap.jmapviewer:jmapviewer: 2.20 -> 2.21 (see #23841)
  • org.eclipse.parsson:parsson: 1.1.6 -> 1.1.7
  • org.apache.commons:commons-compress: 1.26.2 -> 1.27.0
  • org.tukaani:xz: 1.9 -> 1.10 (PD -> 0BSD)
  • org.webjars.npm:tag2link: 2024.7.8 -> 2024.8.12

tools/ivy.xml

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