Make the README be interpreted as markdown.
[oweals/hwids.git] / README.md
1 Combined hardware identification databases
2 ==========================================
3
4 This repository contain a specially re-packaged copy of the pci.ids
5 and usb.ids files.
6
7 These two databases are maintained by Martin Mares and Michal Vaner
8 (pci.ids) and Stephen J. Gowdy (usb.ids) through the help of
9 volunteers who can submit them to the two submission web applications:
10
11  * [pci.ids](http://pci-ids.ucw.cz/)
12  * [usb.ids](https://usb-ids.gowdy.us/index.html)
13
14 The reason to repackage the files together is to make it simpler for
15 applications to require them, without having to bring in either
16 pciutils or usbutils, that might be unnecessary for most installs.
17
18 Updates
19 -------
20
21 The hwids tarball is updated generally on the weekends, and tagged if
22 there are new files available. You can download the tags in form of
23 tarballs directly from [the GitHub
24 repository](https://github.com/Flameeyes/hwids).
25
26 License
27 -------
28
29 The pci.ids and usb.ids files are both released under dual-license,
30 and you can choose which one to apply to your needs. The options are
31 either the GNU General Public License, version 2 or later (which
32 you'll find in the archive, in the file named gpl-2.0.txt), or the
33 3-clause BSD license that follows:
34
35 > Redistribution and use in source and binary forms, with or without
36 > modification, are permitted provided that the following conditions are met:
37 >     * Redistributions of source code must retain the above copyright
38 >       notice, this list of conditions and the following disclaimer.
39 >     * Redistributions in binary form must reproduce the above copyright
40 >       notice, this list of conditions and the following disclaimer in the
41 >       documentation and/or other materials provided with the distribution.
42 >     * Neither the name of the <organization> nor the
43 >       names of its contributors may be used to endorse or promote products
44 >       derived from this software without specific prior written permission.
45 >
46 > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
47 > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
48 > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
49 > DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
50 > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
51 > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
52 > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
53 > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
55 > SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.