Skip to content

Commit

Permalink
Add OpenHardwareMonitor reference to copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
szarvas committed Jun 6, 2021
1 parent 0e03f2a commit a343eae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ MainComponent::MainComponent()
juce::AlertWindow alert_window(
"About Bebump Coolth",
"Copyright 2020-2021 (c) Attila Szarvas <[email protected]>\n\n"
"https://github.com/bebump/coolth\n",
"https://github.com/bebump/coolth\n\n\n"
"Temperatures are read using Open Hardware Monitor 0.9.6\n\n"
"https://openhardwaremonitor.org",
juce::AlertWindow::AlertIconType::InfoIcon, nullptr);
alert_window.addButton("Ok", 0);
alert_window.runModalLoop();
Expand Down

0 comments on commit a343eae

Please sign in to comment.