From 5310b53dce408aa00b874bca688bb388ec089f77 Mon Sep 17 00:00:00 2001 From: Diego Ongaro Date: Wed, 19 Nov 2008 22:24:41 -0600 Subject: [PATCH] Fixes file headers --- sys/amd64/include/vmcb.h | 29 +++++++++++++++++++++++++++++ sys/kern/kern_fkvm.c | 5 ++++- sys/sys/fkvm.h | 29 +++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/sys/amd64/include/vmcb.h b/sys/amd64/include/vmcb.h index 6ae892ef94e..5b6c726885c 100755 --- a/sys/amd64/include/vmcb.h +++ b/sys/amd64/include/vmcb.h @@ -1,3 +1,32 @@ +/*- + * Copyright (c) 2008 Brent Stephens + * Copyright (c) 2008 Diego Ongaro + * Copyright (c) 2008 Kaushik Kumar Ram + * Copyright (c) 2008 Oleg Pesok + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #ifndef VMCB_H #define VMCB_H diff --git a/sys/kern/kern_fkvm.c b/sys/kern/kern_fkvm.c index 591e0ebc6ca..909647e89d6 100644 --- a/sys/kern/kern_fkvm.c +++ b/sys/kern/kern_fkvm.c @@ -1,5 +1,8 @@ /*- - * Copyright (c) 2008 The FreeBSD Project + * Copyright (c) 2008 Brent Stephens + * Copyright (c) 2008 Diego Ongaro + * Copyright (c) 2008 Kaushik Kumar Ram + * Copyright (c) 2008 Oleg Pesok * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/fkvm.h b/sys/sys/fkvm.h index 08d9076b254..273221b1b88 100644 --- a/sys/sys/fkvm.h +++ b/sys/sys/fkvm.h @@ -1,3 +1,32 @@ +/*- + * Copyright (c) 2008 Brent Stephens + * Copyright (c) 2008 Diego Ongaro + * Copyright (c) 2008 Kaushik Kumar Ram + * Copyright (c) 2008 Oleg Pesok + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #ifndef _FKVM_H_ #define _FKVM_H_ -- 2.11.4.GIT