source: josm/trunk/CONTRIBUTION@ 7903

Last change on this file since 7903 was 7867, checked in by Don-vip, 9 years ago

see #10448 - Upgrade Bzip2 library to latest version of Apache Commons Compress. The Bzip2 code inside Apache Ant is no longer maintained. Update also CONTRIBUTION and README files + Javadoc update in Utils.

  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 2.8 KB
RevLine 
[1802]1JOSM was originally designed and coded by Immanuel Scholz,
2and is now maintained by the OpenStreetMap community.
[104]3
[1802]4The current JOSM maintainer is Dirk Stöcker.
[6043]5A lot of administration work is done by Paul Hartmann and Vincent Privat.
[1802]6
7Major code contributions from (in alphabetical order):
8
[2461]9Stefan Breunig
[1802]10David Earl
11Gabriel Ebner
[2461]12Dave Hansen
[4740]13Paul Hartmann
[2461]14Karl Guggisberg
[2704]15Matthias Julius
[4740]16Alexei Kasatkin
[2461]17Jiri Klement
[1802]18Ulf Lamping
[4349]19Simon Legner
[1802]20Raphael Mack
[3771]21Upliner Mikhalych
[4473]22Vincent Privat
[1802]23Frederik Ramm
24Dirk Stöcker
25
26Many minor contributions and patches by others; see SVN history
27at http://josm.openstreetmap.de/svn/ for details. Use
28"josm-dev AT openstreetmap.org" to contact still active authors.
29
[7799]30The logo has been designed by Ilya Palikov.
31
[1802]32Copyright rests with the contributors.
33
[6531]34-------------------------------- EXTERNAL CODE --------------------------------
35
[104]36The jpeg metadata extraction code is from Drew Noakes
[4231]37(http://code.google.com/p/metadata-extractor/) and licensed
38with Apache license version 2.0.
[104]39
[7867]40The Bzip2 code is from Apache Commons Compress and licensed
[1802]41with Apache license version 2.0.
[2748]42
43The signpost code (http://code.google.com/p/oauth-signpost/)
[3771]44is from Matthias Käppler and licensed with the Apache License 2.0.
[6370]45
[7489]46The mail/url validator routines use code from Apache Commons
47Validator which is licensed with Apache license version 2.0.
48
[6380]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
[6920]55The Alphanum Algorithm is from David Koelle and license with LGPL
56(http://www.davekoelle.com/alphanum.html)
57
[6380]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
[6756]64The JSON code (https://java.net/projects/jsonp/)
65is from Oracle (RI for JSR 353: Java API for JSON Processing)
66and licensed with GPL / classpath exception.
[6496]67
[6370]68The opening hour validation uses code from opening_hour.js
69(https://github.com/ypid/opening_hours.js) which is licensed
[6531]70with the New (2-clause) BSD license.
71
72------------------------------------ ICONS ------------------------------------
73
74Most icons have been nicked from GNOME and the GIMP, both under GPL.
75Some are originally LGPL but redistributed here under GPL.
76
77The keyboard icon comes fom:
78- 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
79- licence: GPL
80- designer: Paolino, http://www.paolinoland.it/
81- original filename: keyboard.png
82- original size: 128x128
83- modifications: icon was cropped, then resized
Note: See TracBrowser for help on using the repository browser.