| 1 |
tmurakam |
1.1 |
--------------------------------------------------------------------------- |
| 2 |
|
|
- AutoCoast LICENSE |
| 3 |
|
|
|
| 4 |
|
|
AutoCoast: Automatic Coastline scenery generator for Flight Simulator |
| 5 |
|
|
|
| 6 |
|
|
Copyright (c) 2004, Takuya Murakami. All rights reserved. |
| 7 |
|
|
|
| 8 |
|
|
Redistribution and use in source and binary forms, with or without |
| 9 |
|
|
modification, are permitted provided that the following conditions |
| 10 |
|
|
are met: |
| 11 |
|
|
|
| 12 |
|
|
1. Redistributions of source code must retain the above copyright |
| 13 |
|
|
notice, this list of conditions and the following disclaimer. |
| 14 |
|
|
|
| 15 |
|
|
2. Redistributions in binary form must reproduce the above copyright |
| 16 |
|
|
notice, this list of conditions and the following disclaimer in the |
| 17 |
|
|
documentation and/or other materials provided with the distribution. |
| 18 |
|
|
|
| 19 |
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 20 |
|
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 21 |
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 22 |
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR |
| 23 |
|
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 24 |
|
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 25 |
|
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 26 |
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 27 |
|
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 28 |
|
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 29 |
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 |
|
|
|
| 31 |
|
|
--------------------------------------------------------------------------- |
| 32 |
|
|
- Generic Polygon Clipper LICENSE |
| 33 |
|
|
|
| 34 |
|
|
Project: Generic Polygon Clipper |
| 35 |
|
|
|
| 36 |
|
|
Author: Alan Murta (email: gpc@cs.man.ac.uk) |
| 37 |
|
|
Version: 2.31 |
| 38 |
|
|
Date: 4th June 1999 |
| 39 |
|
|
|
| 40 |
|
|
Copyright: (C) 1997-1999, Advanced Interfaces Group, |
| 41 |
|
|
University of Manchester. |
| 42 |
|
|
|
| 43 |
|
|
This software is free for non-commercial use. It may be copied, |
| 44 |
|
|
modified, and redistributed provided that this copyright notice |
| 45 |
|
|
is preserved on all copies. The intellectual property rights of |
| 46 |
|
|
the algorithms used reside with the University of Manchester |
| 47 |
|
|
Advanced Interfaces Group. |
| 48 |
|
|
|
| 49 |
|
|
You may not use this software, in whole or in part, in support |
| 50 |
|
|
of any commercial product without the express consent of the |
| 51 |
|
|
author. |
| 52 |
|
|
|
| 53 |
|
|
There is no warranty or other guarantee of fitness of this |
| 54 |
|
|
software for any purpose. It is provided solely "as is". |