debuggers.hg
changeset 18052:463e410fb0fd
Fix a couple of Grzegorz Milos copyright lines.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Jul 10 10:02:15 2008 +0100 (2008-07-10) |
parents | 2d100fe81044 |
children | a891e0f6ff18 |
files | extras/mini-os/fs-front.c xen/include/public/io/fsif.h |
line diff
1.1 --- a/extras/mini-os/fs-front.c Wed Jul 09 16:00:05 2008 +0100 1.2 +++ b/extras/mini-os/fs-front.c Thu Jul 10 10:02:15 2008 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 * 1.5 * Frontend driver for FS split device driver. 1.6 * 1.7 - * Copyright (c) 2007, Grzegorz Milos, Sun Microsystems, Inc. 1.8 + * Copyright (c) 2007, Grzegorz Milos, <gm281@cam.ac.uk>. 1.9 * 1.10 * Permission is hereby granted, free of charge, to any person obtaining a copy 1.11 * of this software and associated documentation files (the "Software"), to
2.1 --- a/xen/include/public/io/fsif.h Wed Jul 09 16:00:05 2008 +0100 2.2 +++ b/xen/include/public/io/fsif.h Thu Jul 10 10:02:15 2008 +0100 2.3 @@ -21,7 +21,7 @@ 2.4 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 2.5 * DEALINGS IN THE SOFTWARE. 2.6 * 2.7 - * Copyright (c) 2007, Grzegorz Milos, Sun Microsystems, Inc. 2.8 + * Copyright (c) 2007, Grzegorz Milos, <gm281@cam.ac.uk>. 2.9 */ 2.10 2.11 #ifndef __XEN_PUBLIC_IO_FSIF_H__