VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/licensing/vbox-base/licensing-license-vbox-base-libslirp-4.8.0.dita

Last change on this file was 105933, checked in by vboxsync, 9 months ago

Docs: bugref:10705. Updating licensing chapter by copying dita files from docs team's repo. Plus some modifications.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 KB
Line 
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
10Slirp was written by Danny Gasparovski.
11Copyright (c), 1995,1996 All Rights Reserved.
12
13Slirp is free software; &#34;free&#34; as in you don&#39;t have to pay for it, and you
14are free to do whatever you want with it. I do not accept any donations,
15monetary or otherwise, for Slirp. Instead, I would ask you to pass this
16potential donation to your favorite charity. In fact, I encourage
17*everyone* who finds Slirp useful to make a small donation to their
18favorite charity (for example, GreenPeace). This is not a requirement, but
19a suggestion from someone who highly values the service they provide.
20
21The 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&#39;&#39; 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
52This basically means you can do anything you want with the software, except
531) call it your own, and 2) claim warranty on it. There is no warranty for
54this software. None. Nada. If you lose a million dollars while using
55Slirp, that&#39;s your loss not mine. So, ***USE AT YOUR OWN RISK!***.
56
57If these conditions cannot be met due to legal restrictions (E.g. where it
58is against the law to give out Software without warranty), you must cease
59using the software and delete all copies you have.
60
61Slirp uses code that is copyrighted by the following people/organizations:
62
63Juha Pirkola.
64Gregory M. Christy.
65The Regents of the University of California.
66Carnegie Mellon University.
67The Australian National University.
68RSA Data Security, Inc.
69
70Please read the top of each source file for the details on the various
71copyrights.
72=====================================================
73src/if.c:
74
75/* SPDX-License-Identifier: BSD-3-Clause */
76/*
77 * Copyright (c) 1995 Danny Gasparovski.
78 */
79=================================================
80src/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 &#34;Software&#34;), 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 &#34;AS IS&#34;, 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>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette