Skip to content

Commit f95f02f

Browse files
committed
removed links to openhardwaremonitor.org and Copyright infos
1 parent fa02860 commit f95f02f

128 files changed

Lines changed: 145 additions & 1489 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.

Collections/IReadOnlyArray.cs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
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) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
11-
using System;
12-
using System.Collections.Generic;
1+
using System.Collections.Generic;
132

143
namespace OpenHardwareMonitor.Collections {
154

Collections/ListSet.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
11-
using System.Collections;
1+
using System.Collections;
122
using System.Collections.Generic;
133

144
namespace OpenHardwareMonitor.Collections {

Collections/Pair.cs

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
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) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
11-
using System;
12-
using System.Collections.Generic;
13-
14-
namespace OpenHardwareMonitor.Collections {
1+
namespace OpenHardwareMonitor.Collections {
152

163
public struct Pair<F, S> {
174
private F first;

Collections/ReadOnlyArray.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
11-
using System.Collections;
1+
using System.Collections;
122
using System.Collections.Generic;
133

144
namespace OpenHardwareMonitor.Collections {

Collections/RingCollection.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
11-
using System;
1+
using System;
122
using System.Collections;
133
using System.Collections.Generic;
144

Controls/.editorconfig

Lines changed: 0 additions & 7 deletions
This file was deleted.

GUI/AboutBox.Designer.cs

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GUI/AboutBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public AboutBox() {
1111

1212
projectLinkLabel.Links.Remove(projectLinkLabel.Links[0]);
1313
projectLinkLabel.Links.Add(0, projectLinkLabel.Text.Length,
14-
"http://openhardwaremonitor.org");
14+
"https://github.com/sergiye/openhardwaremonitor");
1515
}
1616

1717
private void linkLabel_LinkClicked(object sender,

GUI/DpiHelper.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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) 2020 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
11-
using System;
1+
using System;
122
using System.Drawing;
133

144
namespace OpenHardwareMonitor.GUI {

GUI/Gadget.cs

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) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
8-
9-
*/
10-
111
using System;
122
using System.Drawing;
133
using System.Windows.Forms;

0 commit comments

Comments
 (0)