Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Here is an incomplete list of contributors:
* Yo <yoldc22@free.fr>
* "jamesbond" (http://chiselapp.com/user/jamesbond/)
* Ondrej Čerman <ocerman@sda1.eu>
* Mike Hewitt <matroxmike@icloud.com>

Includes code from or based on:

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(HardInfo)
cmake_minimum_required(VERSION 2.6)
cmake_policy(VERSION 2.6)
cmake_minimum_required(VERSION 2.8.12)
cmake_policy(VERSION 2.8.12)

set(HARDINFO_VERSION "0.6-alpha")
option(HARDINFO_GTK3 "Attempt to build for GTK3 (0/off for GTK2)" 0)
Expand Down
2 changes: 1 addition & 1 deletion data/vendor.ids
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ name Crucial (Micron)

name Cypress Semiconductor
name_short Cypress
url cypress.com
url infineon.com
wikipedia Cypress Semiconductor
ansi_color 0;36;107
match_string Cypress
Expand Down
Loading