]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/xen/interface/COPYING
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / xen / interface / COPYING
1 XEN NOTICE
2 ==========
3
4 This copyright applies to all files within this subdirectory and its
5 subdirectories:
6   include/public/*.h
7   include/public/hvm/*.h
8   include/public/io/*.h
9
10 The intention is that these files can be freely copied into the source
11 tree of an operating system when porting that OS to run on Xen. Doing
12 so does *not* cause the OS to become subject to the terms of the GPL.
13
14 All other files in the Xen source distribution are covered by version
15 2 of the GNU General Public License except where explicitly stated
16 otherwise within individual source files.
17
18  -- Keir Fraser (on behalf of the Xen team)
19
20 =====================================================================
21
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to
24 deal in the Software without restriction, including without limitation the
25 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
26 sell copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28
29 The above copyright notice and this permission notice shall be included in
30 all copies or substantial portions of the Software.
31
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
37 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
38 DEALINGS IN THE SOFTWARE.