diff options
Diffstat (limited to 'src/devices/pci_rom.c')
-rw-r--r-- | src/devices/pci_rom.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/devices/pci_rom.c b/src/devices/pci_rom.c index 994c5256d6..17ddb8f658 100644 --- a/src/devices/pci_rom.c +++ b/src/devices/pci_rom.c @@ -1,3 +1,26 @@ +/* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2005 Li-Ta Lo <ollie@lanl.gov> + * Copyright (C) 2005 Tyan + * (Written by Yinghai Lu <yhlu@tyan.com> for Tyan) + * Copyright (C) 2005 Ronald G. Minnich <rminnich@gmail.com> + * Copyright (C) 2005-2007 Stefan Reinauer <stepan@openbios.org> + * + * 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; version 2 of the License. + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include <console/console.h> #include <device/device.h> #include <device/pci.h> |