1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="license-libslirp-4.8.0">
|
---|
4 |
|
---|
5 | <title>libslirp</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <pre xml:space="preserve">COPYRIGHT:
|
---|
9 |
|
---|
10 | Slirp was written by Danny Gasparovski.
|
---|
11 | Copyright (c), 1995,1996 All Rights Reserved.
|
---|
12 |
|
---|
13 | Slirp is free software; "free" as in you don't have to pay for it, and you
|
---|
14 | are free to do whatever you want with it. I do not accept any donations,
|
---|
15 | monetary or otherwise, for Slirp. Instead, I would ask you to pass this
|
---|
16 | potential donation to your favorite charity. In fact, I encourage
|
---|
17 | *everyone* who finds Slirp useful to make a small donation to their
|
---|
18 | favorite charity (for example, GreenPeace). This is not a requirement, but
|
---|
19 | a suggestion from someone who highly values the service they provide.
|
---|
20 |
|
---|
21 | The copyright terms and conditions:
|
---|
22 |
|
---|
23 | ---BEGIN---
|
---|
24 |
|
---|
25 | Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved.
|
---|
26 |
|
---|
27 | Redistribution and use in source and binary forms, with or without
|
---|
28 | modification, are permitted provided that the following conditions
|
---|
29 | are met:
|
---|
30 | 1. Redistributions of source code must retain the above copyright
|
---|
31 | notice, this list of conditions and the following disclaimer.
|
---|
32 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
33 | notice, this list of conditions and the following disclaimer in the
|
---|
34 | documentation and/or other materials provided with the distribution.
|
---|
35 | 3. Neither the name of the copyright holder nor the names of its
|
---|
36 | contributors may be used to endorse or promote products derived
|
---|
37 | from this software without specific prior written permission.
|
---|
38 |
|
---|
39 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
---|
40 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
---|
41 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
---|
42 | DANNY GASPAROVSKI OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
43 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
---|
44 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
45 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
---|
46 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
47 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
---|
48 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
49 |
|
---|
50 | ---END---
|
---|
51 |
|
---|
52 | This basically means you can do anything you want with the software, except
|
---|
53 | 1) call it your own, and 2) claim warranty on it. There is no warranty for
|
---|
54 | this software. None. Nada. If you lose a million dollars while using
|
---|
55 | Slirp, that's your loss not mine. So, ***USE AT YOUR OWN RISK!***.
|
---|
56 |
|
---|
57 | If these conditions cannot be met due to legal restrictions (E.g. where it
|
---|
58 | is against the law to give out Software without warranty), you must cease
|
---|
59 | using the software and delete all copies you have.
|
---|
60 |
|
---|
61 | Slirp uses code that is copyrighted by the following people/organizations:
|
---|
62 |
|
---|
63 | Juha Pirkola.
|
---|
64 | Gregory M. Christy.
|
---|
65 | The Regents of the University of California.
|
---|
66 | Carnegie Mellon University.
|
---|
67 | The Australian National University.
|
---|
68 | RSA Data Security, Inc.
|
---|
69 |
|
---|
70 | Please read the top of each source file for the details on the various
|
---|
71 | copyrights.
|
---|
72 | =====================================================
|
---|
73 | src/if.c:
|
---|
74 |
|
---|
75 | /* SPDX-License-Identifier: BSD-3-Clause */
|
---|
76 | /*
|
---|
77 | * Copyright (c) 1995 Danny Gasparovski.
|
---|
78 | */
|
---|
79 | =================================================
|
---|
80 | src/slirp.c:
|
---|
81 |
|
---|
82 | /* SPDX-License-Identifier: MIT */
|
---|
83 | /*
|
---|
84 | * libslirp glue
|
---|
85 | *
|
---|
86 | * Copyright (c) 2004-2008 Fabrice Bellard
|
---|
87 | *
|
---|
88 | * Permission is hereby granted, free of charge, to any person obtaining a copy
|
---|
89 | * of this software and associated documentation files (the "Software"), to deal
|
---|
90 | * in the Software without restriction, including without limitation the rights
|
---|
91 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
---|
92 | * copies of the Software, and to permit persons to whom the Software is
|
---|
93 | * furnished to do so, subject to the following conditions:
|
---|
94 | *
|
---|
95 | * The above copyright notice and this permission notice shall be included in
|
---|
96 | * all copies or substantial portions of the Software.
|
---|
97 | *
|
---|
98 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
99 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
100 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
101 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
102 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
---|
103 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
---|
104 | * THE SOFTWARE.
|
---|
105 | */</pre>
|
---|
106 | </body>
|
---|
107 | </topic>
|
---|