source: josm/CONTRIBUTION@ 104

Last change on this file since 104 was 104, checked in by imi, 18 years ago
  • started i18n
  • started "download incomplete ways" action
  • added straight line selection mode
File size: 2.4 KB
Line 
1The XML Parser is MinML2 from
2http://www.wilson.co.uk/xml/minml2.htm. The license is
3attached below.
4
5The jpeg metadata extraction code is from Drew Noakes
6(http://drewnoakes.com/code/exif).
7
8Most icons are inspired and stolen from gnome-media package
9of my local linux installation. The images are licensed
10under LGPL but redistributed by me under the terms of GPL
112.0. The world image is from onearth.pl.
12
13The gettext-commons-0.9.jar is from Felix Berger and Steffen Pingel (http://xnap-commons.sourceforge.net/gettext-commons/). The jar-file is licensed under LGPL.
14
15A internationalization-patch was submited 2006 by Sven Anders <sven@anders-hamburg.de>.
16
17All the rest are belong to me.
18
19
20Imi.
21
22
23
24All content of MinML2.jar is licensed under:
25----------------MinML2 license--------------------
26Copyright (c) 1999, John Wilson (tug@wilson.co.uk).
27All rights reserved.
28Redistribution and use in source and binary forms,
29with or without modification, are permitted provided
30that the following conditions are met:
31
32Redistributions of source code must retain the above
33copyright notice, this list of conditions and the
34following disclaimer.
35
36Redistributions in binary form must reproduce the
37above copyright notice, this list of conditions and
38the following disclaimer in the documentation and/or
39other materials provided with the distribution.
40
41All advertising materials mentioning features or use
42of this software must display the following acknowledgement:
43
44This product includes software developed by John Wilson.
45The name of John Wilson may not be used to endorse or promote
46products derived from this software without specific prior
47written permission.
48
49THIS SOFTWARE IS PROVIDED BY JOHN WILSON ``AS IS'' AND ANY
50EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
51THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
52PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JOHN WILSON
53BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
55TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
57ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
59IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
60OF THE POSSIBILITY OF SUCH DAMAGE
61--------------------------------------------------
Note: See TracBrowser for help on using the repository browser.