aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.rootkeys1
-rw-r--r--xen/COPYING25
-rw-r--r--xen/include/hypervisor-ifs/COPYING28
3 files changed, 54 insertions, 0 deletions
diff --git a/.rootkeys b/.rootkeys
index 70a5f80d57..85ee6366fc 100644
--- a/.rootkeys
+++ b/.rootkeys
@@ -391,6 +391,7 @@
3ddb79c4HugMq7IYGxcQKFBpKwKhzA xen/include/asm-i386/types.h
3ddb79c3M2n1ROZH6xk3HbyN4CPDqg xen/include/asm-i386/uaccess.h
3ddb79c3uPGcP_l_2xyGgBSWd5aC-Q xen/include/asm-i386/unaligned.h
+400304fcmRQmDdFYEzDh0wcBba9alg xen/include/hypervisor-ifs/COPYING
3ddb79c2YTaZwOqWin9-QNgHge5RVw xen/include/hypervisor-ifs/block.h
3ddb79c2PMeWTK86y4C3F4MzHw4A1g xen/include/hypervisor-ifs/dom0_ops.h
3e6377eaioRoNm0m_HSDEAd4Vqrq_w xen/include/hypervisor-ifs/dom_mem_ops.h
diff --git a/xen/COPYING b/xen/COPYING
index 5b6e7c66c2..36736250ee 100644
--- a/xen/COPYING
+++ b/xen/COPYING
@@ -1,3 +1,28 @@
+ XEN NOTICE
+ ==========
+
+This copyright does *not* cover guest operating systems that use
+Xen services via normal hypercalls - this is merely considered normal
+use of Xen, and does *not* fall under the heading of "derived work".
+Also note that the GPL below is copyrighted by the Free Software
+Foundation, but the instance of code that it refers to (the Xen
+virtual machine monitor) is copyrighted by me and others who actually
+wrote it.
+
+Further note that the guest-OS interfacing header files, which
+includes all files within the subdirectory include/hypervisor-ifs, are
+*not* covered by the GPL but by a much weaker license:
+ include/hypervisor-ifs/COPYING
+
+Also note that the only valid version of the GPL as far as Xen is
+concerned is _this_ particular version of the license (i.e., *only*
+v2, not v2.2 or v3.x or whatever), unless explicitly otherwise
+stated.
+
+ -- Keir Fraser (on behalf of the Xen team)
+
+=====================================================================
+
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
diff --git a/xen/include/hypervisor-ifs/COPYING b/xen/include/hypervisor-ifs/COPYING
new file mode 100644
index 0000000000..3377710a5c
--- /dev/null
+++ b/xen/include/hypervisor-ifs/COPYING
@@ -0,0 +1,28 @@
+XEN NOTICE
+==========
+
+This copyright applies to all files within this subdirectory. All
+other files in the Xen source distribution are covered by version 2 of
+the GNU General Public License.
+
+ -- Keir Fraser (on behalf of the Xen team)
+
+=====================================================================
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.