diff options
Diffstat (limited to 'src/devices/device.c')
-rw-r--r-- | src/devices/device.c | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/devices/device.c b/src/devices/device.c index 1b239f9d15..67066e0265 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -1,7 +1,21 @@ /* + * This file is part of the LinuxBIOS project. + * + * It was originally based on the Linux kernel (arch/i386/kernel/pci-pc.c). + * + * Modifications are: + * Copyright (C) 2003 Eric Biederman <ebiederm@xmission.com> + * Copyright (C) 2003-2004 Linux Networx + * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx) + * Copyright (C) 2003 Ronald G. Minnich <rminnich@gmail.com> + * Copyright (C) 2004-2005 Li-Ta Lo <ollie@lanl.gov> + * Copyright (C) 2005-2006 Tyan + * (Written by Yinghai Lu <yhlu@tyan.com> for Tyan) + * Copyright (C) 2005-2006 Stefan Reinauer <stepan@openbios.org> + */ + +/* * (c) 1999--2000 Martin Mares <mj@suse.cz> - * (c) 2003 Eric Biederman <ebiederm@xmission.com> - * (c) 2003 Linux Networx */ /* lots of mods by ron minnich (rminnich@lanl.gov), with * the final architecture guidance from Tom Merritt (tjm@codegen.com) |