| 1 | This package was debianized by Mark W. Eichin <eichin@thok.org> on |
|---|
| 2 | Tue, 23 Apr 2002 01:58:14 -0400. |
|---|
| 3 | |
|---|
| 4 | It was downloaded from http://www.ktools.org/dist/owl/owl-2.1.8.tar.gz |
|---|
| 5 | |
|---|
| 6 | Upstream Author(s): bug-ktools@ktools.org |
|---|
| 7 | |
|---|
| 8 | Owl was primarly written by James Kretchmar at the Massachusetts |
|---|
| 9 | Institute of Technology. Erik Nygren has also made substantial |
|---|
| 10 | contributions and improvemnts to the program. |
|---|
| 11 | |
|---|
| 12 | Copyright: |
|---|
| 13 | |
|---|
| 14 | from owl.c: |
|---|
| 15 | |
|---|
| 16 | /* Copyright (c) 2004 James Kretchmar. All rights reserved. |
|---|
| 17 | * |
|---|
| 18 | * Redistribution and use in source and binary forms, with or without |
|---|
| 19 | * modification, are permitted provided that the following conditions are |
|---|
| 20 | * met: |
|---|
| 21 | * |
|---|
| 22 | * * Redistributions of source code must retain the above copyright |
|---|
| 23 | * notice, this list of conditions and the following disclaimer. |
|---|
| 24 | * |
|---|
| 25 | * * Redistributions in binary form must reproduce the above copyright |
|---|
| 26 | * notice, this list of conditions and the following disclaimer in |
|---|
| 27 | * the documentation and/or other materials provided with the |
|---|
| 28 | * distribution. |
|---|
| 29 | * |
|---|
| 30 | * * Redistributions in any form must be accompanied by information on |
|---|
| 31 | * how to obtain complete source code for the Owl software and any |
|---|
| 32 | * accompanying software that uses the Owl software. The source code |
|---|
| 33 | * must either be included in the distribution or be available for no |
|---|
| 34 | * more than the cost of distribution plus a nominal fee, and must be |
|---|
| 35 | * freely redistributable under reasonable conditions. For an |
|---|
| 36 | * executable file, complete source code means the source code for |
|---|
| 37 | * all modules it contains. It does not include source code for |
|---|
| 38 | * modules or files that typically accompany the major components of |
|---|
| 39 | * the operating system on which the executable file runs. |
|---|
| 40 | * |
|---|
| 41 | * |
|---|
| 42 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
|---|
| 43 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 44 | * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
|---|
| 45 | * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE |
|---|
| 46 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|---|
| 47 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|---|
| 48 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
|---|
| 49 | * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
|---|
| 50 | * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
|---|
| 51 | * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
|---|
| 52 | * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 53 | */ |
|---|
| 54 | |
|---|
| 55 | ktools software -- The 'k' is for Quality! |
|---|