source: josm/trunk/CONTRIBUTION@ 14458

Last change on this file since 14458 was 13834, checked in by Klumbumbus, 6 years ago

ignore indoor=room for now

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