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