[63] | 1 | One XML Parser is JDOM 1.0 which comes from www.jdom.org and
|
---|
| 2 | is licensed under "JDOM license", a modified Apache License
|
---|
[101] | 3 | with Aknowledgement removed. The other XML Parser is MinML2
|
---|
| 4 | from http://www.wilson.co.uk/xml/minml2.htm. The license is
|
---|
[63] | 5 | attached below.
|
---|
[14] | 6 |
|
---|
[101] | 7 | The jpeg metadata extraction code is from Drew Noakes
|
---|
| 8 | (http://drewnoakes.com/code/exif).
|
---|
| 9 |
|
---|
| 10 | Most icons are inspired and stolen from gnome-media package
|
---|
[14] | 11 | of my local linux installation. The images are licensed
|
---|
[101] | 12 | under LGPL but redistributed by me under the terms of GPL
|
---|
| 13 | 2.0. The world image is from onearth.pl.
|
---|
[14] | 14 |
|
---|
| 15 |
|
---|
[101] | 16 | All the rest are belong to me.
|
---|
[14] | 17 |
|
---|
[101] | 18 |
|
---|
[14] | 19 | Imi.
|
---|
[63] | 20 |
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | All content of MinML2.jar is licensed under:
|
---|
| 24 | ----------------MinML2 license--------------------
|
---|
| 25 | Copyright (c) 1999, John Wilson (tug@wilson.co.uk).
|
---|
| 26 | All rights reserved.
|
---|
| 27 | Redistribution and use in source and binary forms,
|
---|
| 28 | with or without modification, are permitted provided
|
---|
| 29 | that the following conditions are met:
|
---|
| 30 |
|
---|
| 31 | Redistributions of source code must retain the above
|
---|
| 32 | copyright notice, this list of conditions and the
|
---|
| 33 | following disclaimer.
|
---|
| 34 |
|
---|
| 35 | Redistributions in binary form must reproduce the
|
---|
| 36 | above copyright notice, this list of conditions and
|
---|
| 37 | the following disclaimer in the documentation and/or
|
---|
| 38 | other materials provided with the distribution.
|
---|
| 39 |
|
---|
| 40 | All advertising materials mentioning features or use
|
---|
| 41 | of this software must display the following acknowledgement:
|
---|
| 42 |
|
---|
| 43 | This product includes software developed by John Wilson.
|
---|
| 44 | The name of John Wilson may not be used to endorse or promote
|
---|
| 45 | products derived from this software without specific prior
|
---|
| 46 | written permission.
|
---|
| 47 |
|
---|
| 48 | THIS SOFTWARE IS PROVIDED BY JOHN WILSON ``AS IS'' AND ANY
|
---|
| 49 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
---|
| 50 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
---|
| 51 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JOHN WILSON
|
---|
| 52 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
| 53 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
---|
| 54 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
| 55 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
---|
| 56 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
| 57 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
---|
| 58 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
---|
| 59 | OF THE POSSIBILITY OF SUCH DAMAGE
|
---|
[101] | 60 | --------------------------------------------------
|
---|