aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/hypervisor.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-10-07 20:13:19 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-10-07 20:13:19 +0000
commitf5e39ec466e4d9488fa414d1e46c9b5c2770d81e (patch)
tree255aba9a80a6a93e785603c22d9185e2f583fb5e /extras/mini-os/hypervisor.c
parent42cb75d3b75c3758a67b6e9521193869fa0b9d41 (diff)
downloadxen-f5e39ec466e4d9488fa414d1e46c9b5c2770d81e.tar.gz
xen-f5e39ec466e4d9488fa414d1e46c9b5c2770d81e.tar.bz2
xen-f5e39ec466e4d9488fa414d1e46c9b5c2770d81e.zip
bitkeeper revision 1.490 (3f831e5fpXnszWjg8lV_9law4lUnbg)
COPYING: new file mm.c, hypervisor.c: Clearly GPL the mini-os.
Diffstat (limited to 'extras/mini-os/hypervisor.c')
-rw-r--r--extras/mini-os/hypervisor.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/extras/mini-os/hypervisor.c b/extras/mini-os/hypervisor.c
index cf3349426e..219c547e3f 100644
--- a/extras/mini-os/hypervisor.c
+++ b/extras/mini-os/hypervisor.c
@@ -6,6 +6,20 @@
* Copied from XenoLinux and adjusted by Rolf.Neugebauer@intel.com
*
* Copyright (c) 2002, K A Fraser
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <os.h>