source: josm/CONTRIBUTION@ 103

Last change on this file since 103 was 103, checked in by imi, 18 years ago
  • fixed unicode compatibility
  • added Layer menu which mirrors the layer list context menu
  • added "convert to data layer" for all gps layers
  • removed raw gpx import and 0.2 osm-file import
  • removed dependency to JDOM
File size: 2.1 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
13
14All the rest are belong to me.
15
16
17Imi.
18
19
20
21All content of MinML2.jar is licensed under:
22----------------MinML2 license--------------------
23Copyright (c) 1999, John Wilson (tug@wilson.co.uk).
24All rights reserved.
25Redistribution and use in source and binary forms,
26with or without modification, are permitted provided
27that the following conditions are met:
28
29Redistributions of source code must retain the above
30copyright notice, this list of conditions and the
31following disclaimer.
32
33Redistributions in binary form must reproduce the
34above copyright notice, this list of conditions and
35the following disclaimer in the documentation and/or
36other materials provided with the distribution.
37
38All advertising materials mentioning features or use
39of this software must display the following acknowledgement:
40
41This product includes software developed by John Wilson.
42The name of John Wilson may not be used to endorse or promote
43products derived from this software without specific prior
44written permission.
45
46THIS SOFTWARE IS PROVIDED BY JOHN WILSON ``AS IS'' AND ANY
47EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
48THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
49PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JOHN WILSON
50BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
51EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
52TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
54ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
55LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
56IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
57OF THE POSSIBILITY OF SUCH DAMAGE
58--------------------------------------------------
Note: See TracBrowser for help on using the repository browser.