mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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 <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@248 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
2115b87f68
commit
3aaa72165e
1 changed files with 3 additions and 20 deletions
|
@ -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 <uwe@hermann-uwe.de>
|
||||
*
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue