Skip to content

Commit 6d58288

Browse files
committed
License information (comments) removed from source code
1 parent f62cabf commit 6d58288

182 files changed

Lines changed: 185 additions & 1145 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

OpenHardwareMonitor/Resources/Web/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<!-- This Source Code Form is subject to the terms of the Mozilla Public
2-
- License, v. 2.0. If a copy of the MPL was not distributed with this
3-
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
4-
5-
- Copyright (C) 2012 Prince Samuel <prince.samuel@gmail.com> -->
6-
71
<html>
82
<head>
93
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />

OpenHardwareMonitor/Resources/Web/js/ohm_web.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
/*
2-
3-
This Source Code Form is subject to the terms of the Mozilla Public
4-
License, v. 2.0. If a copy of the MPL was not distributed with this
5-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
6-
7-
Copyright (C) 2012 Prince Samuel <prince.samuel@gmail.com>
8-
9-
*/
10-
111
ko.bindingHandlers.treeTable = {
122
update: function(element, valueAccessor, allBindingsAccessor) {
133
var dependency = ko.utils.unwrapObservable(valueAccessor()),

OpenHardwareMonitor/UI/AboutBox.Designer.cs

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenHardwareMonitor/UI/AboutBox.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
2-
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
3-
// Partial Copyright (C) Michael Möller <mmoeller@openhardwaremonitor.org> and Contributors.
4-
// All Rights Reserved.
5-
6-
using System.Diagnostics;
1+
using System.Diagnostics;
72
using System.Drawing;
83
using System.Windows.Forms;
94

OpenHardwareMonitor/UI/AuthForm.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
2-
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
3-
// Partial Copyright (C) Michael Möller <mmoeller@openhardwaremonitor.org> and Contributors.
4-
// All Rights Reserved.
5-
6-
using System;
1+
using System;
72
using System.Windows.Forms;
83

94
namespace OpenHardwareMonitor.UI;

OpenHardwareMonitor/UI/Gadget.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
2-
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
3-
// Partial Copyright (C) Michael Möller <mmoeller@openhardwaremonitor.org> and Contributors.
4-
// All Rights Reserved.
5-
61
using System;
72
using System.Drawing;
83
using System.Windows.Forms;

OpenHardwareMonitor/UI/GadgetWindow.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
2-
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
3-
// Partial Copyright (C) Michael Möller <mmoeller@openhardwaremonitor.org> and Contributors.
4-
// All Rights Reserved.
5-
61
using System;
72
using System.Drawing;
83
using System.Drawing.Drawing2D;

OpenHardwareMonitor/UI/HardwareNode.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
2-
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
3-
// Partial Copyright (C) Michael Möller <mmoeller@openhardwaremonitor.org> and Contributors.
4-
// All Rights Reserved.
5-
6-
using OpenHardwareMonitor.Hardware;
1+
using OpenHardwareMonitor.Hardware;
72
using OpenHardwareMonitor.Utilities;
83
using System;
94
using System.Collections.Generic;

OpenHardwareMonitor/UI/HardwareTypeImage.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
2-
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
3-
// Partial Copyright (C) Michael Möller <mmoeller@openhardwaremonitor.org> and Contributors.
4-
// All Rights Reserved.
5-
6-
using System.Drawing;
1+
using System.Drawing;
72
using System.Collections.Generic;
83
using OpenHardwareMonitor.Hardware;
94

OpenHardwareMonitor/UI/MainForm.Designer.cs

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)