| 1 | = Gnowsis License = |
| 2 | |
| 3 | License: |
| 4 | |
| 5 | we are [http://www.opensource.org/licenses/bsd-license.php BSD]! |
| 6 | |
| 7 | {{{ |
| 8 | Gnowsis License 1.1 |
| 9 | |
| 10 | Copyright (c) 2005, Leo Sauermann & DFKI German Research Center for Artificial Intelligence GmbH |
| 11 | All rights reserved. |
| 12 | |
| 13 | This license is compatible with the BSD license http://www.opensource.org/licenses/bsd-license.php |
| 14 | |
| 15 | Redistribution and use in source and binary forms, |
| 16 | with or without modification, are permitted provided |
| 17 | that the following conditions are met: |
| 18 | |
| 19 | * Redistributions of source code must retain the above copyright notice, |
| 20 | this list of conditions and the following disclaimer. |
| 21 | * Redistributions in binary form must reproduce the above copyright notice, |
| 22 | this list of conditions and the following disclaimer in the documentation |
| 23 | and/or other materials provided with the distribution. |
| 24 | * Neither the name of the DFKI nor the names of its contributors |
| 25 | may be used to endorse or promote products derived from this software |
| 26 | without specific prior written permission. |
| 27 | |
| 28 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 29 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 30 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 31 | IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 32 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 33 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 34 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 35 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 36 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 37 | |
| 38 | Additions |
| 39 | ========= |
| 40 | |
| 41 | Addition1: |
| 42 | gnowsis links to the Java Activation Framework, which is licensed under the GPL |
| 43 | but contains an exception that allows linking. |
| 44 | One file in gnowsis is subclassed from this code and therefore under this special license: |
| 45 | org.gnowsis.data.util.InverseFiletypeMap |
| 46 | }}} |