Update CVS project tag & notice about pci.ids license in output .h.
Update to match recent changes to pci.ids, extrapci.ids, & pciid2c.pl for people building on systems without perl.
This commit is contained in:
parent
7d0f47c43c
commit
15b2f94de5
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
# $XdotOrg$
|
||||
|
||||
# Automatically generate the data structures for PCI vendor/device lists
|
||||
# from the pci.ids file.
|
||||
#
|
||||
|
@ -132,7 +134,7 @@ if ($infofile) {
|
|||
|
||||
# Print out header information.
|
||||
|
||||
$proj = "XFree86";
|
||||
$proj = "XdotOrg";
|
||||
print "/* \$$proj\$ */
|
||||
|
||||
/*
|
||||
|
@ -150,8 +152,8 @@ print "/* \$$proj\$ */
|
|||
*
|
||||
* The pci.ids file and the data it contains are from the Linux PCI ID's
|
||||
* Project (http://pciids.sf.net/). It is maintained by Martin Mares
|
||||
* <mj\@ucw.cz> and other volunteers. The pci.ids file contains no
|
||||
* copyright notice.
|
||||
* <mj\@ucw.cz> and other volunteers. The pci.ids file is licensed under
|
||||
* the BSD 3-clause or GPL version 2 or later licenses.
|
||||
*/
|
||||
|
||||
#include \"xf86PciInfo.h\"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue