Commit 25b42e9d53c0c2b8bce02483d0e80c9ae90e2f53
1 parent
8d6c7eb8
added missing copyright file
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@846 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
64 additions
and
0 deletions
slirp/COPYRIGHT
0 → 100644
1 | +Slirp was written by Danny Gasparovski. | |
2 | +Copyright (c), 1995,1996 All Rights Reserved. | |
3 | + | |
4 | +Slirp is maintained by Kelly Price <tygris+slirp@erols.com> | |
5 | + | |
6 | +Slirp is free software; "free" as in you don't have to pay for it, and you | |
7 | +are free to do whatever you want with it. I do not accept any donations, | |
8 | +monetary or otherwise, for Slirp. Instead, I would ask you to pass this | |
9 | +potential donation to your favorite charity. In fact, I encourage | |
10 | +*everyone* who finds Slirp useful to make a small donation to their | |
11 | +favorite charity (for example, GreenPeace). This is not a requirement, but | |
12 | +a suggestion from someone who highly values the service they provide. | |
13 | + | |
14 | +The copyright terms and conditions: | |
15 | + | |
16 | +---BEGIN--- | |
17 | + | |
18 | + Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved. | |
19 | + | |
20 | + Redistribution and use in source and binary forms, with or without | |
21 | + modification, are permitted provided that the following conditions | |
22 | + are met: | |
23 | + 1. Redistributions of source code must retain the above copyright | |
24 | + notice, this list of conditions and the following disclaimer. | |
25 | + 2. Redistributions in binary form must reproduce the above copyright | |
26 | + notice, this list of conditions and the following disclaimer in the | |
27 | + documentation and/or other materials provided with the distribution. | |
28 | + 3. All advertising materials mentioning features or use of this software | |
29 | + must display the following acknowledgment: | |
30 | + This product includes software developed by Danny Gasparovski. | |
31 | + | |
32 | + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
33 | + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | |
34 | + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL | |
35 | + DANNY GASPAROVSKI OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
36 | + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | |
37 | + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
38 | + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
39 | + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
40 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | |
41 | + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
42 | + | |
43 | +---END--- | |
44 | + | |
45 | +This basically means you can do anything you want with the software, except | |
46 | +1) call it your own, and 2) claim warranty on it. There is no warranty for | |
47 | +this software. None. Nada. If you lose a million dollars while using | |
48 | +Slirp, that's your loss not mine. So, ***USE AT YOUR OWN RISK!***. | |
49 | + | |
50 | +If these conditions cannot be met due to legal restrictions (E.g. where it | |
51 | +is against the law to give out Software without warranty), you must cease | |
52 | +using the software and delete all copies you have. | |
53 | + | |
54 | +Slirp uses code that is copyrighted by the following people/organizations: | |
55 | + | |
56 | +Juha Pirkola. | |
57 | +Gregory M. Christy. | |
58 | +The Regents of the University of California. | |
59 | +Carnegie Mellon University. | |
60 | +The Australian National University. | |
61 | +RSA Data Security, Inc. | |
62 | + | |
63 | +Please read the top of each source file for the details on the various | |
64 | +copyrights. | ... | ... |