From 3aaa72165ea6c920bb691fd3ff7934b96e3f97e3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 12 Mar 2007 02:25:47 +0000 Subject: [PATCH] Drop the bogus license header I added to include/device/pci_ids.h. Merely document that the file is based on the pci_ids.h file from the Linux kernel (trivial). We assume all code from Linux to be licensed under the terms of the GPLv2, if no explicit license header says something else. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@248 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/device/pci_ids.h | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/include/device/pci_ids.h b/include/device/pci_ids.h index c1df4a5ba6..7f3b26a310 100644 --- a/include/device/pci_ids.h +++ b/include/device/pci_ids.h @@ -1,28 +1,11 @@ /* * This file is part of the LinuxBIOS project. * - * It is based on the pci_ids.h file from the Linux kernel. + * It is based on the include/linux/pci_ids.h file from the Linux kernel. * - * Copyright (C) xxxx The Linux Kernel Developers - * Copyright (C) 2007 Uwe Hermann - * - * 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 - */ - -/* * Note: we maintain our own short list of PCI vendor IDs and device IDs * for LinuxBIOS, as we only need very few of the entries. + * The 'Device classes and subclasses' section is copied from the Linux file. */ /* @@ -160,5 +143,5 @@ /* Vendors and devices. Sort key: vendor first, device next. */ -#define PCI_VENDOR_ID_AMD 0x1022 +#define PCI_VENDOR_ID_AMD 0x1022