1The rumprun software stack is provided under a 2-clause BSD license
2which is given at the end of this file.
3
4NetBSD source code (src-netbsd) is required for successful execution.
5NetBSD is licensed under a BSD style license, but third party code
6imported into the NetBSD tree's "external" section may have a differing
7license.  For example, source code licensed under CDDL is found in
8src/external/cddl.  Almost all of the produced rump kernel component
9binaries fall under a BSD license, but when pertinent, verify the license
10of a component by examining its source code.  We do not intentionally
11include code which is available exclusively under GPL to avoid debate
12on the licensing terms of the entire rumprun stack.
13
14
15Copyright (c) Authors.  All rights reserved.
16
17Redistribution and use in source and binary forms, with or without
18modification, are permitted provided that the following conditions
19are met:
201. Redistributions of source code must retain the above copyright
21   notice, this list of conditions and the following disclaimer.
222. Redistributions in binary form must reproduce the above copyright
23   notice, this list of conditions and the following disclaimer in the
24   documentation and/or other materials provided with the distribution.
25
26THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
27ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
30FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36SUCH DAMAGE.
37