source: josm/trunk/CONTRIBUTION@ 13825

Last change on this file since 13825 was 13781, checked in by Don-vip, 6 years ago

see #8011 - improve About dialog to promote translations:

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