source: josm/trunk/CONTRIBUTION@ 16325

Last change on this file since 16325 was 15978, checked in by simon04, 4 years ago

fix #18140 - Switch to OpeningHoursParser

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 4.2 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
25Dirk Stöcker
[13834]26Stefan Volke
[10455]27Michael Zangl
[7937]28
29Many minor contributions and patches by others; see SVN history
[13454]30at https://josm.openstreetmap.de/svn/ for details. Use
[7937]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
[8132]40(https://github.com/drewnoakes/metadata-extractor) and licensed
[7937]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 signpost code (http://code.google.com/p/oauth-signpost/)
47is from Matthias Käppler and licensed with the Apache License 2.0.
48
49The mail/url validator routines use code from Apache Commons
50Validator which is licensed with Apache license version 2.0.
51
52The NTv2 transformation code (http://jgridshift.sourceforge.net/)
53is from Peter Yuill and licensed with LGPL.
54
55The MultiSplitPane is from Hans Muller and licensed with LGPL
56(https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html).
57
[12909]58The Alphanum Algorithm is from David Koelle and license with MIT
[7937]59(http://www.davekoelle.com/alphanum.html)
60
61The Diff code (http://www.bmsi.com/java/#diff)
62is from Stuart D. Gathman and licensed with GPL.
63
64The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/)
65is from Johan Montagnat and licensed with GPL.
66
[13231]67The JSON code (https://javaee.github.io/jsonp/)
68is from Oracle (RI for JSR 374: Java API for JSON Processing)
[7937]69and licensed with GPL / classpath exception.
70
[15978]71The opening hour validation uses OpeningHoursParser
72(https://github.com/simonpoole/OpeningHoursParser) which is licensed
73with MIT.
[7937]74
[13350]75The XZ code (https://tukaani.org/xz/java.html)
76is from Lasse Collin and Igor Pavlov
77and license free Public Domain.
78
[13710]79The Windows shortcut parsing code is from StackOverflow:
80- https://stackoverflow.com/a/9403438/2257172
81- https://github.com/codebling/WindowsShortcuts
82
[14578]83The gui/animation Christmas GPL code is from Jiri Vanek (Red Hat):
84- http://icedtea.classpath.org/hg/icedtea-web/rev/87d3081ab573
85
[11660]86------------------------------- PROJECTION DATA -------------------------------
87
[13588]88Australian A66_National NTV2 grid: Source: Intergovernmental Committee on
89 Surveying and Mapping (CC BY 4.0)
90
91British OSTN02 NTV2 grid: Source: Ordnance Survey (BSD)
92© Crown copyright, Ordnance Survey and the Ministry of Defence (MOD) 2002.
93All rights reserved.
94
[11660]95French NTF_R93 NTV2 grid: Source: IGN - Institut national de l'information
96 géographique et forestière
97
98German BETA2007 NTV2 grid: Source: BKG - Bundesamt für Kartographie und Geodäsie
99
[13588]100Portuguese HGDLx / HGD73 NTV2 grids: Source: Direção Geral do Território
101
[11660]102Swiss CHENYX06 NTV2 grid: Source: Swiss Federal Office of Topography
103
[13598]104ESRI projection definitions: Environmental Systems Research Institute
105
[7937]106------------------------------------ ICONS ------------------------------------
107
108Most icons have been nicked from GNOME and the GIMP, both under GPL.
109Some are originally LGPL but redistributed here under GPL.
110
[13781]111Simple OpenStreetMap logo has been created by ScubbX (CC-SA 2.0) based on official
112logo used by the OpenStreetMap Foundation:
113https://wiki.openstreetmap.org/wiki/File:Logo_simple.svg
114
115Social logos come from https://github.com/Automattic/social-logos (GPLv2 or later)
116
[7937]117The keyboard icon comes fom:
118- 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
119- licence: GPL
120- designer: Paolino, http://www.paolinoland.it/
121- original filename: keyboard.png
122- original size: 128x128
123- modifications: icon was cropped, then resized
Note: See TracBrowser for help on using the repository browser.