ia64/xen-unstable
changeset 8583:9368d2ba43f2
Update copyright on domain_page implementation. It's been
rewritten from scratch a couple of times now and it's safe
to assert that the original Linux heritage was deleted
long ago.
Signed-off-by: Keir Fraser <keir@xensource.com>
rewritten from scratch a couple of times now and it's safe
to assert that the original Linux heritage was deleted
long ago.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Jan 12 16:10:12 2006 +0100 (2006-01-12) |
parents | 411e66a837a1 |
children | 8531996d207f |
files | xen/arch/x86/x86_32/domain_page.c xen/include/xen/domain_page.h |
line diff
1.1 --- a/xen/arch/x86/x86_32/domain_page.c Thu Jan 12 15:59:45 2006 +0100 1.2 +++ b/xen/arch/x86/x86_32/domain_page.c Thu Jan 12 16:10:12 2006 +0100 1.3 @@ -1,14 +1,9 @@ 1.4 /****************************************************************************** 1.5 * domain_page.h 1.6 * 1.7 - * Allow temporary mapping of domain pages. Based on ideas from the 1.8 - * Linux PKMAP code -- the copyrights and credits are retained below. 1.9 - */ 1.10 - 1.11 -/* 1.12 - * (C) 1999 Andrea Arcangeli, SuSE GmbH, andrea@suse.de 1.13 - * Gerhard Wichert, Siemens AG, Gerhard.Wichert@pdb.siemens.de * 1.14 - * Copyright (C) 1999 Ingo Molnar <mingo@redhat.com> 1.15 + * Allow temporary mapping of domain pages. 1.16 + * 1.17 + * Copyright (c) 2003-2006, Keir Fraser <keir@xensource.com> 1.18 */ 1.19 1.20 #include <xen/config.h>
2.1 --- a/xen/include/xen/domain_page.h Thu Jan 12 15:59:45 2006 +0100 2.2 +++ b/xen/include/xen/domain_page.h Thu Jan 12 16:10:12 2006 +0100 2.3 @@ -2,6 +2,8 @@ 2.4 * domain_page.h 2.5 * 2.6 * Allow temporary mapping of domain page frames into Xen space. 2.7 + * 2.8 + * Copyright (c) 2003-2006, Keir Fraser <keir@xensource.com> 2.9 */ 2.10 2.11 #ifndef __XEN_DOMAIN_PAGE_H__