Changed the license to the Mozilla Public License 2.0 and update the licensing information.
1.1 --- a/Collections/IReadOnlyArray.cs Wed Feb 22 23:36:26 2012 +0000
1.2 +++ b/Collections/IReadOnlyArray.cs Sun May 27 14:23:31 2012 +0000
1.3 @@ -1,38 +1,11 @@
1.4 /*
1.5 -
1.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
1.7 -
1.8 - The contents of this file are subject to the Mozilla Public License Version
1.9 - 1.1 (the "License"); you may not use this file except in compliance with
1.10 - the License. You may obtain a copy of the License at
1.11
1.12 - http://www.mozilla.org/MPL/
1.13 -
1.14 - Software distributed under the License is distributed on an "AS IS" basis,
1.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1.16 - for the specific language governing rights and limitations under the License.
1.17 -
1.18 - The Original Code is the Open Hardware Monitor code.
1.19 -
1.20 - The Initial Developer of the Original Code is
1.21 - Michael Möller <m.moeller@gmx.ch>.
1.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
1.23 - the Initial Developer. All Rights Reserved.
1.24 -
1.25 - Contributor(s):
1.26 -
1.27 - Alternatively, the contents of this file may be used under the terms of
1.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
1.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
1.30 - in which case the provisions of the GPL or the LGPL are applicable instead
1.31 - of those above. If you wish to allow use of your version of this file only
1.32 - under the terms of either the GPL or the LGPL, and not to allow others to
1.33 - use your version of this file under the terms of the MPL, indicate your
1.34 - decision by deleting the provisions above and replace them with the notice
1.35 - and other provisions required by the GPL or the LGPL. If you do not delete
1.36 - the provisions above, a recipient may use your version of this file under
1.37 - the terms of any one of the MPL, the GPL or the LGPL.
1.38 + This Source Code Form is subject to the terms of the Mozilla Public
1.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
1.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
1.41
1.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
1.43 +
1.44 */
1.45
1.46 using System;
2.1 --- a/Collections/ListSet.cs Wed Feb 22 23:36:26 2012 +0000
2.2 +++ b/Collections/ListSet.cs Sun May 27 14:23:31 2012 +0000
2.3 @@ -1,38 +1,11 @@
2.4 /*
2.5 -
2.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
2.7 -
2.8 - The contents of this file are subject to the Mozilla Public License Version
2.9 - 1.1 (the "License"); you may not use this file except in compliance with
2.10 - the License. You may obtain a copy of the License at
2.11
2.12 - http://www.mozilla.org/MPL/
2.13 -
2.14 - Software distributed under the License is distributed on an "AS IS" basis,
2.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2.16 - for the specific language governing rights and limitations under the License.
2.17 -
2.18 - The Original Code is the Open Hardware Monitor code.
2.19 -
2.20 - The Initial Developer of the Original Code is
2.21 - Michael Möller <m.moeller@gmx.ch>.
2.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
2.23 - the Initial Developer. All Rights Reserved.
2.24 -
2.25 - Contributor(s):
2.26 -
2.27 - Alternatively, the contents of this file may be used under the terms of
2.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
2.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
2.30 - in which case the provisions of the GPL or the LGPL are applicable instead
2.31 - of those above. If you wish to allow use of your version of this file only
2.32 - under the terms of either the GPL or the LGPL, and not to allow others to
2.33 - use your version of this file under the terms of the MPL, indicate your
2.34 - decision by deleting the provisions above and replace them with the notice
2.35 - and other provisions required by the GPL or the LGPL. If you do not delete
2.36 - the provisions above, a recipient may use your version of this file under
2.37 - the terms of any one of the MPL, the GPL or the LGPL.
2.38 + This Source Code Form is subject to the terms of the Mozilla Public
2.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
2.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
2.41
2.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
2.43 +
2.44 */
2.45
2.46 using System.Collections;
3.1 --- a/Collections/Pair.cs Wed Feb 22 23:36:26 2012 +0000
3.2 +++ b/Collections/Pair.cs Sun May 27 14:23:31 2012 +0000
3.3 @@ -1,38 +1,11 @@
3.4 /*
3.5 -
3.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
3.7 -
3.8 - The contents of this file are subject to the Mozilla Public License Version
3.9 - 1.1 (the "License"); you may not use this file except in compliance with
3.10 - the License. You may obtain a copy of the License at
3.11
3.12 - http://www.mozilla.org/MPL/
3.13 -
3.14 - Software distributed under the License is distributed on an "AS IS" basis,
3.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
3.16 - for the specific language governing rights and limitations under the License.
3.17 -
3.18 - The Original Code is the Open Hardware Monitor code.
3.19 -
3.20 - The Initial Developer of the Original Code is
3.21 - Michael Möller <m.moeller@gmx.ch>.
3.22 - Portions created by the Initial Developer are Copyright (C) 2011
3.23 - the Initial Developer. All Rights Reserved.
3.24 -
3.25 - Contributor(s):
3.26 -
3.27 - Alternatively, the contents of this file may be used under the terms of
3.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
3.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
3.30 - in which case the provisions of the GPL or the LGPL are applicable instead
3.31 - of those above. If you wish to allow use of your version of this file only
3.32 - under the terms of either the GPL or the LGPL, and not to allow others to
3.33 - use your version of this file under the terms of the MPL, indicate your
3.34 - decision by deleting the provisions above and replace them with the notice
3.35 - and other provisions required by the GPL or the LGPL. If you do not delete
3.36 - the provisions above, a recipient may use your version of this file under
3.37 - the terms of any one of the MPL, the GPL or the LGPL.
3.38 + This Source Code Form is subject to the terms of the Mozilla Public
3.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
3.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
3.41
3.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
3.43 +
3.44 */
3.45
3.46 using System;
4.1 --- a/Collections/ReadOnlyArray.cs Wed Feb 22 23:36:26 2012 +0000
4.2 +++ b/Collections/ReadOnlyArray.cs Sun May 27 14:23:31 2012 +0000
4.3 @@ -1,38 +1,11 @@
4.4 /*
4.5 -
4.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
4.7 -
4.8 - The contents of this file are subject to the Mozilla Public License Version
4.9 - 1.1 (the "License"); you may not use this file except in compliance with
4.10 - the License. You may obtain a copy of the License at
4.11
4.12 - http://www.mozilla.org/MPL/
4.13 -
4.14 - Software distributed under the License is distributed on an "AS IS" basis,
4.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
4.16 - for the specific language governing rights and limitations under the License.
4.17 -
4.18 - The Original Code is the Open Hardware Monitor code.
4.19 -
4.20 - The Initial Developer of the Original Code is
4.21 - Michael Möller <m.moeller@gmx.ch>.
4.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
4.23 - the Initial Developer. All Rights Reserved.
4.24 -
4.25 - Contributor(s):
4.26 -
4.27 - Alternatively, the contents of this file may be used under the terms of
4.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
4.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
4.30 - in which case the provisions of the GPL or the LGPL are applicable instead
4.31 - of those above. If you wish to allow use of your version of this file only
4.32 - under the terms of either the GPL or the LGPL, and not to allow others to
4.33 - use your version of this file under the terms of the MPL, indicate your
4.34 - decision by deleting the provisions above and replace them with the notice
4.35 - and other provisions required by the GPL or the LGPL. If you do not delete
4.36 - the provisions above, a recipient may use your version of this file under
4.37 - the terms of any one of the MPL, the GPL or the LGPL.
4.38 + This Source Code Form is subject to the terms of the Mozilla Public
4.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
4.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
4.41
4.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
4.43 +
4.44 */
4.45
4.46 using System.Collections;
5.1 --- a/Collections/RingCollection.cs Wed Feb 22 23:36:26 2012 +0000
5.2 +++ b/Collections/RingCollection.cs Sun May 27 14:23:31 2012 +0000
5.3 @@ -1,38 +1,11 @@
5.4 /*
5.5 -
5.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
5.7 -
5.8 - The contents of this file are subject to the Mozilla Public License Version
5.9 - 1.1 (the "License"); you may not use this file except in compliance with
5.10 - the License. You may obtain a copy of the License at
5.11
5.12 - http://www.mozilla.org/MPL/
5.13 -
5.14 - Software distributed under the License is distributed on an "AS IS" basis,
5.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
5.16 - for the specific language governing rights and limitations under the License.
5.17 -
5.18 - The Original Code is the Open Hardware Monitor code.
5.19 -
5.20 - The Initial Developer of the Original Code is
5.21 - Michael Möller <m.moeller@gmx.ch>.
5.22 - Portions created by the Initial Developer are Copyright (C) 2011
5.23 - the Initial Developer. All Rights Reserved.
5.24 -
5.25 - Contributor(s):
5.26 -
5.27 - Alternatively, the contents of this file may be used under the terms of
5.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
5.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
5.30 - in which case the provisions of the GPL or the LGPL are applicable instead
5.31 - of those above. If you wish to allow use of your version of this file only
5.32 - under the terms of either the GPL or the LGPL, and not to allow others to
5.33 - use your version of this file under the terms of the MPL, indicate your
5.34 - decision by deleting the provisions above and replace them with the notice
5.35 - and other provisions required by the GPL or the LGPL. If you do not delete
5.36 - the provisions above, a recipient may use your version of this file under
5.37 - the terms of any one of the MPL, the GPL or the LGPL.
5.38 + This Source Code Form is subject to the terms of the Mozilla Public
5.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
5.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
5.41
5.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
5.43 +
5.44 */
5.45
5.46 using System;
6.1 --- a/GUI/AboutBox.Designer.cs Wed Feb 22 23:36:26 2012 +0000
6.2 +++ b/GUI/AboutBox.Designer.cs Sun May 27 14:23:31 2012 +0000
6.3 @@ -1,38 +1,11 @@
6.4 /*
6.5 -
6.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
6.7 -
6.8 - The contents of this file are subject to the Mozilla Public License Version
6.9 - 1.1 (the "License"); you may not use this file except in compliance with
6.10 - the License. You may obtain a copy of the License at
6.11
6.12 - http://www.mozilla.org/MPL/
6.13 -
6.14 - Software distributed under the License is distributed on an "AS IS" basis,
6.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
6.16 - for the specific language governing rights and limitations under the License.
6.17 -
6.18 - The Original Code is the Open Hardware Monitor code.
6.19 -
6.20 - The Initial Developer of the Original Code is
6.21 - Michael Möller <m.moeller@gmx.ch>.
6.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
6.23 - the Initial Developer. All Rights Reserved.
6.24 -
6.25 - Contributor(s):
6.26 -
6.27 - Alternatively, the contents of this file may be used under the terms of
6.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
6.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
6.30 - in which case the provisions of the GPL or the LGPL are applicable instead
6.31 - of those above. If you wish to allow use of your version of this file only
6.32 - under the terms of either the GPL or the LGPL, and not to allow others to
6.33 - use your version of this file under the terms of the MPL, indicate your
6.34 - decision by deleting the provisions above and replace them with the notice
6.35 - and other provisions required by the GPL or the LGPL. If you do not delete
6.36 - the provisions above, a recipient may use your version of this file under
6.37 - the terms of any one of the MPL, the GPL or the LGPL.
6.38 + This Source Code Form is subject to the terms of the Mozilla Public
6.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
6.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
6.41
6.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
6.43 +
6.44 */
6.45
6.46 namespace OpenHardwareMonitor.GUI {
6.47 @@ -66,19 +39,17 @@
6.48 this.label1 = new System.Windows.Forms.Label();
6.49 this.label2 = new System.Windows.Forms.Label();
6.50 this.label3 = new System.Windows.Forms.Label();
6.51 - this.label4 = new System.Windows.Forms.Label();
6.52 - this.linkLabel = new System.Windows.Forms.LinkLabel();
6.53 - this.label5 = new System.Windows.Forms.Label();
6.54 + this.projectLinkLabel = new System.Windows.Forms.LinkLabel();
6.55 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
6.56 + this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
6.57 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
6.58 - this.flowLayoutPanel1.SuspendLayout();
6.59 this.SuspendLayout();
6.60 //
6.61 // okButton
6.62 //
6.63 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
6.64 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
6.65 - this.okButton.Location = new System.Drawing.Point(358, 110);
6.66 + this.okButton.Location = new System.Drawing.Point(269, 79);
6.67 this.okButton.Name = "okButton";
6.68 this.okButton.Size = new System.Drawing.Size(75, 23);
6.69 this.okButton.TabIndex = 0;
6.70 @@ -98,7 +69,7 @@
6.71 // label1
6.72 //
6.73 this.label1.AutoSize = true;
6.74 - this.label1.Location = new System.Drawing.Point(73, 11);
6.75 + this.label1.Location = new System.Drawing.Point(74, 12);
6.76 this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
6.77 this.label1.Name = "label1";
6.78 this.label1.Size = new System.Drawing.Size(120, 13);
6.79 @@ -108,76 +79,67 @@
6.80 // label2
6.81 //
6.82 this.label2.AutoSize = true;
6.83 - this.label2.Location = new System.Drawing.Point(74, 47);
6.84 + this.label2.Location = new System.Drawing.Point(74, 46);
6.85 this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
6.86 this.label2.Name = "label2";
6.87 - this.label2.Size = new System.Drawing.Size(359, 13);
6.88 + this.label2.Size = new System.Drawing.Size(273, 13);
6.89 this.label2.TabIndex = 3;
6.90 - this.label2.Text = "Copyright © 2009-2012 Michael Möller and contributers. All rights reserved.";
6.91 + this.label2.Text = "Copyright © 2009-2012 Michael Möller and contributers. ";
6.92 //
6.93 // label3
6.94 //
6.95 this.label3.AutoSize = true;
6.96 - this.label3.Location = new System.Drawing.Point(74, 31);
6.97 + this.label3.Location = new System.Drawing.Point(74, 29);
6.98 this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
6.99 this.label3.Name = "label3";
6.100 this.label3.Size = new System.Drawing.Size(127, 13);
6.101 this.label3.TabIndex = 4;
6.102 this.label3.Text = "Version 9.0.30729.1 Beta";
6.103 //
6.104 - // label4
6.105 + // projectLinkLabel
6.106 //
6.107 - this.label4.AutoSize = true;
6.108 - this.label4.Location = new System.Drawing.Point(8, 82);
6.109 - this.label4.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
6.110 - this.label4.Name = "label4";
6.111 - this.label4.Size = new System.Drawing.Size(374, 13);
6.112 - this.label4.TabIndex = 5;
6.113 - this.label4.Text = "The source code is available under the terms of the Mozilla Public License 1.1";
6.114 - //
6.115 - // linkLabel
6.116 - //
6.117 - this.linkLabel.AutoSize = true;
6.118 - this.linkLabel.Location = new System.Drawing.Point(122, 0);
6.119 - this.linkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 10, 0);
6.120 - this.linkLabel.Name = "linkLabel";
6.121 - this.linkLabel.Size = new System.Drawing.Size(156, 13);
6.122 - this.linkLabel.TabIndex = 6;
6.123 - this.linkLabel.TabStop = true;
6.124 - this.linkLabel.Text = "Open Hardware Monitor Project";
6.125 - this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
6.126 - //
6.127 - // label5
6.128 - //
6.129 - this.label5.AutoSize = true;
6.130 - this.label5.Location = new System.Drawing.Point(0, 0);
6.131 - this.label5.Margin = new System.Windows.Forms.Padding(0);
6.132 - this.label5.Name = "label5";
6.133 - this.label5.Size = new System.Drawing.Size(122, 13);
6.134 - this.label5.TabIndex = 7;
6.135 - this.label5.Text = "from the project website:";
6.136 + this.projectLinkLabel.AutoSize = true;
6.137 + this.projectLinkLabel.Location = new System.Drawing.Point(164, 80);
6.138 + this.projectLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
6.139 + this.projectLinkLabel.Name = "projectLinkLabel";
6.140 + this.projectLinkLabel.Size = new System.Drawing.Size(82, 13);
6.141 + this.projectLinkLabel.TabIndex = 6;
6.142 + this.projectLinkLabel.TabStop = true;
6.143 + this.projectLinkLabel.Text = "Project Website";
6.144 + this.projectLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
6.145 //
6.146 // flowLayoutPanel1
6.147 //
6.148 this.flowLayoutPanel1.AutoSize = true;
6.149 this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
6.150 - this.flowLayoutPanel1.Controls.Add(this.label5);
6.151 - this.flowLayoutPanel1.Controls.Add(this.linkLabel);
6.152 this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100);
6.153 this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
6.154 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
6.155 - this.flowLayoutPanel1.Size = new System.Drawing.Size(288, 13);
6.156 + this.flowLayoutPanel1.Size = new System.Drawing.Size(0, 0);
6.157 this.flowLayoutPanel1.TabIndex = 8;
6.158 //
6.159 + // licenseLinkLabel
6.160 + //
6.161 + this.licenseLinkLabel.AutoSize = true;
6.162 + this.licenseLinkLabel.Location = new System.Drawing.Point(25, 80);
6.163 + this.licenseLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
6.164 + this.licenseLinkLabel.Name = "licenseLinkLabel";
6.165 + this.licenseLinkLabel.Size = new System.Drawing.Size(107, 13);
6.166 + this.licenseLinkLabel.TabIndex = 9;
6.167 + this.licenseLinkLabel.TabStop = true;
6.168 + this.licenseLinkLabel.Text = "Licensing Information";
6.169 + this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
6.170 + //
6.171 // AboutBox
6.172 //
6.173 this.AcceptButton = this.okButton;
6.174 this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
6.175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
6.176 this.AutoSize = true;
6.177 - this.ClientSize = new System.Drawing.Size(443, 145);
6.178 + this.ClientSize = new System.Drawing.Size(359, 115);
6.179 + this.Controls.Add(this.licenseLinkLabel);
6.180 this.Controls.Add(this.flowLayoutPanel1);
6.181 - this.Controls.Add(this.label4);
6.182 + this.Controls.Add(this.projectLinkLabel);
6.183 this.Controls.Add(this.label3);
6.184 this.Controls.Add(this.label2);
6.185 this.Controls.Add(this.label1);
6.186 @@ -191,8 +153,6 @@
6.187 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
6.188 this.Text = "About";
6.189 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
6.190 - this.flowLayoutPanel1.ResumeLayout(false);
6.191 - this.flowLayoutPanel1.PerformLayout();
6.192 this.ResumeLayout(false);
6.193 this.PerformLayout();
6.194
6.195 @@ -205,9 +165,8 @@
6.196 private System.Windows.Forms.Label label1;
6.197 private System.Windows.Forms.Label label2;
6.198 private System.Windows.Forms.Label label3;
6.199 - private System.Windows.Forms.Label label4;
6.200 - private System.Windows.Forms.LinkLabel linkLabel;
6.201 - private System.Windows.Forms.Label label5;
6.202 + private System.Windows.Forms.LinkLabel projectLinkLabel;
6.203 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
6.204 + private System.Windows.Forms.LinkLabel licenseLinkLabel;
6.205 }
6.206 }
6.207 \ No newline at end of file
7.1 --- a/GUI/AboutBox.cs Wed Feb 22 23:36:26 2012 +0000
7.2 +++ b/GUI/AboutBox.cs Sun May 27 14:23:31 2012 +0000
7.3 @@ -1,38 +1,11 @@
7.4 /*
7.5 -
7.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
7.7 -
7.8 - The contents of this file are subject to the Mozilla Public License Version
7.9 - 1.1 (the "License"); you may not use this file except in compliance with
7.10 - the License. You may obtain a copy of the License at
7.11
7.12 - http://www.mozilla.org/MPL/
7.13 -
7.14 - Software distributed under the License is distributed on an "AS IS" basis,
7.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
7.16 - for the specific language governing rights and limitations under the License.
7.17 -
7.18 - The Original Code is the Open Hardware Monitor code.
7.19 -
7.20 - The Initial Developer of the Original Code is
7.21 - Michael Möller <m.moeller@gmx.ch>.
7.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
7.23 - the Initial Developer. All Rights Reserved.
7.24 -
7.25 - Contributor(s):
7.26 -
7.27 - Alternatively, the contents of this file may be used under the terms of
7.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
7.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
7.30 - in which case the provisions of the GPL or the LGPL are applicable instead
7.31 - of those above. If you wish to allow use of your version of this file only
7.32 - under the terms of either the GPL or the LGPL, and not to allow others to
7.33 - use your version of this file under the terms of the MPL, indicate your
7.34 - decision by deleting the provisions above and replace them with the notice
7.35 - and other provisions required by the GPL or the LGPL. If you do not delete
7.36 - the provisions above, a recipient may use your version of this file under
7.37 - the terms of any one of the MPL, the GPL or the LGPL.
7.38 + This Source Code Form is subject to the terms of the Mozilla Public
7.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
7.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
7.41
7.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
7.43 +
7.44 */
7.45
7.46 using System;
7.47 @@ -49,12 +22,17 @@
7.48 this.Font = SystemFonts.MessageBoxFont;
7.49 this.label3.Text = "Version " +
7.50 System.Windows.Forms.Application.ProductVersion;
7.51 - linkLabel.Links.Remove(linkLabel.Links[0]);
7.52 - linkLabel.Links.Add(0, linkLabel.Text.Length,
7.53 +
7.54 + projectLinkLabel.Links.Remove(projectLinkLabel.Links[0]);
7.55 + projectLinkLabel.Links.Add(0, projectLinkLabel.Text.Length,
7.56 "http://openhardwaremonitor.org");
7.57 +
7.58 + licenseLinkLabel.Links.Remove(licenseLinkLabel.Links[0]);
7.59 + licenseLinkLabel.Links.Add(0, licenseLinkLabel.Text.Length,
7.60 + "License.html");
7.61 }
7.62
7.63 - private void linkLabel1_LinkClicked(object sender,
7.64 + private void linkLabel_LinkClicked(object sender,
7.65 LinkLabelLinkClickedEventArgs e) {
7.66 try {
7.67 Process.Start(new ProcessStartInfo(e.Link.LinkData.ToString()));
8.1 --- a/GUI/CrashForm.Designer.cs Wed Feb 22 23:36:26 2012 +0000
8.2 +++ b/GUI/CrashForm.Designer.cs Sun May 27 14:23:31 2012 +0000
8.3 @@ -1,39 +1,13 @@
8.4 /*
8.5 -
8.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
8.7 +
8.8 + This Source Code Form is subject to the terms of the Mozilla Public
8.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
8.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
8.11 +
8.12 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
8.13 +
8.14 +*/
8.15
8.16 - The contents of this file are subject to the Mozilla Public License Version
8.17 - 1.1 (the "License"); you may not use this file except in compliance with
8.18 - the License. You may obtain a copy of the License at
8.19 -
8.20 - http://www.mozilla.org/MPL/
8.21 -
8.22 - Software distributed under the License is distributed on an "AS IS" basis,
8.23 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
8.24 - for the specific language governing rights and limitations under the License.
8.25 -
8.26 - The Original Code is the Open Hardware Monitor code.
8.27 -
8.28 - The Initial Developer of the Original Code is
8.29 - Michael Möller <m.moeller@gmx.ch>.
8.30 - Portions created by the Initial Developer are Copyright (C) 2009-2010
8.31 - the Initial Developer. All Rights Reserved.
8.32 -
8.33 - Contributor(s):
8.34 -
8.35 - Alternatively, the contents of this file may be used under the terms of
8.36 - either the GNU General Public License Version 2 or later (the "GPL"), or
8.37 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
8.38 - in which case the provisions of the GPL or the LGPL are applicable instead
8.39 - of those above. If you wish to allow use of your version of this file only
8.40 - under the terms of either the GPL or the LGPL, and not to allow others to
8.41 - use your version of this file under the terms of the MPL, indicate your
8.42 - decision by deleting the provisions above and replace them with the notice
8.43 - and other provisions required by the GPL or the LGPL. If you do not delete
8.44 - the provisions above, a recipient may use your version of this file under
8.45 - the terms of any one of the MPL, the GPL or the LGPL.
8.46 -
8.47 -*/
8.48
8.49 namespace OpenHardwareMonitor.GUI {
8.50 partial class CrashForm {
9.1 --- a/GUI/CrashForm.cs Wed Feb 22 23:36:26 2012 +0000
9.2 +++ b/GUI/CrashForm.cs Sun May 27 14:23:31 2012 +0000
9.3 @@ -1,39 +1,13 @@
9.4 /*
9.5 -
9.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
9.7 +
9.8 + This Source Code Form is subject to the terms of the Mozilla Public
9.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
9.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
9.11 +
9.12 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
9.13 +
9.14 +*/
9.15
9.16 - The contents of this file are subject to the Mozilla Public License Version
9.17 - 1.1 (the "License"); you may not use this file except in compliance with
9.18 - the License. You may obtain a copy of the License at
9.19 -
9.20 - http://www.mozilla.org/MPL/
9.21 -
9.22 - Software distributed under the License is distributed on an "AS IS" basis,
9.23 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
9.24 - for the specific language governing rights and limitations under the License.
9.25 -
9.26 - The Original Code is the Open Hardware Monitor code.
9.27 -
9.28 - The Initial Developer of the Original Code is
9.29 - Michael Möller <m.moeller@gmx.ch>.
9.30 - Portions created by the Initial Developer are Copyright (C) 2009-2010
9.31 - the Initial Developer. All Rights Reserved.
9.32 -
9.33 - Contributor(s):
9.34 -
9.35 - Alternatively, the contents of this file may be used under the terms of
9.36 - either the GNU General Public License Version 2 or later (the "GPL"), or
9.37 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
9.38 - in which case the provisions of the GPL or the LGPL are applicable instead
9.39 - of those above. If you wish to allow use of your version of this file only
9.40 - under the terms of either the GPL or the LGPL, and not to allow others to
9.41 - use your version of this file under the terms of the MPL, indicate your
9.42 - decision by deleting the provisions above and replace them with the notice
9.43 - and other provisions required by the GPL or the LGPL. If you do not delete
9.44 - the provisions above, a recipient may use your version of this file under
9.45 - the terms of any one of the MPL, the GPL or the LGPL.
9.46 -
9.47 -*/
9.48
9.49 using System;
9.50 using System.IO;
10.1 --- a/GUI/Gadget.cs Wed Feb 22 23:36:26 2012 +0000
10.2 +++ b/GUI/Gadget.cs Sun May 27 14:23:31 2012 +0000
10.3 @@ -1,38 +1,11 @@
10.4 /*
10.5 -
10.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
10.7 -
10.8 - The contents of this file are subject to the Mozilla Public License Version
10.9 - 1.1 (the "License"); you may not use this file except in compliance with
10.10 - the License. You may obtain a copy of the License at
10.11
10.12 - http://www.mozilla.org/MPL/
10.13 -
10.14 - Software distributed under the License is distributed on an "AS IS" basis,
10.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10.16 - for the specific language governing rights and limitations under the License.
10.17 -
10.18 - The Original Code is the Open Hardware Monitor code.
10.19 -
10.20 - The Initial Developer of the Original Code is
10.21 - Michael Möller <m.moeller@gmx.ch>.
10.22 - Portions created by the Initial Developer are Copyright (C) 2010-2011
10.23 - the Initial Developer. All Rights Reserved.
10.24 -
10.25 - Contributor(s):
10.26 -
10.27 - Alternatively, the contents of this file may be used under the terms of
10.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
10.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10.30 - in which case the provisions of the GPL or the LGPL are applicable instead
10.31 - of those above. If you wish to allow use of your version of this file only
10.32 - under the terms of either the GPL or the LGPL, and not to allow others to
10.33 - use your version of this file under the terms of the MPL, indicate your
10.34 - decision by deleting the provisions above and replace them with the notice
10.35 - and other provisions required by the GPL or the LGPL. If you do not delete
10.36 - the provisions above, a recipient may use your version of this file under
10.37 - the terms of any one of the MPL, the GPL or the LGPL.
10.38 + This Source Code Form is subject to the terms of the Mozilla Public
10.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
10.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
10.41
10.42 + Copyright (C) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
10.43 +
10.44 */
10.45
10.46 using System;
11.1 --- a/GUI/GadgetWindow.cs Wed Feb 22 23:36:26 2012 +0000
11.2 +++ b/GUI/GadgetWindow.cs Sun May 27 14:23:31 2012 +0000
11.3 @@ -1,38 +1,12 @@
11.4 /*
11.5 -
11.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
11.7 +
11.8 + This Source Code Form is subject to the terms of the Mozilla Public
11.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
11.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
11.11 +
11.12 + Copyright (C) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
11.13 + Copyright (C) 2010 Paul Werelds <paul@werelds.net>
11.14
11.15 - The contents of this file are subject to the Mozilla Public License Version
11.16 - 1.1 (the "License"); you may not use this file except in compliance with
11.17 - the License. You may obtain a copy of the License at
11.18 -
11.19 - http://www.mozilla.org/MPL/
11.20 -
11.21 - Software distributed under the License is distributed on an "AS IS" basis,
11.22 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11.23 - for the specific language governing rights and limitations under the License.
11.24 -
11.25 - The Original Code is the Open Hardware Monitor code.
11.26 -
11.27 - The Initial Developer of the Original Code is
11.28 - Michael Möller <m.moeller@gmx.ch>.
11.29 - Portions created by the Initial Developer are Copyright (C) 2010-2011
11.30 - the Initial Developer. All Rights Reserved.
11.31 -
11.32 - Contributor(s):
11.33 -
11.34 - Alternatively, the contents of this file may be used under the terms of
11.35 - either the GNU General Public License Version 2 or later (the "GPL"), or
11.36 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
11.37 - in which case the provisions of the GPL or the LGPL are applicable instead
11.38 - of those above. If you wish to allow use of your version of this file only
11.39 - under the terms of either the GPL or the LGPL, and not to allow others to
11.40 - use your version of this file under the terms of the MPL, indicate your
11.41 - decision by deleting the provisions above and replace them with the notice
11.42 - and other provisions required by the GPL or the LGPL. If you do not delete
11.43 - the provisions above, a recipient may use your version of this file under
11.44 - the terms of any one of the MPL, the GPL or the LGPL.
11.45 -
11.46 */
11.47
11.48 using System;
12.1 --- a/GUI/HardwareNode.cs Wed Feb 22 23:36:26 2012 +0000
12.2 +++ b/GUI/HardwareNode.cs Sun May 27 14:23:31 2012 +0000
12.3 @@ -1,38 +1,11 @@
12.4 /*
12.5 -
12.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
12.7 -
12.8 - The contents of this file are subject to the Mozilla Public License Version
12.9 - 1.1 (the "License"); you may not use this file except in compliance with
12.10 - the License. You may obtain a copy of the License at
12.11
12.12 - http://www.mozilla.org/MPL/
12.13 -
12.14 - Software distributed under the License is distributed on an "AS IS" basis,
12.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12.16 - for the specific language governing rights and limitations under the License.
12.17 -
12.18 - The Original Code is the Open Hardware Monitor code.
12.19 -
12.20 - The Initial Developer of the Original Code is
12.21 - Michael Möller <m.moeller@gmx.ch>.
12.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
12.23 - the Initial Developer. All Rights Reserved.
12.24 -
12.25 - Contributor(s):
12.26 -
12.27 - Alternatively, the contents of this file may be used under the terms of
12.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
12.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
12.30 - in which case the provisions of the GPL or the LGPL are applicable instead
12.31 - of those above. If you wish to allow use of your version of this file only
12.32 - under the terms of either the GPL or the LGPL, and not to allow others to
12.33 - use your version of this file under the terms of the MPL, indicate your
12.34 - decision by deleting the provisions above and replace them with the notice
12.35 - and other provisions required by the GPL or the LGPL. If you do not delete
12.36 - the provisions above, a recipient may use your version of this file under
12.37 - the terms of any one of the MPL, the GPL or the LGPL.
12.38 + This Source Code Form is subject to the terms of the Mozilla Public
12.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
12.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
12.41
12.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
12.43 +
12.44 */
12.45
12.46 using System;
13.1 --- a/GUI/HardwareTypeImage.cs Wed Feb 22 23:36:26 2012 +0000
13.2 +++ b/GUI/HardwareTypeImage.cs Sun May 27 14:23:31 2012 +0000
13.3 @@ -1,38 +1,11 @@
13.4 /*
13.5 -
13.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
13.7 -
13.8 - The contents of this file are subject to the Mozilla Public License Version
13.9 - 1.1 (the "License"); you may not use this file except in compliance with
13.10 - the License. You may obtain a copy of the License at
13.11
13.12 - http://www.mozilla.org/MPL/
13.13 -
13.14 - Software distributed under the License is distributed on an "AS IS" basis,
13.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13.16 - for the specific language governing rights and limitations under the License.
13.17 -
13.18 - The Original Code is the Open Hardware Monitor code.
13.19 -
13.20 - The Initial Developer of the Original Code is
13.21 - Michael Möller <m.moeller@gmx.ch>.
13.22 - Portions created by the Initial Developer are Copyright (C) 2010
13.23 - the Initial Developer. All Rights Reserved.
13.24 -
13.25 - Contributor(s):
13.26 -
13.27 - Alternatively, the contents of this file may be used under the terms of
13.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
13.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
13.30 - in which case the provisions of the GPL or the LGPL are applicable instead
13.31 - of those above. If you wish to allow use of your version of this file only
13.32 - under the terms of either the GPL or the LGPL, and not to allow others to
13.33 - use your version of this file under the terms of the MPL, indicate your
13.34 - decision by deleting the provisions above and replace them with the notice
13.35 - and other provisions required by the GPL or the LGPL. If you do not delete
13.36 - the provisions above, a recipient may use your version of this file under
13.37 - the terms of any one of the MPL, the GPL or the LGPL.
13.38 + This Source Code Form is subject to the terms of the Mozilla Public
13.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
13.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
13.41
13.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
13.43 +
13.44 */
13.45
13.46 using System;
14.1 --- a/GUI/MainForm.Designer.cs Wed Feb 22 23:36:26 2012 +0000
14.2 +++ b/GUI/MainForm.Designer.cs Sun May 27 14:23:31 2012 +0000
14.3 @@ -1,38 +1,11 @@
14.4 /*
14.5 -
14.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
14.7 -
14.8 - The contents of this file are subject to the Mozilla Public License Version
14.9 - 1.1 (the "License"); you may not use this file except in compliance with
14.10 - the License. You may obtain a copy of the License at
14.11
14.12 - http://www.mozilla.org/MPL/
14.13 -
14.14 - Software distributed under the License is distributed on an "AS IS" basis,
14.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
14.16 - for the specific language governing rights and limitations under the License.
14.17 -
14.18 - The Original Code is the Open Hardware Monitor code.
14.19 -
14.20 - The Initial Developer of the Original Code is
14.21 - Michael Möller <m.moeller@gmx.ch>.
14.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
14.23 - the Initial Developer. All Rights Reserved.
14.24 -
14.25 - Contributor(s):
14.26 -
14.27 - Alternatively, the contents of this file may be used under the terms of
14.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
14.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
14.30 - in which case the provisions of the GPL or the LGPL are applicable instead
14.31 - of those above. If you wish to allow use of your version of this file only
14.32 - under the terms of either the GPL or the LGPL, and not to allow others to
14.33 - use your version of this file under the terms of the MPL, indicate your
14.34 - decision by deleting the provisions above and replace them with the notice
14.35 - and other provisions required by the GPL or the LGPL. If you do not delete
14.36 - the provisions above, a recipient may use your version of this file under
14.37 - the terms of any one of the MPL, the GPL or the LGPL.
14.38 + This Source Code Form is subject to the terms of the Mozilla Public
14.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
14.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
14.41
14.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
14.43 +
14.44 */
14.45
14.46 namespace OpenHardwareMonitor.GUI {
15.1 --- a/GUI/MainForm.cs Wed Feb 22 23:36:26 2012 +0000
15.2 +++ b/GUI/MainForm.cs Sun May 27 14:23:31 2012 +0000
15.3 @@ -1,38 +1,12 @@
15.4 /*
15.5 -
15.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
15.7 +
15.8 + This Source Code Form is subject to the terms of the Mozilla Public
15.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
15.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
15.11 +
15.12 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
15.13 + Copyright (C) 2010 Paul Werelds <paul@werelds.net>
15.14
15.15 - The contents of this file are subject to the Mozilla Public License Version
15.16 - 1.1 (the "License"); you may not use this file except in compliance with
15.17 - the License. You may obtain a copy of the License at
15.18 -
15.19 - http://www.mozilla.org/MPL/
15.20 -
15.21 - Software distributed under the License is distributed on an "AS IS" basis,
15.22 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
15.23 - for the specific language governing rights and limitations under the License.
15.24 -
15.25 - The Original Code is the Open Hardware Monitor code.
15.26 -
15.27 - The Initial Developer of the Original Code is
15.28 - Michael Möller <m.moeller@gmx.ch>.
15.29 - Portions created by the Initial Developer are Copyright (C) 2009-2012
15.30 - the Initial Developer. All Rights Reserved.
15.31 -
15.32 - Contributor(s): Paul Werelds
15.33 -
15.34 - Alternatively, the contents of this file may be used under the terms of
15.35 - either the GNU General Public License Version 2 or later (the "GPL"), or
15.36 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
15.37 - in which case the provisions of the GPL or the LGPL are applicable instead
15.38 - of those above. If you wish to allow use of your version of this file only
15.39 - under the terms of either the GPL or the LGPL, and not to allow others to
15.40 - use your version of this file under the terms of the MPL, indicate your
15.41 - decision by deleting the provisions above and replace them with the notice
15.42 - and other provisions required by the GPL or the LGPL. If you do not delete
15.43 - the provisions above, a recipient may use your version of this file under
15.44 - the terms of any one of the MPL, the GPL or the LGPL.
15.45 -
15.46 */
15.47
15.48 using System;
16.1 --- a/GUI/Node.cs Wed Feb 22 23:36:26 2012 +0000
16.2 +++ b/GUI/Node.cs Sun May 27 14:23:31 2012 +0000
16.3 @@ -1,39 +1,13 @@
16.4 /*
16.5 -
16.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
16.7 +
16.8 + This Source Code Form is subject to the terms of the Mozilla Public
16.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
16.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
16.11 +
16.12 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
16.13 +
16.14 +*/
16.15
16.16 - The contents of this file are subject to the Mozilla Public License Version
16.17 - 1.1 (the "License"); you may not use this file except in compliance with
16.18 - the License. You may obtain a copy of the License at
16.19 -
16.20 - http://www.mozilla.org/MPL/
16.21 -
16.22 - Software distributed under the License is distributed on an "AS IS" basis,
16.23 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
16.24 - for the specific language governing rights and limitations under the License.
16.25 -
16.26 - The Original Code is the Open Hardware Monitor code.
16.27 -
16.28 - The Initial Developer of the Original Code is
16.29 - Michael Möller <m.moeller@gmx.ch>.
16.30 - Portions created by the Initial Developer are Copyright (C) 2009-2010
16.31 - the Initial Developer. All Rights Reserved.
16.32 -
16.33 - Contributor(s):
16.34 -
16.35 - Alternatively, the contents of this file may be used under the terms of
16.36 - either the GNU General Public License Version 2 or later (the "GPL"), or
16.37 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
16.38 - in which case the provisions of the GPL or the LGPL are applicable instead
16.39 - of those above. If you wish to allow use of your version of this file only
16.40 - under the terms of either the GPL or the LGPL, and not to allow others to
16.41 - use your version of this file under the terms of the MPL, indicate your
16.42 - decision by deleting the provisions above and replace them with the notice
16.43 - and other provisions required by the GPL or the LGPL. If you do not delete
16.44 - the provisions above, a recipient may use your version of this file under
16.45 - the terms of any one of the MPL, the GPL or the LGPL.
16.46 -
16.47 -*/
16.48
16.49 using System;
16.50 using System.Collections.Generic;
17.1 --- a/GUI/ParameterForm.Designer.cs Wed Feb 22 23:36:26 2012 +0000
17.2 +++ b/GUI/ParameterForm.Designer.cs Sun May 27 14:23:31 2012 +0000
17.3 @@ -1,38 +1,11 @@
17.4 /*
17.5 -
17.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
17.7 -
17.8 - The contents of this file are subject to the Mozilla Public License Version
17.9 - 1.1 (the "License"); you may not use this file except in compliance with
17.10 - the License. You may obtain a copy of the License at
17.11
17.12 - http://www.mozilla.org/MPL/
17.13 -
17.14 - Software distributed under the License is distributed on an "AS IS" basis,
17.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
17.16 - for the specific language governing rights and limitations under the License.
17.17 -
17.18 - The Original Code is the Open Hardware Monitor code.
17.19 -
17.20 - The Initial Developer of the Original Code is
17.21 - Michael Möller <m.moeller@gmx.ch>.
17.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
17.23 - the Initial Developer. All Rights Reserved.
17.24 -
17.25 - Contributor(s):
17.26 -
17.27 - Alternatively, the contents of this file may be used under the terms of
17.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
17.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
17.30 - in which case the provisions of the GPL or the LGPL are applicable instead
17.31 - of those above. If you wish to allow use of your version of this file only
17.32 - under the terms of either the GPL or the LGPL, and not to allow others to
17.33 - use your version of this file under the terms of the MPL, indicate your
17.34 - decision by deleting the provisions above and replace them with the notice
17.35 - and other provisions required by the GPL or the LGPL. If you do not delete
17.36 - the provisions above, a recipient may use your version of this file under
17.37 - the terms of any one of the MPL, the GPL or the LGPL.
17.38 + This Source Code Form is subject to the terms of the Mozilla Public
17.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
17.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
17.41
17.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
17.43 +
17.44 */
17.45
17.46 namespace OpenHardwareMonitor.GUI {
18.1 --- a/GUI/ParameterForm.cs Wed Feb 22 23:36:26 2012 +0000
18.2 +++ b/GUI/ParameterForm.cs Sun May 27 14:23:31 2012 +0000
18.3 @@ -1,39 +1,13 @@
18.4 /*
18.5 -
18.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
18.7 +
18.8 + This Source Code Form is subject to the terms of the Mozilla Public
18.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
18.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
18.11 +
18.12 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
18.13 +
18.14 +*/
18.15
18.16 - The contents of this file are subject to the Mozilla Public License Version
18.17 - 1.1 (the "License"); you may not use this file except in compliance with
18.18 - the License. You may obtain a copy of the License at
18.19 -
18.20 - http://www.mozilla.org/MPL/
18.21 -
18.22 - Software distributed under the License is distributed on an "AS IS" basis,
18.23 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
18.24 - for the specific language governing rights and limitations under the License.
18.25 -
18.26 - The Original Code is the Open Hardware Monitor code.
18.27 -
18.28 - The Initial Developer of the Original Code is
18.29 - Michael Möller <m.moeller@gmx.ch>.
18.30 - Portions created by the Initial Developer are Copyright (C) 2009-2010
18.31 - the Initial Developer. All Rights Reserved.
18.32 -
18.33 - Contributor(s):
18.34 -
18.35 - Alternatively, the contents of this file may be used under the terms of
18.36 - either the GNU General Public License Version 2 or later (the "GPL"), or
18.37 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
18.38 - in which case the provisions of the GPL or the LGPL are applicable instead
18.39 - of those above. If you wish to allow use of your version of this file only
18.40 - under the terms of either the GPL or the LGPL, and not to allow others to
18.41 - use your version of this file under the terms of the MPL, indicate your
18.42 - decision by deleting the provisions above and replace them with the notice
18.43 - and other provisions required by the GPL or the LGPL. If you do not delete
18.44 - the provisions above, a recipient may use your version of this file under
18.45 - the terms of any one of the MPL, the GPL or the LGPL.
18.46 -
18.47 -*/
18.48
18.49 using System;
18.50 using System.Collections.Generic;
19.1 --- a/GUI/PlotPanel.cs Wed Feb 22 23:36:26 2012 +0000
19.2 +++ b/GUI/PlotPanel.cs Sun May 27 14:23:31 2012 +0000
19.3 @@ -1,38 +1,11 @@
19.4 /*
19.5 -
19.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
19.7 -
19.8 - The contents of this file are subject to the Mozilla Public License Version
19.9 - 1.1 (the "License"); you may not use this file except in compliance with
19.10 - the License. You may obtain a copy of the License at
19.11
19.12 - http://www.mozilla.org/MPL/
19.13 -
19.14 - Software distributed under the License is distributed on an "AS IS" basis,
19.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
19.16 - for the specific language governing rights and limitations under the License.
19.17 -
19.18 - The Original Code is the Open Hardware Monitor code.
19.19 -
19.20 - The Initial Developer of the Original Code is
19.21 - Michael Möller <m.moeller@gmx.ch>.
19.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
19.23 - the Initial Developer. All Rights Reserved.
19.24 -
19.25 - Contributor(s):
19.26 -
19.27 - Alternatively, the contents of this file may be used under the terms of
19.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
19.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
19.30 - in which case the provisions of the GPL or the LGPL are applicable instead
19.31 - of those above. If you wish to allow use of your version of this file only
19.32 - under the terms of either the GPL or the LGPL, and not to allow others to
19.33 - use your version of this file under the terms of the MPL, indicate your
19.34 - decision by deleting the provisions above and replace them with the notice
19.35 - and other provisions required by the GPL or the LGPL. If you do not delete
19.36 - the provisions above, a recipient may use your version of this file under
19.37 - the terms of any one of the MPL, the GPL or the LGPL.
19.38 + This Source Code Form is subject to the terms of the Mozilla Public
19.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
19.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
19.41
19.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
19.43 +
19.44 */
19.45
19.46 using System;
20.1 --- a/GUI/ReportForm.Designer.cs Wed Feb 22 23:36:26 2012 +0000
20.2 +++ b/GUI/ReportForm.Designer.cs Sun May 27 14:23:31 2012 +0000
20.3 @@ -1,38 +1,11 @@
20.4 /*
20.5 -
20.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
20.7 -
20.8 - The contents of this file are subject to the Mozilla Public License Version
20.9 - 1.1 (the "License"); you may not use this file except in compliance with
20.10 - the License. You may obtain a copy of the License at
20.11
20.12 - http://www.mozilla.org/MPL/
20.13 -
20.14 - Software distributed under the License is distributed on an "AS IS" basis,
20.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
20.16 - for the specific language governing rights and limitations under the License.
20.17 -
20.18 - The Original Code is the Open Hardware Monitor code.
20.19 -
20.20 - The Initial Developer of the Original Code is
20.21 - Michael Möller <m.moeller@gmx.ch>.
20.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
20.23 - the Initial Developer. All Rights Reserved.
20.24 -
20.25 - Contributor(s):
20.26 -
20.27 - Alternatively, the contents of this file may be used under the terms of
20.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
20.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
20.30 - in which case the provisions of the GPL or the LGPL are applicable instead
20.31 - of those above. If you wish to allow use of your version of this file only
20.32 - under the terms of either the GPL or the LGPL, and not to allow others to
20.33 - use your version of this file under the terms of the MPL, indicate your
20.34 - decision by deleting the provisions above and replace them with the notice
20.35 - and other provisions required by the GPL or the LGPL. If you do not delete
20.36 - the provisions above, a recipient may use your version of this file under
20.37 - the terms of any one of the MPL, the GPL or the LGPL.
20.38 + This Source Code Form is subject to the terms of the Mozilla Public
20.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
20.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
20.41
20.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
20.43 +
20.44 */
20.45
20.46 namespace OpenHardwareMonitor.GUI {
21.1 --- a/GUI/ReportForm.cs Wed Feb 22 23:36:26 2012 +0000
21.2 +++ b/GUI/ReportForm.cs Sun May 27 14:23:31 2012 +0000
21.3 @@ -1,38 +1,11 @@
21.4 /*
21.5 -
21.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
21.7 -
21.8 - The contents of this file are subject to the Mozilla Public License Version
21.9 - 1.1 (the "License"); you may not use this file except in compliance with
21.10 - the License. You may obtain a copy of the License at
21.11
21.12 - http://www.mozilla.org/MPL/
21.13 -
21.14 - Software distributed under the License is distributed on an "AS IS" basis,
21.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
21.16 - for the specific language governing rights and limitations under the License.
21.17 -
21.18 - The Original Code is the Open Hardware Monitor code.
21.19 -
21.20 - The Initial Developer of the Original Code is
21.21 - Michael Möller <m.moeller@gmx.ch>.
21.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
21.23 - the Initial Developer. All Rights Reserved.
21.24 -
21.25 - Contributor(s):
21.26 -
21.27 - Alternatively, the contents of this file may be used under the terms of
21.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
21.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
21.30 - in which case the provisions of the GPL or the LGPL are applicable instead
21.31 - of those above. If you wish to allow use of your version of this file only
21.32 - under the terms of either the GPL or the LGPL, and not to allow others to
21.33 - use your version of this file under the terms of the MPL, indicate your
21.34 - decision by deleting the provisions above and replace them with the notice
21.35 - and other provisions required by the GPL or the LGPL. If you do not delete
21.36 - the provisions above, a recipient may use your version of this file under
21.37 - the terms of any one of the MPL, the GPL or the LGPL.
21.38 + This Source Code Form is subject to the terms of the Mozilla Public
21.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
21.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
21.41
21.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
21.43 +
21.44 */
21.45
21.46 using System;
22.1 --- a/GUI/SensorGadget.cs Wed Feb 22 23:36:26 2012 +0000
22.2 +++ b/GUI/SensorGadget.cs Sun May 27 14:23:31 2012 +0000
22.3 @@ -1,38 +1,11 @@
22.4 /*
22.5 -
22.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
22.7 -
22.8 - The contents of this file are subject to the Mozilla Public License Version
22.9 - 1.1 (the "License"); you may not use this file except in compliance with
22.10 - the License. You may obtain a copy of the License at
22.11
22.12 - http://www.mozilla.org/MPL/
22.13 -
22.14 - Software distributed under the License is distributed on an "AS IS" basis,
22.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
22.16 - for the specific language governing rights and limitations under the License.
22.17 -
22.18 - The Original Code is the Open Hardware Monitor code.
22.19 -
22.20 - The Initial Developer of the Original Code is
22.21 - Michael Möller <m.moeller@gmx.ch>.
22.22 - Portions created by the Initial Developer are Copyright (C) 2010-2012
22.23 - the Initial Developer. All Rights Reserved.
22.24 -
22.25 - Contributor(s):
22.26 -
22.27 - Alternatively, the contents of this file may be used under the terms of
22.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
22.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
22.30 - in which case the provisions of the GPL or the LGPL are applicable instead
22.31 - of those above. If you wish to allow use of your version of this file only
22.32 - under the terms of either the GPL or the LGPL, and not to allow others to
22.33 - use your version of this file under the terms of the MPL, indicate your
22.34 - decision by deleting the provisions above and replace them with the notice
22.35 - and other provisions required by the GPL or the LGPL. If you do not delete
22.36 - the provisions above, a recipient may use your version of this file under
22.37 - the terms of any one of the MPL, the GPL or the LGPL.
22.38 + This Source Code Form is subject to the terms of the Mozilla Public
22.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
22.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
22.41
22.42 + Copyright (C) 2010-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
22.43 +
22.44 */
22.45
22.46 using System;
23.1 --- a/GUI/SensorNode.cs Wed Feb 22 23:36:26 2012 +0000
23.2 +++ b/GUI/SensorNode.cs Sun May 27 14:23:31 2012 +0000
23.3 @@ -1,38 +1,11 @@
23.4 /*
23.5 -
23.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
23.7 -
23.8 - The contents of this file are subject to the Mozilla Public License Version
23.9 - 1.1 (the "License"); you may not use this file except in compliance with
23.10 - the License. You may obtain a copy of the License at
23.11
23.12 - http://www.mozilla.org/MPL/
23.13 -
23.14 - Software distributed under the License is distributed on an "AS IS" basis,
23.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
23.16 - for the specific language governing rights and limitations under the License.
23.17 -
23.18 - The Original Code is the Open Hardware Monitor code.
23.19 -
23.20 - The Initial Developer of the Original Code is
23.21 - Michael Möller <m.moeller@gmx.ch>.
23.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
23.23 - the Initial Developer. All Rights Reserved.
23.24 -
23.25 - Contributor(s):
23.26 -
23.27 - Alternatively, the contents of this file may be used under the terms of
23.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
23.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
23.30 - in which case the provisions of the GPL or the LGPL are applicable instead
23.31 - of those above. If you wish to allow use of your version of this file only
23.32 - under the terms of either the GPL or the LGPL, and not to allow others to
23.33 - use your version of this file under the terms of the MPL, indicate your
23.34 - decision by deleting the provisions above and replace them with the notice
23.35 - and other provisions required by the GPL or the LGPL. If you do not delete
23.36 - the provisions above, a recipient may use your version of this file under
23.37 - the terms of any one of the MPL, the GPL or the LGPL.
23.38 + This Source Code Form is subject to the terms of the Mozilla Public
23.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
23.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
23.41
23.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
23.43 +
23.44 */
23.45
23.46 using System;
24.1 --- a/GUI/SensorNotifyIcon.cs Wed Feb 22 23:36:26 2012 +0000
24.2 +++ b/GUI/SensorNotifyIcon.cs Sun May 27 14:23:31 2012 +0000
24.3 @@ -1,38 +1,11 @@
24.4 /*
24.5 -
24.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
24.7 -
24.8 - The contents of this file are subject to the Mozilla Public License Version
24.9 - 1.1 (the "License"); you may not use this file except in compliance with
24.10 - the License. You may obtain a copy of the License at
24.11
24.12 - http://www.mozilla.org/MPL/
24.13 -
24.14 - Software distributed under the License is distributed on an "AS IS" basis,
24.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
24.16 - for the specific language governing rights and limitations under the License.
24.17 -
24.18 - The Original Code is the Open Hardware Monitor code.
24.19 -
24.20 - The Initial Developer of the Original Code is
24.21 - Michael Möller <m.moeller@gmx.ch>.
24.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
24.23 - the Initial Developer. All Rights Reserved.
24.24 -
24.25 - Contributor(s):
24.26 -
24.27 - Alternatively, the contents of this file may be used under the terms of
24.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
24.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
24.30 - in which case the provisions of the GPL or the LGPL are applicable instead
24.31 - of those above. If you wish to allow use of your version of this file only
24.32 - under the terms of either the GPL or the LGPL, and not to allow others to
24.33 - use your version of this file under the terms of the MPL, indicate your
24.34 - decision by deleting the provisions above and replace them with the notice
24.35 - and other provisions required by the GPL or the LGPL. If you do not delete
24.36 - the provisions above, a recipient may use your version of this file under
24.37 - the terms of any one of the MPL, the GPL or the LGPL.
24.38 + This Source Code Form is subject to the terms of the Mozilla Public
24.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
24.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
24.41
24.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
24.43 +
24.44 */
24.45
24.46 using System;
25.1 --- a/GUI/ShowDesktop.cs Wed Feb 22 23:36:26 2012 +0000
25.2 +++ b/GUI/ShowDesktop.cs Sun May 27 14:23:31 2012 +0000
25.3 @@ -1,38 +1,11 @@
25.4 /*
25.5 -
25.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
25.7 -
25.8 - The contents of this file are subject to the Mozilla Public License Version
25.9 - 1.1 (the "License"); you may not use this file except in compliance with
25.10 - the License. You may obtain a copy of the License at
25.11
25.12 - http://www.mozilla.org/MPL/
25.13 -
25.14 - Software distributed under the License is distributed on an "AS IS" basis,
25.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
25.16 - for the specific language governing rights and limitations under the License.
25.17 -
25.18 - The Original Code is the Open Hardware Monitor code.
25.19 -
25.20 - The Initial Developer of the Original Code is
25.21 - Michael Möller <m.moeller@gmx.ch>.
25.22 - Portions created by the Initial Developer are Copyright (C) 2010
25.23 - the Initial Developer. All Rights Reserved.
25.24 -
25.25 - Contributor(s):
25.26 -
25.27 - Alternatively, the contents of this file may be used under the terms of
25.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
25.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
25.30 - in which case the provisions of the GPL or the LGPL are applicable instead
25.31 - of those above. If you wish to allow use of your version of this file only
25.32 - under the terms of either the GPL or the LGPL, and not to allow others to
25.33 - use your version of this file under the terms of the MPL, indicate your
25.34 - decision by deleting the provisions above and replace them with the notice
25.35 - and other provisions required by the GPL or the LGPL. If you do not delete
25.36 - the provisions above, a recipient may use your version of this file under
25.37 - the terms of any one of the MPL, the GPL or the LGPL.
25.38 + This Source Code Form is subject to the terms of the Mozilla Public
25.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
25.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
25.41
25.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
25.43 +
25.44 */
25.45
25.46 using System;
26.1 --- a/GUI/SplitContainerAdv.cs Wed Feb 22 23:36:26 2012 +0000
26.2 +++ b/GUI/SplitContainerAdv.cs Sun May 27 14:23:31 2012 +0000
26.3 @@ -1,38 +1,11 @@
26.4 /*
26.5 -
26.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
26.7 -
26.8 - The contents of this file are subject to the Mozilla Public License Version
26.9 - 1.1 (the "License"); you may not use this file except in compliance with
26.10 - the License. You may obtain a copy of the License at
26.11
26.12 - http://www.mozilla.org/MPL/
26.13 -
26.14 - Software distributed under the License is distributed on an "AS IS" basis,
26.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
26.16 - for the specific language governing rights and limitations under the License.
26.17 -
26.18 - The Original Code is the Open Hardware Monitor code.
26.19 -
26.20 - The Initial Developer of the Original Code is
26.21 - Michael Möller <m.moeller@gmx.ch>.
26.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
26.23 - the Initial Developer. All Rights Reserved.
26.24 -
26.25 - Contributor(s):
26.26 -
26.27 - Alternatively, the contents of this file may be used under the terms of
26.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
26.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26.30 - in which case the provisions of the GPL or the LGPL are applicable instead
26.31 - of those above. If you wish to allow use of your version of this file only
26.32 - under the terms of either the GPL or the LGPL, and not to allow others to
26.33 - use your version of this file under the terms of the MPL, indicate your
26.34 - decision by deleting the provisions above and replace them with the notice
26.35 - and other provisions required by the GPL or the LGPL. If you do not delete
26.36 - the provisions above, a recipient may use your version of this file under
26.37 - the terms of any one of the MPL, the GPL or the LGPL.
26.38 + This Source Code Form is subject to the terms of the Mozilla Public
26.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
26.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
26.41
26.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
26.43 +
26.44 */
26.45
26.46 using System;
27.1 --- a/GUI/StartupManager.cs Wed Feb 22 23:36:26 2012 +0000
27.2 +++ b/GUI/StartupManager.cs Sun May 27 14:23:31 2012 +0000
27.3 @@ -1,38 +1,11 @@
27.4 /*
27.5 -
27.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
27.7 -
27.8 - The contents of this file are subject to the Mozilla Public License Version
27.9 - 1.1 (the "License"); you may not use this file except in compliance with
27.10 - the License. You may obtain a copy of the License at
27.11
27.12 - http://www.mozilla.org/MPL/
27.13 -
27.14 - Software distributed under the License is distributed on an "AS IS" basis,
27.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
27.16 - for the specific language governing rights and limitations under the License.
27.17 -
27.18 - The Original Code is the Open Hardware Monitor code.
27.19 -
27.20 - The Initial Developer of the Original Code is
27.21 - Michael Möller <m.moeller@gmx.ch>.
27.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
27.23 - the Initial Developer. All Rights Reserved.
27.24 -
27.25 - Contributor(s):
27.26 -
27.27 - Alternatively, the contents of this file may be used under the terms of
27.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
27.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27.30 - in which case the provisions of the GPL or the LGPL are applicable instead
27.31 - of those above. If you wish to allow use of your version of this file only
27.32 - under the terms of either the GPL or the LGPL, and not to allow others to
27.33 - use your version of this file under the terms of the MPL, indicate your
27.34 - decision by deleting the provisions above and replace them with the notice
27.35 - and other provisions required by the GPL or the LGPL. If you do not delete
27.36 - the provisions above, a recipient may use your version of this file under
27.37 - the terms of any one of the MPL, the GPL or the LGPL.
27.38 + This Source Code Form is subject to the terms of the Mozilla Public
27.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
27.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
27.41
27.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
27.43 +
27.44 */
27.45
27.46 using System;
28.1 --- a/GUI/SystemTray.cs Wed Feb 22 23:36:26 2012 +0000
28.2 +++ b/GUI/SystemTray.cs Sun May 27 14:23:31 2012 +0000
28.3 @@ -1,38 +1,11 @@
28.4 /*
28.5 -
28.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
28.7 -
28.8 - The contents of this file are subject to the Mozilla Public License Version
28.9 - 1.1 (the "License"); you may not use this file except in compliance with
28.10 - the License. You may obtain a copy of the License at
28.11
28.12 - http://www.mozilla.org/MPL/
28.13 -
28.14 - Software distributed under the License is distributed on an "AS IS" basis,
28.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
28.16 - for the specific language governing rights and limitations under the License.
28.17 -
28.18 - The Original Code is the Open Hardware Monitor code.
28.19 -
28.20 - The Initial Developer of the Original Code is
28.21 - Michael Möller <m.moeller@gmx.ch>.
28.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
28.23 - the Initial Developer. All Rights Reserved.
28.24 -
28.25 - Contributor(s):
28.26 -
28.27 - Alternatively, the contents of this file may be used under the terms of
28.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
28.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28.30 - in which case the provisions of the GPL or the LGPL are applicable instead
28.31 - of those above. If you wish to allow use of your version of this file only
28.32 - under the terms of either the GPL or the LGPL, and not to allow others to
28.33 - use your version of this file under the terms of the MPL, indicate your
28.34 - decision by deleting the provisions above and replace them with the notice
28.35 - and other provisions required by the GPL or the LGPL. If you do not delete
28.36 - the provisions above, a recipient may use your version of this file under
28.37 - the terms of any one of the MPL, the GPL or the LGPL.
28.38 + This Source Code Form is subject to the terms of the Mozilla Public
28.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
28.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
28.41
28.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
28.43 +
28.44 */
28.45
28.46 using System;
29.1 --- a/GUI/TaskScheduler.cs Wed Feb 22 23:36:26 2012 +0000
29.2 +++ b/GUI/TaskScheduler.cs Sun May 27 14:23:31 2012 +0000
29.3 @@ -1,38 +1,11 @@
29.4 /*
29.5 -
29.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
29.7 -
29.8 - The contents of this file are subject to the Mozilla Public License Version
29.9 - 1.1 (the "License"); you may not use this file except in compliance with
29.10 - the License. You may obtain a copy of the License at
29.11
29.12 - http://www.mozilla.org/MPL/
29.13 -
29.14 - Software distributed under the License is distributed on an "AS IS" basis,
29.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
29.16 - for the specific language governing rights and limitations under the License.
29.17 -
29.18 - The Original Code is the Open Hardware Monitor code.
29.19 -
29.20 - The Initial Developer of the Original Code is
29.21 - Michael Möller <m.moeller@gmx.ch>.
29.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
29.23 - the Initial Developer. All Rights Reserved.
29.24 -
29.25 - Contributor(s):
29.26 -
29.27 - Alternatively, the contents of this file may be used under the terms of
29.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
29.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29.30 - in which case the provisions of the GPL or the LGPL are applicable instead
29.31 - of those above. If you wish to allow use of your version of this file only
29.32 - under the terms of either the GPL or the LGPL, and not to allow others to
29.33 - use your version of this file under the terms of the MPL, indicate your
29.34 - decision by deleting the provisions above and replace them with the notice
29.35 - and other provisions required by the GPL or the LGPL. If you do not delete
29.36 - the provisions above, a recipient may use your version of this file under
29.37 - the terms of any one of the MPL, the GPL or the LGPL.
29.38 + This Source Code Form is subject to the terms of the Mozilla Public
29.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
29.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
29.41
29.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
29.43 +
29.44 */
29.45
29.46 using System;
30.1 --- a/GUI/TreeModel.cs Wed Feb 22 23:36:26 2012 +0000
30.2 +++ b/GUI/TreeModel.cs Sun May 27 14:23:31 2012 +0000
30.3 @@ -1,38 +1,11 @@
30.4 /*
30.5 -
30.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
30.7 -
30.8 - The contents of this file are subject to the Mozilla Public License Version
30.9 - 1.1 (the "License"); you may not use this file except in compliance with
30.10 - the License. You may obtain a copy of the License at
30.11
30.12 - http://www.mozilla.org/MPL/
30.13 -
30.14 - Software distributed under the License is distributed on an "AS IS" basis,
30.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
30.16 - for the specific language governing rights and limitations under the License.
30.17 -
30.18 - The Original Code is the Open Hardware Monitor code.
30.19 -
30.20 - The Initial Developer of the Original Code is
30.21 - Michael Möller <m.moeller@gmx.ch>.
30.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
30.23 - the Initial Developer. All Rights Reserved.
30.24 -
30.25 - Contributor(s):
30.26 -
30.27 - Alternatively, the contents of this file may be used under the terms of
30.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
30.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30.30 - in which case the provisions of the GPL or the LGPL are applicable instead
30.31 - of those above. If you wish to allow use of your version of this file only
30.32 - under the terms of either the GPL or the LGPL, and not to allow others to
30.33 - use your version of this file under the terms of the MPL, indicate your
30.34 - decision by deleting the provisions above and replace them with the notice
30.35 - and other provisions required by the GPL or the LGPL. If you do not delete
30.36 - the provisions above, a recipient may use your version of this file under
30.37 - the terms of any one of the MPL, the GPL or the LGPL.
30.38 + This Source Code Form is subject to the terms of the Mozilla Public
30.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
30.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
30.41
30.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
30.43 +
30.44 */
30.45
30.46 using System;
31.1 --- a/GUI/TypeNode.cs Wed Feb 22 23:36:26 2012 +0000
31.2 +++ b/GUI/TypeNode.cs Sun May 27 14:23:31 2012 +0000
31.3 @@ -1,38 +1,11 @@
31.4 /*
31.5 -
31.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
31.7 -
31.8 - The contents of this file are subject to the Mozilla Public License Version
31.9 - 1.1 (the "License"); you may not use this file except in compliance with
31.10 - the License. You may obtain a copy of the License at
31.11
31.12 - http://www.mozilla.org/MPL/
31.13 -
31.14 - Software distributed under the License is distributed on an "AS IS" basis,
31.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
31.16 - for the specific language governing rights and limitations under the License.
31.17 -
31.18 - The Original Code is the Open Hardware Monitor code.
31.19 -
31.20 - The Initial Developer of the Original Code is
31.21 - Michael Möller <m.moeller@gmx.ch>.
31.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
31.23 - the Initial Developer. All Rights Reserved.
31.24 -
31.25 - Contributor(s):
31.26 -
31.27 - Alternatively, the contents of this file may be used under the terms of
31.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
31.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
31.30 - in which case the provisions of the GPL or the LGPL are applicable instead
31.31 - of those above. If you wish to allow use of your version of this file only
31.32 - under the terms of either the GPL or the LGPL, and not to allow others to
31.33 - use your version of this file under the terms of the MPL, indicate your
31.34 - decision by deleting the provisions above and replace them with the notice
31.35 - and other provisions required by the GPL or the LGPL. If you do not delete
31.36 - the provisions above, a recipient may use your version of this file under
31.37 - the terms of any one of the MPL, the GPL or the LGPL.
31.38 + This Source Code Form is subject to the terms of the Mozilla Public
31.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
31.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
31.41
31.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
31.43 +
31.44 */
31.45
31.46 using System;
32.1 --- a/GUI/UnitManager.cs Wed Feb 22 23:36:26 2012 +0000
32.2 +++ b/GUI/UnitManager.cs Sun May 27 14:23:31 2012 +0000
32.3 @@ -1,38 +1,11 @@
32.4 /*
32.5 -
32.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
32.7 -
32.8 - The contents of this file are subject to the Mozilla Public License Version
32.9 - 1.1 (the "License"); you may not use this file except in compliance with
32.10 - the License. You may obtain a copy of the License at
32.11
32.12 - http://www.mozilla.org/MPL/
32.13 -
32.14 - Software distributed under the License is distributed on an "AS IS" basis,
32.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
32.16 - for the specific language governing rights and limitations under the License.
32.17 -
32.18 - The Original Code is the Open Hardware Monitor code.
32.19 -
32.20 - The Initial Developer of the Original Code is
32.21 - Michael Möller <m.moeller@gmx.ch>.
32.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
32.23 - the Initial Developer. All Rights Reserved.
32.24 -
32.25 - Contributor(s):
32.26 -
32.27 - Alternatively, the contents of this file may be used under the terms of
32.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
32.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
32.30 - in which case the provisions of the GPL or the LGPL are applicable instead
32.31 - of those above. If you wish to allow use of your version of this file only
32.32 - under the terms of either the GPL or the LGPL, and not to allow others to
32.33 - use your version of this file under the terms of the MPL, indicate your
32.34 - decision by deleting the provisions above and replace them with the notice
32.35 - and other provisions required by the GPL or the LGPL. If you do not delete
32.36 - the provisions above, a recipient may use your version of this file under
32.37 - the terms of any one of the MPL, the GPL or the LGPL.
32.38 + This Source Code Form is subject to the terms of the Mozilla Public
32.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
32.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
32.41
32.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
32.43 +
32.44 */
32.45
32.46 using System;
33.1 --- a/GUI/UpdateVisitor.cs Wed Feb 22 23:36:26 2012 +0000
33.2 +++ b/GUI/UpdateVisitor.cs Sun May 27 14:23:31 2012 +0000
33.3 @@ -1,38 +1,11 @@
33.4 /*
33.5 -
33.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
33.7 -
33.8 - The contents of this file are subject to the Mozilla Public License Version
33.9 - 1.1 (the "License"); you may not use this file except in compliance with
33.10 - the License. You may obtain a copy of the License at
33.11
33.12 - http://www.mozilla.org/MPL/
33.13 -
33.14 - Software distributed under the License is distributed on an "AS IS" basis,
33.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
33.16 - for the specific language governing rights and limitations under the License.
33.17 -
33.18 - The Original Code is the Open Hardware Monitor code.
33.19 -
33.20 - The Initial Developer of the Original Code is
33.21 - Michael Möller <m.moeller@gmx.ch>.
33.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
33.23 - the Initial Developer. All Rights Reserved.
33.24 -
33.25 - Contributor(s):
33.26 -
33.27 - Alternatively, the contents of this file may be used under the terms of
33.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
33.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
33.30 - in which case the provisions of the GPL or the LGPL are applicable instead
33.31 - of those above. If you wish to allow use of your version of this file only
33.32 - under the terms of either the GPL or the LGPL, and not to allow others to
33.33 - use your version of this file under the terms of the MPL, indicate your
33.34 - decision by deleting the provisions above and replace them with the notice
33.35 - and other provisions required by the GPL or the LGPL. If you do not delete
33.36 - the provisions above, a recipient may use your version of this file under
33.37 - the terms of any one of the MPL, the GPL or the LGPL.
33.38 + This Source Code Form is subject to the terms of the Mozilla Public
33.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
33.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
33.41
33.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
33.43 +
33.44 */
33.45
33.46 using System;
34.1 --- a/GUI/UserOption.cs Wed Feb 22 23:36:26 2012 +0000
34.2 +++ b/GUI/UserOption.cs Sun May 27 14:23:31 2012 +0000
34.3 @@ -1,38 +1,11 @@
34.4 /*
34.5 -
34.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
34.7 -
34.8 - The contents of this file are subject to the Mozilla Public License Version
34.9 - 1.1 (the "License"); you may not use this file except in compliance with
34.10 - the License. You may obtain a copy of the License at
34.11
34.12 - http://www.mozilla.org/MPL/
34.13 -
34.14 - Software distributed under the License is distributed on an "AS IS" basis,
34.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
34.16 - for the specific language governing rights and limitations under the License.
34.17 -
34.18 - The Original Code is the Open Hardware Monitor code.
34.19 -
34.20 - The Initial Developer of the Original Code is
34.21 - Michael Möller <m.moeller@gmx.ch>.
34.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
34.23 - the Initial Developer. All Rights Reserved.
34.24 -
34.25 - Contributor(s):
34.26 -
34.27 - Alternatively, the contents of this file may be used under the terms of
34.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
34.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
34.30 - in which case the provisions of the GPL or the LGPL are applicable instead
34.31 - of those above. If you wish to allow use of your version of this file only
34.32 - under the terms of either the GPL or the LGPL, and not to allow others to
34.33 - use your version of this file under the terms of the MPL, indicate your
34.34 - decision by deleting the provisions above and replace them with the notice
34.35 - and other provisions required by the GPL or the LGPL. If you do not delete
34.36 - the provisions above, a recipient may use your version of this file under
34.37 - the terms of any one of the MPL, the GPL or the LGPL.
34.38 + This Source Code Form is subject to the terms of the Mozilla Public
34.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
34.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
34.41
34.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
34.43 +
34.44 */
34.45
34.46 using System;
35.1 --- a/GUI/UserRadioGroup.cs Wed Feb 22 23:36:26 2012 +0000
35.2 +++ b/GUI/UserRadioGroup.cs Sun May 27 14:23:31 2012 +0000
35.3 @@ -1,38 +1,11 @@
35.4 /*
35.5 -
35.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
35.7 -
35.8 - The contents of this file are subject to the Mozilla Public License Version
35.9 - 1.1 (the "License"); you may not use this file except in compliance with
35.10 - the License. You may obtain a copy of the License at
35.11
35.12 - http://www.mozilla.org/MPL/
35.13 -
35.14 - Software distributed under the License is distributed on an "AS IS" basis,
35.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
35.16 - for the specific language governing rights and limitations under the License.
35.17 -
35.18 - The Original Code is the Open Hardware Monitor code.
35.19 -
35.20 - The Initial Developer of the Original Code is
35.21 - Michael Möller <m.moeller@gmx.ch>.
35.22 - Portions created by the Initial Developer are Copyright (C) 2011
35.23 - the Initial Developer. All Rights Reserved.
35.24 -
35.25 - Contributor(s):
35.26 -
35.27 - Alternatively, the contents of this file may be used under the terms of
35.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
35.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
35.30 - in which case the provisions of the GPL or the LGPL are applicable instead
35.31 - of those above. If you wish to allow use of your version of this file only
35.32 - under the terms of either the GPL or the LGPL, and not to allow others to
35.33 - use your version of this file under the terms of the MPL, indicate your
35.34 - decision by deleting the provisions above and replace them with the notice
35.35 - and other provisions required by the GPL or the LGPL. If you do not delete
35.36 - the provisions above, a recipient may use your version of this file under
35.37 - the terms of any one of the MPL, the GPL or the LGPL.
35.38 + This Source Code Form is subject to the terms of the Mozilla Public
35.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
35.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
35.41
35.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
35.43 +
35.44 */
35.45
35.46 using System;
36.1 --- a/Hardware/ATI/ADL.cs Wed Feb 22 23:36:26 2012 +0000
36.2 +++ b/Hardware/ATI/ADL.cs Sun May 27 14:23:31 2012 +0000
36.3 @@ -1,38 +1,11 @@
36.4 /*
36.5 -
36.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
36.7 -
36.8 - The contents of this file are subject to the Mozilla Public License Version
36.9 - 1.1 (the "License"); you may not use this file except in compliance with
36.10 - the License. You may obtain a copy of the License at
36.11
36.12 - http://www.mozilla.org/MPL/
36.13 -
36.14 - Software distributed under the License is distributed on an "AS IS" basis,
36.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
36.16 - for the specific language governing rights and limitations under the License.
36.17 -
36.18 - The Original Code is the Open Hardware Monitor code.
36.19 -
36.20 - The Initial Developer of the Original Code is
36.21 - Michael Möller <m.moeller@gmx.ch>.
36.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
36.23 - the Initial Developer. All Rights Reserved.
36.24 -
36.25 - Contributor(s):
36.26 -
36.27 - Alternatively, the contents of this file may be used under the terms of
36.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
36.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36.30 - in which case the provisions of the GPL or the LGPL are applicable instead
36.31 - of those above. If you wish to allow use of your version of this file only
36.32 - under the terms of either the GPL or the LGPL, and not to allow others to
36.33 - use your version of this file under the terms of the MPL, indicate your
36.34 - decision by deleting the provisions above and replace them with the notice
36.35 - and other provisions required by the GPL or the LGPL. If you do not delete
36.36 - the provisions above, a recipient may use your version of this file under
36.37 - the terms of any one of the MPL, the GPL or the LGPL.
36.38 + This Source Code Form is subject to the terms of the Mozilla Public
36.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
36.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
36.41
36.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
36.43 +
36.44 */
36.45
36.46 using System;
37.1 --- a/Hardware/ATI/ATIGPU.cs Wed Feb 22 23:36:26 2012 +0000
37.2 +++ b/Hardware/ATI/ATIGPU.cs Sun May 27 14:23:31 2012 +0000
37.3 @@ -1,38 +1,11 @@
37.4 /*
37.5 -
37.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
37.7 -
37.8 - The contents of this file are subject to the Mozilla Public License Version
37.9 - 1.1 (the "License"); you may not use this file except in compliance with
37.10 - the License. You may obtain a copy of the License at
37.11
37.12 - http://www.mozilla.org/MPL/
37.13 -
37.14 - Software distributed under the License is distributed on an "AS IS" basis,
37.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
37.16 - for the specific language governing rights and limitations under the License.
37.17 -
37.18 - The Original Code is the Open Hardware Monitor code.
37.19 -
37.20 - The Initial Developer of the Original Code is
37.21 - Michael Möller <m.moeller@gmx.ch>.
37.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
37.23 - the Initial Developer. All Rights Reserved.
37.24 -
37.25 - Contributor(s):
37.26 -
37.27 - Alternatively, the contents of this file may be used under the terms of
37.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
37.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
37.30 - in which case the provisions of the GPL or the LGPL are applicable instead
37.31 - of those above. If you wish to allow use of your version of this file only
37.32 - under the terms of either the GPL or the LGPL, and not to allow others to
37.33 - use your version of this file under the terms of the MPL, indicate your
37.34 - decision by deleting the provisions above and replace them with the notice
37.35 - and other provisions required by the GPL or the LGPL. If you do not delete
37.36 - the provisions above, a recipient may use your version of this file under
37.37 - the terms of any one of the MPL, the GPL or the LGPL.
37.38 + This Source Code Form is subject to the terms of the Mozilla Public
37.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
37.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
37.41
37.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
37.43 +
37.44 */
37.45
37.46 using System;
38.1 --- a/Hardware/ATI/ATIGroup.cs Wed Feb 22 23:36:26 2012 +0000
38.2 +++ b/Hardware/ATI/ATIGroup.cs Sun May 27 14:23:31 2012 +0000
38.3 @@ -1,38 +1,11 @@
38.4 /*
38.5 -
38.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
38.7 -
38.8 - The contents of this file are subject to the Mozilla Public License Version
38.9 - 1.1 (the "License"); you may not use this file except in compliance with
38.10 - the License. You may obtain a copy of the License at
38.11
38.12 - http://www.mozilla.org/MPL/
38.13 -
38.14 - Software distributed under the License is distributed on an "AS IS" basis,
38.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
38.16 - for the specific language governing rights and limitations under the License.
38.17 -
38.18 - The Original Code is the Open Hardware Monitor code.
38.19 -
38.20 - The Initial Developer of the Original Code is
38.21 - Michael Mller <m.moeller@gmx.ch>.
38.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
38.23 - the Initial Developer. All Rights Reserved.
38.24 -
38.25 - Contributor(s):
38.26 -
38.27 - Alternatively, the contents of this file may be used under the terms of
38.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
38.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
38.30 - in which case the provisions of the GPL or the LGPL are applicable instead
38.31 - of those above. If you wish to allow use of your version of this file only
38.32 - under the terms of either the GPL or the LGPL, and not to allow others to
38.33 - use your version of this file under the terms of the MPL, indicate your
38.34 - decision by deleting the provisions above and replace them with the notice
38.35 - and other provisions required by the GPL or the LGPL. If you do not delete
38.36 - the provisions above, a recipient may use your version of this file under
38.37 - the terms of any one of the MPL, the GPL or the LGPL.
38.38 + This Source Code Form is subject to the terms of the Mozilla Public
38.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
38.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
38.41
38.42 + Copyright (C) 2009-2012 Michael Mller <mmoeller@openhardwaremonitor.org>
38.43 +
38.44 */
38.45
38.46 using System;
39.1 --- a/Hardware/CPU/AMD0FCPU.cs Wed Feb 22 23:36:26 2012 +0000
39.2 +++ b/Hardware/CPU/AMD0FCPU.cs Sun May 27 14:23:31 2012 +0000
39.3 @@ -1,38 +1,12 @@
39.4 /*
39.5 -
39.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
39.7 +
39.8 + This Source Code Form is subject to the terms of the Mozilla Public
39.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
39.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
39.11 +
39.12 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
39.13 + Copyright (C) 2010 Paul Werelds <paul@werelds.net>
39.14
39.15 - The contents of this file are subject to the Mozilla Public License Version
39.16 - 1.1 (the "License"); you may not use this file except in compliance with
39.17 - the License. You may obtain a copy of the License at
39.18 -
39.19 - http://www.mozilla.org/MPL/
39.20 -
39.21 - Software distributed under the License is distributed on an "AS IS" basis,
39.22 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
39.23 - for the specific language governing rights and limitations under the License.
39.24 -
39.25 - The Original Code is the Open Hardware Monitor code.
39.26 -
39.27 - The Initial Developer of the Original Code is
39.28 - Michael Möller <m.moeller@gmx.ch>.
39.29 - Portions created by the Initial Developer are Copyright (C) 2009-2010
39.30 - the Initial Developer. All Rights Reserved.
39.31 -
39.32 - Contributor(s):
39.33 -
39.34 - Alternatively, the contents of this file may be used under the terms of
39.35 - either the GNU General Public License Version 2 or later (the "GPL"), or
39.36 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
39.37 - in which case the provisions of the GPL or the LGPL are applicable instead
39.38 - of those above. If you wish to allow use of your version of this file only
39.39 - under the terms of either the GPL or the LGPL, and not to allow others to
39.40 - use your version of this file under the terms of the MPL, indicate your
39.41 - decision by deleting the provisions above and replace them with the notice
39.42 - and other provisions required by the GPL or the LGPL. If you do not delete
39.43 - the provisions above, a recipient may use your version of this file under
39.44 - the terms of any one of the MPL, the GPL or the LGPL.
39.45 -
39.46 */
39.47
39.48 using System;
40.1 --- a/Hardware/CPU/AMD10CPU.cs Wed Feb 22 23:36:26 2012 +0000
40.2 +++ b/Hardware/CPU/AMD10CPU.cs Sun May 27 14:23:31 2012 +0000
40.3 @@ -1,38 +1,11 @@
40.4 /*
40.5 -
40.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
40.7 -
40.8 - The contents of this file are subject to the Mozilla Public License Version
40.9 - 1.1 (the "License"); you may not use this file except in compliance with
40.10 - the License. You may obtain a copy of the License at
40.11
40.12 - http://www.mozilla.org/MPL/
40.13 -
40.14 - Software distributed under the License is distributed on an "AS IS" basis,
40.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
40.16 - for the specific language governing rights and limitations under the License.
40.17 -
40.18 - The Original Code is the Open Hardware Monitor code.
40.19 -
40.20 - The Initial Developer of the Original Code is
40.21 - Michael Möller <m.moeller@gmx.ch>.
40.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
40.23 - the Initial Developer. All Rights Reserved.
40.24 -
40.25 - Contributor(s):
40.26 -
40.27 - Alternatively, the contents of this file may be used under the terms of
40.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
40.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
40.30 - in which case the provisions of the GPL or the LGPL are applicable instead
40.31 - of those above. If you wish to allow use of your version of this file only
40.32 - under the terms of either the GPL or the LGPL, and not to allow others to
40.33 - use your version of this file under the terms of the MPL, indicate your
40.34 - decision by deleting the provisions above and replace them with the notice
40.35 - and other provisions required by the GPL or the LGPL. If you do not delete
40.36 - the provisions above, a recipient may use your version of this file under
40.37 - the terms of any one of the MPL, the GPL or the LGPL.
40.38 + This Source Code Form is subject to the terms of the Mozilla Public
40.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
40.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
40.41
40.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
40.43 +
40.44 */
40.45
40.46 using System;
41.1 --- a/Hardware/CPU/AMDCPU.cs Wed Feb 22 23:36:26 2012 +0000
41.2 +++ b/Hardware/CPU/AMDCPU.cs Sun May 27 14:23:31 2012 +0000
41.3 @@ -1,38 +1,11 @@
41.4 /*
41.5 -
41.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
41.7 -
41.8 - The contents of this file are subject to the Mozilla Public License Version
41.9 - 1.1 (the "License"); you may not use this file except in compliance with
41.10 - the License. You may obtain a copy of the License at
41.11
41.12 - http://www.mozilla.org/MPL/
41.13 -
41.14 - Software distributed under the License is distributed on an "AS IS" basis,
41.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
41.16 - for the specific language governing rights and limitations under the License.
41.17 -
41.18 - The Original Code is the Open Hardware Monitor code.
41.19 -
41.20 - The Initial Developer of the Original Code is
41.21 - Michael Möller <m.moeller@gmx.ch>.
41.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
41.23 - the Initial Developer. All Rights Reserved.
41.24 -
41.25 - Contributor(s):
41.26 -
41.27 - Alternatively, the contents of this file may be used under the terms of
41.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
41.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
41.30 - in which case the provisions of the GPL or the LGPL are applicable instead
41.31 - of those above. If you wish to allow use of your version of this file only
41.32 - under the terms of either the GPL or the LGPL, and not to allow others to
41.33 - use your version of this file under the terms of the MPL, indicate your
41.34 - decision by deleting the provisions above and replace them with the notice
41.35 - and other provisions required by the GPL or the LGPL. If you do not delete
41.36 - the provisions above, a recipient may use your version of this file under
41.37 - the terms of any one of the MPL, the GPL or the LGPL.
41.38 + This Source Code Form is subject to the terms of the Mozilla Public
41.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
41.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
41.41
41.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
41.43 +
41.44 */
41.45
41.46 namespace OpenHardwareMonitor.Hardware.CPU {
42.1 --- a/Hardware/CPU/CPUGroup.cs Wed Feb 22 23:36:26 2012 +0000
42.2 +++ b/Hardware/CPU/CPUGroup.cs Sun May 27 14:23:31 2012 +0000
42.3 @@ -1,38 +1,11 @@
42.4 /*
42.5 -
42.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
42.7 -
42.8 - The contents of this file are subject to the Mozilla Public License Version
42.9 - 1.1 (the "License"); you may not use this file except in compliance with
42.10 - the License. You may obtain a copy of the License at
42.11
42.12 - http://www.mozilla.org/MPL/
42.13 -
42.14 - Software distributed under the License is distributed on an "AS IS" basis,
42.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
42.16 - for the specific language governing rights and limitations under the License.
42.17 -
42.18 - The Original Code is the Open Hardware Monitor code.
42.19 -
42.20 - The Initial Developer of the Original Code is
42.21 - Michael Möller <m.moeller@gmx.ch>.
42.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
42.23 - the Initial Developer. All Rights Reserved.
42.24 -
42.25 - Contributor(s):
42.26 -
42.27 - Alternatively, the contents of this file may be used under the terms of
42.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
42.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
42.30 - in which case the provisions of the GPL or the LGPL are applicable instead
42.31 - of those above. If you wish to allow use of your version of this file only
42.32 - under the terms of either the GPL or the LGPL, and not to allow others to
42.33 - use your version of this file under the terms of the MPL, indicate your
42.34 - decision by deleting the provisions above and replace them with the notice
42.35 - and other provisions required by the GPL or the LGPL. If you do not delete
42.36 - the provisions above, a recipient may use your version of this file under
42.37 - the terms of any one of the MPL, the GPL or the LGPL.
42.38 + This Source Code Form is subject to the terms of the Mozilla Public
42.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
42.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
42.41
42.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
42.43 +
42.44 */
42.45
42.46 using System;
43.1 --- a/Hardware/CPU/CPUID.cs Wed Feb 22 23:36:26 2012 +0000
43.2 +++ b/Hardware/CPU/CPUID.cs Sun May 27 14:23:31 2012 +0000
43.3 @@ -1,38 +1,11 @@
43.4 /*
43.5 -
43.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
43.7 -
43.8 - The contents of this file are subject to the Mozilla Public License Version
43.9 - 1.1 (the "License"); you may not use this file except in compliance with
43.10 - the License. You may obtain a copy of the License at
43.11
43.12 - http://www.mozilla.org/MPL/
43.13 -
43.14 - Software distributed under the License is distributed on an "AS IS" basis,
43.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
43.16 - for the specific language governing rights and limitations under the License.
43.17 -
43.18 - The Original Code is the Open Hardware Monitor code.
43.19 -
43.20 - The Initial Developer of the Original Code is
43.21 - Michael Möller <m.moeller@gmx.ch>.
43.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
43.23 - the Initial Developer. All Rights Reserved.
43.24 -
43.25 - Contributor(s):
43.26 -
43.27 - Alternatively, the contents of this file may be used under the terms of
43.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
43.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
43.30 - in which case the provisions of the GPL or the LGPL are applicable instead
43.31 - of those above. If you wish to allow use of your version of this file only
43.32 - under the terms of either the GPL or the LGPL, and not to allow others to
43.33 - use your version of this file under the terms of the MPL, indicate your
43.34 - decision by deleting the provisions above and replace them with the notice
43.35 - and other provisions required by the GPL or the LGPL. If you do not delete
43.36 - the provisions above, a recipient may use your version of this file under
43.37 - the terms of any one of the MPL, the GPL or the LGPL.
43.38 + This Source Code Form is subject to the terms of the Mozilla Public
43.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
43.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
43.41
43.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
43.43 +
43.44 */
43.45
43.46 using System;
44.1 --- a/Hardware/CPU/CPULoad.cs Wed Feb 22 23:36:26 2012 +0000
44.2 +++ b/Hardware/CPU/CPULoad.cs Sun May 27 14:23:31 2012 +0000
44.3 @@ -1,38 +1,11 @@
44.4 /*
44.5 -
44.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
44.7 -
44.8 - The contents of this file are subject to the Mozilla Public License Version
44.9 - 1.1 (the "License"); you may not use this file except in compliance with
44.10 - the License. You may obtain a copy of the License at
44.11
44.12 - http://www.mozilla.org/MPL/
44.13 -
44.14 - Software distributed under the License is distributed on an "AS IS" basis,
44.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
44.16 - for the specific language governing rights and limitations under the License.
44.17 -
44.18 - The Original Code is the Open Hardware Monitor code.
44.19 -
44.20 - The Initial Developer of the Original Code is
44.21 - Michael Möller <m.moeller@gmx.ch>.
44.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
44.23 - the Initial Developer. All Rights Reserved.
44.24 -
44.25 - Contributor(s):
44.26 -
44.27 - Alternatively, the contents of this file may be used under the terms of
44.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
44.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
44.30 - in which case the provisions of the GPL or the LGPL are applicable instead
44.31 - of those above. If you wish to allow use of your version of this file only
44.32 - under the terms of either the GPL or the LGPL, and not to allow others to
44.33 - use your version of this file under the terms of the MPL, indicate your
44.34 - decision by deleting the provisions above and replace them with the notice
44.35 - and other provisions required by the GPL or the LGPL. If you do not delete
44.36 - the provisions above, a recipient may use your version of this file under
44.37 - the terms of any one of the MPL, the GPL or the LGPL.
44.38 + This Source Code Form is subject to the terms of the Mozilla Public
44.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
44.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
44.41
44.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
44.43 +
44.44 */
44.45
44.46 using System;
45.1 --- a/Hardware/CPU/GenericCPU.cs Wed Feb 22 23:36:26 2012 +0000
45.2 +++ b/Hardware/CPU/GenericCPU.cs Sun May 27 14:23:31 2012 +0000
45.3 @@ -1,38 +1,11 @@
45.4 /*
45.5 -
45.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
45.7 -
45.8 - The contents of this file are subject to the Mozilla Public License Version
45.9 - 1.1 (the "License"); you may not use this file except in compliance with
45.10 - the License. You may obtain a copy of the License at
45.11
45.12 - http://www.mozilla.org/MPL/
45.13 -
45.14 - Software distributed under the License is distributed on an "AS IS" basis,
45.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
45.16 - for the specific language governing rights and limitations under the License.
45.17 -
45.18 - The Original Code is the Open Hardware Monitor code.
45.19 -
45.20 - The Initial Developer of the Original Code is
45.21 - Michael Möller <m.moeller@gmx.ch>.
45.22 - Portions created by the Initial Developer are Copyright (C) 2010-2011
45.23 - the Initial Developer. All Rights Reserved.
45.24 -
45.25 - Contributor(s):
45.26 -
45.27 - Alternatively, the contents of this file may be used under the terms of
45.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
45.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
45.30 - in which case the provisions of the GPL or the LGPL are applicable instead
45.31 - of those above. If you wish to allow use of your version of this file only
45.32 - under the terms of either the GPL or the LGPL, and not to allow others to
45.33 - use your version of this file under the terms of the MPL, indicate your
45.34 - decision by deleting the provisions above and replace them with the notice
45.35 - and other provisions required by the GPL or the LGPL. If you do not delete
45.36 - the provisions above, a recipient may use your version of this file under
45.37 - the terms of any one of the MPL, the GPL or the LGPL.
45.38 + This Source Code Form is subject to the terms of the Mozilla Public
45.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
45.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
45.41
45.42 + Copyright (C) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
45.43 +
45.44 */
45.45
45.46 using System;
46.1 --- a/Hardware/CPU/IntelCPU.cs Wed Feb 22 23:36:26 2012 +0000
46.2 +++ b/Hardware/CPU/IntelCPU.cs Sun May 27 14:23:31 2012 +0000
46.3 @@ -1,38 +1,11 @@
46.4 /*
46.5 -
46.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
46.7 -
46.8 - The contents of this file are subject to the Mozilla Public License Version
46.9 - 1.1 (the "License"); you may not use this file except in compliance with
46.10 - the License. You may obtain a copy of the License at
46.11
46.12 - http://www.mozilla.org/MPL/
46.13 -
46.14 - Software distributed under the License is distributed on an "AS IS" basis,
46.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
46.16 - for the specific language governing rights and limitations under the License.
46.17 -
46.18 - The Original Code is the Open Hardware Monitor code.
46.19 -
46.20 - The Initial Developer of the Original Code is
46.21 - Michael Möller <m.moeller@gmx.ch>.
46.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
46.23 - the Initial Developer. All Rights Reserved.
46.24 -
46.25 - Contributor(s):
46.26 -
46.27 - Alternatively, the contents of this file may be used under the terms of
46.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
46.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
46.30 - in which case the provisions of the GPL or the LGPL are applicable instead
46.31 - of those above. If you wish to allow use of your version of this file only
46.32 - under the terms of either the GPL or the LGPL, and not to allow others to
46.33 - use your version of this file under the terms of the MPL, indicate your
46.34 - decision by deleting the provisions above and replace them with the notice
46.35 - and other provisions required by the GPL or the LGPL. If you do not delete
46.36 - the provisions above, a recipient may use your version of this file under
46.37 - the terms of any one of the MPL, the GPL or the LGPL.
46.38 + This Source Code Form is subject to the terms of the Mozilla Public
46.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
46.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
46.41
46.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
46.43 +
46.44 */
46.45
46.46 using System;
47.1 --- a/Hardware/Computer.cs Wed Feb 22 23:36:26 2012 +0000
47.2 +++ b/Hardware/Computer.cs Sun May 27 14:23:31 2012 +0000
47.3 @@ -1,38 +1,11 @@
47.4 /*
47.5 -
47.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
47.7 -
47.8 - The contents of this file are subject to the Mozilla Public License Version
47.9 - 1.1 (the "License"); you may not use this file except in compliance with
47.10 - the License. You may obtain a copy of the License at
47.11
47.12 - http://www.mozilla.org/MPL/
47.13 -
47.14 - Software distributed under the License is distributed on an "AS IS" basis,
47.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
47.16 - for the specific language governing rights and limitations under the License.
47.17 -
47.18 - The Original Code is the Open Hardware Monitor code.
47.19 -
47.20 - The Initial Developer of the Original Code is
47.21 - Michael Möller <m.moeller@gmx.ch>.
47.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
47.23 - the Initial Developer. All Rights Reserved.
47.24 -
47.25 - Contributor(s):
47.26 -
47.27 - Alternatively, the contents of this file may be used under the terms of
47.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
47.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
47.30 - in which case the provisions of the GPL or the LGPL are applicable instead
47.31 - of those above. If you wish to allow use of your version of this file only
47.32 - under the terms of either the GPL or the LGPL, and not to allow others to
47.33 - use your version of this file under the terms of the MPL, indicate your
47.34 - decision by deleting the provisions above and replace them with the notice
47.35 - and other provisions required by the GPL or the LGPL. If you do not delete
47.36 - the provisions above, a recipient may use your version of this file under
47.37 - the terms of any one of the MPL, the GPL or the LGPL.
47.38 + This Source Code Form is subject to the terms of the Mozilla Public
47.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
47.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
47.41
47.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
47.43 +
47.44 */
47.45
47.46 using System;
48.1 --- a/Hardware/Control.cs Wed Feb 22 23:36:26 2012 +0000
48.2 +++ b/Hardware/Control.cs Sun May 27 14:23:31 2012 +0000
48.3 @@ -1,38 +1,11 @@
48.4 /*
48.5 -
48.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
48.7 -
48.8 - The contents of this file are subject to the Mozilla Public License Version
48.9 - 1.1 (the "License"); you may not use this file except in compliance with
48.10 - the License. You may obtain a copy of the License at
48.11
48.12 - http://www.mozilla.org/MPL/
48.13 -
48.14 - Software distributed under the License is distributed on an "AS IS" basis,
48.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
48.16 - for the specific language governing rights and limitations under the License.
48.17 -
48.18 - The Original Code is the Open Hardware Monitor code.
48.19 -
48.20 - The Initial Developer of the Original Code is
48.21 - Michael Möller <m.moeller@gmx.ch>.
48.22 - Portions created by the Initial Developer are Copyright (C) 2010
48.23 - the Initial Developer. All Rights Reserved.
48.24 -
48.25 - Contributor(s):
48.26 -
48.27 - Alternatively, the contents of this file may be used under the terms of
48.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
48.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
48.30 - in which case the provisions of the GPL or the LGPL are applicable instead
48.31 - of those above. If you wish to allow use of your version of this file only
48.32 - under the terms of either the GPL or the LGPL, and not to allow others to
48.33 - use your version of this file under the terms of the MPL, indicate your
48.34 - decision by deleting the provisions above and replace them with the notice
48.35 - and other provisions required by the GPL or the LGPL. If you do not delete
48.36 - the provisions above, a recipient may use your version of this file under
48.37 - the terms of any one of the MPL, the GPL or the LGPL.
48.38 + This Source Code Form is subject to the terms of the Mozilla Public
48.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
48.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
48.41
48.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
48.43 +
48.44 */
48.45
48.46 using System;
49.1 --- a/Hardware/FirmwareTable.cs Wed Feb 22 23:36:26 2012 +0000
49.2 +++ b/Hardware/FirmwareTable.cs Sun May 27 14:23:31 2012 +0000
49.3 @@ -1,38 +1,11 @@
49.4 /*
49.5 -
49.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
49.7 -
49.8 - The contents of this file are subject to the Mozilla Public License Version
49.9 - 1.1 (the "License"); you may not use this file except in compliance with
49.10 - the License. You may obtain a copy of the License at
49.11
49.12 - http://www.mozilla.org/MPL/
49.13 -
49.14 - Software distributed under the License is distributed on an "AS IS" basis,
49.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
49.16 - for the specific language governing rights and limitations under the License.
49.17 -
49.18 - The Original Code is the Open Hardware Monitor code.
49.19 -
49.20 - The Initial Developer of the Original Code is
49.21 - Michael Möller <m.moeller@gmx.ch>.
49.22 - Portions created by the Initial Developer are Copyright (C) 2011
49.23 - the Initial Developer. All Rights Reserved.
49.24 -
49.25 - Contributor(s):
49.26 -
49.27 - Alternatively, the contents of this file may be used under the terms of
49.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
49.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
49.30 - in which case the provisions of the GPL or the LGPL are applicable instead
49.31 - of those above. If you wish to allow use of your version of this file only
49.32 - under the terms of either the GPL or the LGPL, and not to allow others to
49.33 - use your version of this file under the terms of the MPL, indicate your
49.34 - decision by deleting the provisions above and replace them with the notice
49.35 - and other provisions required by the GPL or the LGPL. If you do not delete
49.36 - the provisions above, a recipient may use your version of this file under
49.37 - the terms of any one of the MPL, the GPL or the LGPL.
49.38 + This Source Code Form is subject to the terms of the Mozilla Public
49.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
49.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
49.41
49.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
49.43 +
49.44 */
49.45
49.46 using System;
50.1 --- a/Hardware/HDD/AbstractHarddrive.cs Wed Feb 22 23:36:26 2012 +0000
50.2 +++ b/Hardware/HDD/AbstractHarddrive.cs Sun May 27 14:23:31 2012 +0000
50.3 @@ -1,40 +1,13 @@
50.4 /*
50.5 -
50.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
50.7 -
50.8 - The contents of this file are subject to the Mozilla Public License Version
50.9 - 1.1 (the "License"); you may not use this file except in compliance with
50.10 - the License. You may obtain a copy of the License at
50.11
50.12 - http://www.mozilla.org/MPL/
50.13 -
50.14 - Software distributed under the License is distributed on an "AS IS" basis,
50.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
50.16 - for the specific language governing rights and limitations under the License.
50.17 -
50.18 - The Original Code is the Open Hardware Monitor code.
50.19 -
50.20 - The Initial Developer of the Original Code is
50.21 - Michael Möller <m.moeller@gmx.ch>.
50.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
50.23 - the Initial Developer. All Rights Reserved.
50.24 -
50.25 - Contributor(s):
50.26 - Paul Werelds
50.27 - Roland Reinl <roland-reinl@gmx.de>
50.28 -
50.29 - Alternatively, the contents of this file may be used under the terms of
50.30 - either the GNU General Public License Version 2 or later (the "GPL"), or
50.31 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
50.32 - in which case the provisions of the GPL or the LGPL are applicable instead
50.33 - of those above. If you wish to allow use of your version of this file only
50.34 - under the terms of either the GPL or the LGPL, and not to allow others to
50.35 - use your version of this file under the terms of the MPL, indicate your
50.36 - decision by deleting the provisions above and replace them with the notice
50.37 - and other provisions required by the GPL or the LGPL. If you do not delete
50.38 - the provisions above, a recipient may use your version of this file under
50.39 - the terms of any one of the MPL, the GPL or the LGPL.
50.40 + This Source Code Form is subject to the terms of the Mozilla Public
50.41 + License, v. 2.0. If a copy of the MPL was not distributed with this
50.42 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
50.43
50.44 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
50.45 + Copyright (C) 2010 Paul Werelds
50.46 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
50.47 +
50.48 */
50.49
50.50 using System;
51.1 --- a/Hardware/HDD/DebugSmart.cs Wed Feb 22 23:36:26 2012 +0000
51.2 +++ b/Hardware/HDD/DebugSmart.cs Sun May 27 14:23:31 2012 +0000
51.3 @@ -1,38 +1,11 @@
51.4 /*
51.5 -
51.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
51.7 -
51.8 - The contents of this file are subject to the Mozilla Public License Version
51.9 - 1.1 (the "License"); you may not use this file except in compliance with
51.10 - the License. You may obtain a copy of the License at
51.11
51.12 - http://www.mozilla.org/MPL/
51.13 -
51.14 - Software distributed under the License is distributed on an "AS IS" basis,
51.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
51.16 - for the specific language governing rights and limitations under the License.
51.17 -
51.18 - The Original Code is the Open Hardware Monitor code.
51.19 -
51.20 - The Initial Developer of the Original Code is
51.21 - Michael Möller <m.moeller@gmx.ch>.
51.22 - Portions created by the Initial Developer are Copyright (C) 2011-2012
51.23 - the Initial Developer. All Rights Reserved.
51.24 -
51.25 - Contributor(s):
51.26 -
51.27 - Alternatively, the contents of this file may be used under the terms of
51.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
51.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
51.30 - in which case the provisions of the GPL or the LGPL are applicable instead
51.31 - of those above. If you wish to allow use of your version of this file only
51.32 - under the terms of either the GPL or the LGPL, and not to allow others to
51.33 - use your version of this file under the terms of the MPL, indicate your
51.34 - decision by deleting the provisions above and replace them with the notice
51.35 - and other provisions required by the GPL or the LGPL. If you do not delete
51.36 - the provisions above, a recipient may use your version of this file under
51.37 - the terms of any one of the MPL, the GPL or the LGPL.
51.38 + This Source Code Form is subject to the terms of the Mozilla Public
51.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
51.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
51.41
51.42 + Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
51.43 +
51.44 */
51.45
51.46 using System;
52.1 --- a/Hardware/HDD/DriveAttributeValue.cs Wed Feb 22 23:36:26 2012 +0000
52.2 +++ b/Hardware/HDD/DriveAttributeValue.cs Sun May 27 14:23:31 2012 +0000
52.3 @@ -1,38 +1,11 @@
52.4 /*
52.5 -
52.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
52.7 -
52.8 - The contents of this file are subject to the Mozilla Public License Version
52.9 - 1.1 (the "License"); you may not use this file except in compliance with
52.10 - the License. You may obtain a copy of the License at
52.11
52.12 - http://www.mozilla.org/MPL/
52.13 -
52.14 - Software distributed under the License is distributed on an "AS IS" basis,
52.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
52.16 - for the specific language governing rights and limitations under the License.
52.17 -
52.18 - The Original Code is the Open Hardware Monitor code.
52.19 -
52.20 - The Initial Developer of the Original Code is
52.21 - Michael Möller <m.moeller@gmx.ch>.
52.22 - Portions created by the Initial Developer are Copyright (C) 2011
52.23 - the Initial Developer. All Rights Reserved.
52.24 -
52.25 - Contributor(s):
52.26 -
52.27 - Alternatively, the contents of this file may be used under the terms of
52.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
52.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
52.30 - in which case the provisions of the GPL or the LGPL are applicable instead
52.31 - of those above. If you wish to allow use of your version of this file only
52.32 - under the terms of either the GPL or the LGPL, and not to allow others to
52.33 - use your version of this file under the terms of the MPL, indicate your
52.34 - decision by deleting the provisions above and replace them with the notice
52.35 - and other provisions required by the GPL or the LGPL. If you do not delete
52.36 - the provisions above, a recipient may use your version of this file under
52.37 - the terms of any one of the MPL, the GPL or the LGPL.
52.38 + This Source Code Form is subject to the terms of the Mozilla Public
52.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
52.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
52.41
52.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
52.43 +
52.44 */
52.45
52.46 using System;
53.1 --- a/Hardware/HDD/DriveThresholdValue.cs Wed Feb 22 23:36:26 2012 +0000
53.2 +++ b/Hardware/HDD/DriveThresholdValue.cs Sun May 27 14:23:31 2012 +0000
53.3 @@ -1,38 +1,11 @@
53.4 /*
53.5 -
53.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
53.7 -
53.8 - The contents of this file are subject to the Mozilla Public License Version
53.9 - 1.1 (the "License"); you may not use this file except in compliance with
53.10 - the License. You may obtain a copy of the License at
53.11
53.12 - http://www.mozilla.org/MPL/
53.13 -
53.14 - Software distributed under the License is distributed on an "AS IS" basis,
53.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
53.16 - for the specific language governing rights and limitations under the License.
53.17 -
53.18 - The Original Code is the Open Hardware Monitor code.
53.19 -
53.20 - The Initial Developer of the Original Code is
53.21 - Michael Möller <m.moeller@gmx.ch>.
53.22 - Portions created by the Initial Developer are Copyright (C) 2011
53.23 - the Initial Developer. All Rights Reserved.
53.24 -
53.25 - Contributor(s):
53.26 -
53.27 - Alternatively, the contents of this file may be used under the terms of
53.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
53.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
53.30 - in which case the provisions of the GPL or the LGPL are applicable instead
53.31 - of those above. If you wish to allow use of your version of this file only
53.32 - under the terms of either the GPL or the LGPL, and not to allow others to
53.33 - use your version of this file under the terms of the MPL, indicate your
53.34 - decision by deleting the provisions above and replace them with the notice
53.35 - and other provisions required by the GPL or the LGPL. If you do not delete
53.36 - the provisions above, a recipient may use your version of this file under
53.37 - the terms of any one of the MPL, the GPL or the LGPL.
53.38 + This Source Code Form is subject to the terms of the Mozilla Public
53.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
53.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
53.41
53.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
53.43 +
53.44 */
53.45
53.46 using System;
54.1 --- a/Hardware/HDD/HDDGeneric.cs Wed Feb 22 23:36:26 2012 +0000
54.2 +++ b/Hardware/HDD/HDDGeneric.cs Sun May 27 14:23:31 2012 +0000
54.3 @@ -1,40 +1,13 @@
54.4 /*
54.5 -
54.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
54.7 -
54.8 - The contents of this file are subject to the Mozilla Public License Version
54.9 - 1.1 (the "License"); you may not use this file except in compliance with
54.10 - the License. You may obtain a copy of the License at
54.11
54.12 - http://www.mozilla.org/MPL/
54.13 -
54.14 - Software distributed under the License is distributed on an "AS IS" basis,
54.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
54.16 - for the specific language governing rights and limitations under the License.
54.17 -
54.18 - The Original Code is the Open Hardware Monitor code.
54.19 -
54.20 - The Initial Developer of the Original Code is
54.21 - Roland Reinl <roland-reinl@gmx.de>.
54.22 - Portions created by the Initial Developer are Copyright (C) 2011-2012
54.23 - the Initial Developer. All Rights Reserved.
54.24 -
54.25 - Contributor(s):
54.26 - Paul Werelds
54.27 - Michael Möller <m.moeller@gmx.ch>
54.28 -
54.29 - Alternatively, the contents of this file may be used under the terms of
54.30 - either the GNU General Public License Version 2 or later (the "GPL"), or
54.31 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
54.32 - in which case the provisions of the GPL or the LGPL are applicable instead
54.33 - of those above. If you wish to allow use of your version of this file only
54.34 - under the terms of either the GPL or the LGPL, and not to allow others to
54.35 - use your version of this file under the terms of the MPL, indicate your
54.36 - decision by deleting the provisions above and replace them with the notice
54.37 - and other provisions required by the GPL or the LGPL. If you do not delete
54.38 - the provisions above, a recipient may use your version of this file under
54.39 - the terms of any one of the MPL, the GPL or the LGPL.
54.40 + This Source Code Form is subject to the terms of the Mozilla Public
54.41 + License, v. 2.0. If a copy of the MPL was not distributed with this
54.42 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
54.43
54.44 + Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
54.45 + Copyright (C) 2010 Paul Werelds
54.46 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
54.47 +
54.48 */
54.49
54.50 using System;
55.1 --- a/Hardware/HDD/HarddriveGroup.cs Wed Feb 22 23:36:26 2012 +0000
55.2 +++ b/Hardware/HDD/HarddriveGroup.cs Sun May 27 14:23:31 2012 +0000
55.3 @@ -1,40 +1,13 @@
55.4 /*
55.5 -
55.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
55.7 +
55.8 + This Source Code Form is subject to the terms of the Mozilla Public
55.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
55.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
55.11 +
55.12 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
55.13 + Copyright (C) 2010 Paul Werelds
55.14 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
55.15
55.16 - The contents of this file are subject to the Mozilla Public License Version
55.17 - 1.1 (the "License"); you may not use this file except in compliance with
55.18 - the License. You may obtain a copy of the License at
55.19 -
55.20 - http://www.mozilla.org/MPL/
55.21 -
55.22 - Software distributed under the License is distributed on an "AS IS" basis,
55.23 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
55.24 - for the specific language governing rights and limitations under the License.
55.25 -
55.26 - The Original Code is the Open Hardware Monitor code.
55.27 -
55.28 - The Initial Developer of the Original Code is
55.29 - Michael Möller <m.moeller@gmx.ch>.
55.30 - Portions created by the Initial Developer are Copyright (C) 2009-2011
55.31 - the Initial Developer. All Rights Reserved.
55.32 -
55.33 - Contributor(s):
55.34 - Paul Werelds
55.35 - Roland Reinl <roland-reinl@gmx.de>
55.36 -
55.37 - Alternatively, the contents of this file may be used under the terms of
55.38 - either the GNU General Public License Version 2 or later (the "GPL"), or
55.39 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
55.40 - in which case the provisions of the GPL or the LGPL are applicable instead
55.41 - of those above. If you wish to allow use of your version of this file only
55.42 - under the terms of either the GPL or the LGPL, and not to allow others to
55.43 - use your version of this file under the terms of the MPL, indicate your
55.44 - decision by deleting the provisions above and replace them with the notice
55.45 - and other provisions required by the GPL or the LGPL. If you do not delete
55.46 - the provisions above, a recipient may use your version of this file under
55.47 - the terms of any one of the MPL, the GPL or the LGPL.
55.48 -
55.49 */
55.50
55.51 using System;
56.1 --- a/Hardware/HDD/ISmart.cs Wed Feb 22 23:36:26 2012 +0000
56.2 +++ b/Hardware/HDD/ISmart.cs Sun May 27 14:23:31 2012 +0000
56.3 @@ -1,38 +1,11 @@
56.4 /*
56.5 -
56.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
56.7 -
56.8 - The contents of this file are subject to the Mozilla Public License Version
56.9 - 1.1 (the "License"); you may not use this file except in compliance with
56.10 - the License. You may obtain a copy of the License at
56.11
56.12 - http://www.mozilla.org/MPL/
56.13 -
56.14 - Software distributed under the License is distributed on an "AS IS" basis,
56.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
56.16 - for the specific language governing rights and limitations under the License.
56.17 -
56.18 - The Original Code is the Open Hardware Monitor code.
56.19 -
56.20 - The Initial Developer of the Original Code is
56.21 - Michael Möller <m.moeller@gmx.ch>.
56.22 - Portions created by the Initial Developer are Copyright (C) 2011-2012
56.23 - the Initial Developer. All Rights Reserved.
56.24 -
56.25 - Contributor(s):
56.26 -
56.27 - Alternatively, the contents of this file may be used under the terms of
56.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
56.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
56.30 - in which case the provisions of the GPL or the LGPL are applicable instead
56.31 - of those above. If you wish to allow use of your version of this file only
56.32 - under the terms of either the GPL or the LGPL, and not to allow others to
56.33 - use your version of this file under the terms of the MPL, indicate your
56.34 - decision by deleting the provisions above and replace them with the notice
56.35 - and other provisions required by the GPL or the LGPL. If you do not delete
56.36 - the provisions above, a recipient may use your version of this file under
56.37 - the terms of any one of the MPL, the GPL or the LGPL.
56.38 + This Source Code Form is subject to the terms of the Mozilla Public
56.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
56.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
56.41
56.42 + Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
56.43 +
56.44 */
56.45
56.46 using System;
57.1 --- a/Hardware/HDD/NamePrefixAttribute.cs Wed Feb 22 23:36:26 2012 +0000
57.2 +++ b/Hardware/HDD/NamePrefixAttribute.cs Sun May 27 14:23:31 2012 +0000
57.3 @@ -1,38 +1,11 @@
57.4 /*
57.5 -
57.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
57.7 -
57.8 - The contents of this file are subject to the Mozilla Public License Version
57.9 - 1.1 (the "License"); you may not use this file except in compliance with
57.10 - the License. You may obtain a copy of the License at
57.11
57.12 - http://www.mozilla.org/MPL/
57.13 -
57.14 - Software distributed under the License is distributed on an "AS IS" basis,
57.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
57.16 - for the specific language governing rights and limitations under the License.
57.17 -
57.18 - The Original Code is the Open Hardware Monitor code.
57.19 -
57.20 - The Initial Developer of the Original Code is
57.21 - Michael Möller <m.moeller@gmx.ch>.
57.22 - Portions created by the Initial Developer are Copyright (C) 2011
57.23 - the Initial Developer. All Rights Reserved.
57.24 -
57.25 - Contributor(s):
57.26 -
57.27 - Alternatively, the contents of this file may be used under the terms of
57.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
57.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
57.30 - in which case the provisions of the GPL or the LGPL are applicable instead
57.31 - of those above. If you wish to allow use of your version of this file only
57.32 - under the terms of either the GPL or the LGPL, and not to allow others to
57.33 - use your version of this file under the terms of the MPL, indicate your
57.34 - decision by deleting the provisions above and replace them with the notice
57.35 - and other provisions required by the GPL or the LGPL. If you do not delete
57.36 - the provisions above, a recipient may use your version of this file under
57.37 - the terms of any one of the MPL, the GPL or the LGPL.
57.38 + This Source Code Form is subject to the terms of the Mozilla Public
57.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
57.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
57.41
57.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
57.43 +
57.44 */
57.45
57.46 using System;
58.1 --- a/Hardware/HDD/RequireSmartAttribute.cs Wed Feb 22 23:36:26 2012 +0000
58.2 +++ b/Hardware/HDD/RequireSmartAttribute.cs Sun May 27 14:23:31 2012 +0000
58.3 @@ -1,38 +1,11 @@
58.4 /*
58.5 -
58.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
58.7 -
58.8 - The contents of this file are subject to the Mozilla Public License Version
58.9 - 1.1 (the "License"); you may not use this file except in compliance with
58.10 - the License. You may obtain a copy of the License at
58.11
58.12 - http://www.mozilla.org/MPL/
58.13 -
58.14 - Software distributed under the License is distributed on an "AS IS" basis,
58.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
58.16 - for the specific language governing rights and limitations under the License.
58.17 -
58.18 - The Original Code is the Open Hardware Monitor code.
58.19 -
58.20 - The Initial Developer of the Original Code is
58.21 - Michael Möller <m.moeller@gmx.ch>.
58.22 - Portions created by the Initial Developer are Copyright (C) 2011
58.23 - the Initial Developer. All Rights Reserved.
58.24 -
58.25 - Contributor(s):
58.26 -
58.27 - Alternatively, the contents of this file may be used under the terms of
58.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
58.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
58.30 - in which case the provisions of the GPL or the LGPL are applicable instead
58.31 - of those above. If you wish to allow use of your version of this file only
58.32 - under the terms of either the GPL or the LGPL, and not to allow others to
58.33 - use your version of this file under the terms of the MPL, indicate your
58.34 - decision by deleting the provisions above and replace them with the notice
58.35 - and other provisions required by the GPL or the LGPL. If you do not delete
58.36 - the provisions above, a recipient may use your version of this file under
58.37 - the terms of any one of the MPL, the GPL or the LGPL.
58.38 + This Source Code Form is subject to the terms of the Mozilla Public
58.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
58.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
58.41
58.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
58.43 +
58.44 */
58.45
58.46 using System;
59.1 --- a/Hardware/HDD/SSDIndilinx.cs Wed Feb 22 23:36:26 2012 +0000
59.2 +++ b/Hardware/HDD/SSDIndilinx.cs Sun May 27 14:23:31 2012 +0000
59.3 @@ -1,40 +1,13 @@
59.4 /*
59.5 -
59.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
59.7 -
59.8 - The contents of this file are subject to the Mozilla Public License Version
59.9 - 1.1 (the "License"); you may not use this file except in compliance with
59.10 - the License. You may obtain a copy of the License at
59.11
59.12 - http://www.mozilla.org/MPL/
59.13 -
59.14 - Software distributed under the License is distributed on an "AS IS" basis,
59.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
59.16 - for the specific language governing rights and limitations under the License.
59.17 -
59.18 - The Original Code is the Open Hardware Monitor code.
59.19 -
59.20 - The Initial Developer of the Original Code is
59.21 - Roland Reinl <roland-reinl@gmx.de>.
59.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
59.23 - the Initial Developer. All Rights Reserved.
59.24 -
59.25 - Contributor(s):
59.26 - Paul Werelds
59.27 - Michael Möller <m.moeller@gmx.ch>
59.28 + This Source Code Form is subject to the terms of the Mozilla Public
59.29 + License, v. 2.0. If a copy of the MPL was not distributed with this
59.30 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
59.31
59.32 - Alternatively, the contents of this file may be used under the terms of
59.33 - either the GNU General Public License Version 2 or later (the "GPL"), or
59.34 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
59.35 - in which case the provisions of the GPL or the LGPL are applicable instead
59.36 - of those above. If you wish to allow use of your version of this file only
59.37 - under the terms of either the GPL or the LGPL, and not to allow others to
59.38 - use your version of this file under the terms of the MPL, indicate your
59.39 - decision by deleting the provisions above and replace them with the notice
59.40 - and other provisions required by the GPL or the LGPL. If you do not delete
59.41 - the provisions above, a recipient may use your version of this file under
59.42 - the terms of any one of the MPL, the GPL or the LGPL.
59.43 -
59.44 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
59.45 + Copyright (C) 2010 Paul Werelds
59.46 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
59.47 +
59.48 */
59.49
59.50 namespace OpenHardwareMonitor.Hardware.HDD {
60.1 --- a/Hardware/HDD/SSDIntel.cs Wed Feb 22 23:36:26 2012 +0000
60.2 +++ b/Hardware/HDD/SSDIntel.cs Sun May 27 14:23:31 2012 +0000
60.3 @@ -1,40 +1,13 @@
60.4 /*
60.5 -
60.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
60.7 -
60.8 - The contents of this file are subject to the Mozilla Public License Version
60.9 - 1.1 (the "License"); you may not use this file except in compliance with
60.10 - the License. You may obtain a copy of the License at
60.11
60.12 - http://www.mozilla.org/MPL/
60.13 -
60.14 - Software distributed under the License is distributed on an "AS IS" basis,
60.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
60.16 - for the specific language governing rights and limitations under the License.
60.17 -
60.18 - The Original Code is the Open Hardware Monitor code.
60.19 -
60.20 - The Initial Developer of the Original Code is
60.21 - Michael Möller <m.moeller@gmx.ch>.
60.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
60.23 - the Initial Developer. All Rights Reserved.
60.24 -
60.25 - Contributor(s):
60.26 - Paul Werelds
60.27 - Roland Reinl <roland-reinl@gmx.de>
60.28 -
60.29 - Alternatively, the contents of this file may be used under the terms of
60.30 - either the GNU General Public License Version 2 or later (the "GPL"), or
60.31 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
60.32 - in which case the provisions of the GPL or the LGPL are applicable instead
60.33 - of those above. If you wish to allow use of your version of this file only
60.34 - under the terms of either the GPL or the LGPL, and not to allow others to
60.35 - use your version of this file under the terms of the MPL, indicate your
60.36 - decision by deleting the provisions above and replace them with the notice
60.37 - and other provisions required by the GPL or the LGPL. If you do not delete
60.38 - the provisions above, a recipient may use your version of this file under
60.39 - the terms of any one of the MPL, the GPL or the LGPL.
60.40 + This Source Code Form is subject to the terms of the Mozilla Public
60.41 + License, v. 2.0. If a copy of the MPL was not distributed with this
60.42 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
60.43
60.44 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
60.45 + Copyright (C) 2010 Paul Werelds
60.46 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
60.47 +
60.48 */
60.49
60.50 namespace OpenHardwareMonitor.Hardware.HDD {
61.1 --- a/Hardware/HDD/SSDPlextor.cs Wed Feb 22 23:36:26 2012 +0000
61.2 +++ b/Hardware/HDD/SSDPlextor.cs Sun May 27 14:23:31 2012 +0000
61.3 @@ -1,38 +1,11 @@
61.4 /*
61.5 -
61.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
61.7 -
61.8 - The contents of this file are subject to the Mozilla Public License Version
61.9 - 1.1 (the "License"); you may not use this file except in compliance with
61.10 - the License. You may obtain a copy of the License at
61.11
61.12 - http://www.mozilla.org/MPL/
61.13 -
61.14 - Software distributed under the License is distributed on an "AS IS" basis,
61.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
61.16 - for the specific language governing rights and limitations under the License.
61.17 -
61.18 - The Original Code is the Open Hardware Monitor code.
61.19 -
61.20 - The Initial Developer of the Original Code is
61.21 - Michael Möller <m.moeller@gmx.ch>.
61.22 - Portions created by the Initial Developer are Copyright (C) 2011-2012
61.23 - the Initial Developer. All Rights Reserved.
61.24 -
61.25 - Contributor(s):
61.26 -
61.27 - Alternatively, the contents of this file may be used under the terms of
61.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
61.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
61.30 - in which case the provisions of the GPL or the LGPL are applicable instead
61.31 - of those above. If you wish to allow use of your version of this file only
61.32 - under the terms of either the GPL or the LGPL, and not to allow others to
61.33 - use your version of this file under the terms of the MPL, indicate your
61.34 - decision by deleting the provisions above and replace them with the notice
61.35 - and other provisions required by the GPL or the LGPL. If you do not delete
61.36 - the provisions above, a recipient may use your version of this file under
61.37 - the terms of any one of the MPL, the GPL or the LGPL.
61.38 + This Source Code Form is subject to the terms of the Mozilla Public
61.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
61.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
61.41
61.42 + Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
61.43 +
61.44 */
61.45
61.46 namespace OpenHardwareMonitor.Hardware.HDD {
62.1 --- a/Hardware/HDD/SSDSamsung.cs Wed Feb 22 23:36:26 2012 +0000
62.2 +++ b/Hardware/HDD/SSDSamsung.cs Sun May 27 14:23:31 2012 +0000
62.3 @@ -1,38 +1,11 @@
62.4 /*
62.5 -
62.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
62.7 -
62.8 - The contents of this file are subject to the Mozilla Public License Version
62.9 - 1.1 (the "License"); you may not use this file except in compliance with
62.10 - the License. You may obtain a copy of the License at
62.11
62.12 - http://www.mozilla.org/MPL/
62.13 -
62.14 - Software distributed under the License is distributed on an "AS IS" basis,
62.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
62.16 - for the specific language governing rights and limitations under the License.
62.17 -
62.18 - The Original Code is the Open Hardware Monitor code.
62.19 -
62.20 - The Initial Developer of the Original Code is
62.21 - Michael Möller <m.moeller@gmx.ch>.
62.22 - Portions created by the Initial Developer are Copyright (C) 2012
62.23 - the Initial Developer. All Rights Reserved.
62.24 -
62.25 - Contributor(s):
62.26 -
62.27 - Alternatively, the contents of this file may be used under the terms of
62.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
62.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
62.30 - in which case the provisions of the GPL or the LGPL are applicable instead
62.31 - of those above. If you wish to allow use of your version of this file only
62.32 - under the terms of either the GPL or the LGPL, and not to allow others to
62.33 - use your version of this file under the terms of the MPL, indicate your
62.34 - decision by deleting the provisions above and replace them with the notice
62.35 - and other provisions required by the GPL or the LGPL. If you do not delete
62.36 - the provisions above, a recipient may use your version of this file under
62.37 - the terms of any one of the MPL, the GPL or the LGPL.
62.38 + This Source Code Form is subject to the terms of the Mozilla Public
62.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
62.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
62.41
62.42 + Copyright (C) 2012 Michael Möller <mmoeller@openhardwaremonitor.org>
62.43 +
62.44 */
62.45
62.46 namespace OpenHardwareMonitor.Hardware.HDD {
63.1 --- a/Hardware/HDD/SSDSandforce.cs Wed Feb 22 23:36:26 2012 +0000
63.2 +++ b/Hardware/HDD/SSDSandforce.cs Sun May 27 14:23:31 2012 +0000
63.3 @@ -1,39 +1,12 @@
63.4 /*
63.5 -
63.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
63.7 -
63.8 - The contents of this file are subject to the Mozilla Public License Version
63.9 - 1.1 (the "License"); you may not use this file except in compliance with
63.10 - the License. You may obtain a copy of the License at
63.11
63.12 - http://www.mozilla.org/MPL/
63.13 -
63.14 - Software distributed under the License is distributed on an "AS IS" basis,
63.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
63.16 - for the specific language governing rights and limitations under the License.
63.17 -
63.18 - The Original Code is the Open Hardware Monitor code.
63.19 -
63.20 - The Initial Developer of the Original Code is
63.21 - Michael Möller <m.moeller@gmx.ch>.
63.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
63.23 - the Initial Developer. All Rights Reserved.
63.24 -
63.25 - Contributor(s):
63.26 - Paul Werelds
63.27 + This Source Code Form is subject to the terms of the Mozilla Public
63.28 + License, v. 2.0. If a copy of the MPL was not distributed with this
63.29 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
63.30
63.31 - Alternatively, the contents of this file may be used under the terms of
63.32 - either the GNU General Public License Version 2 or later (the "GPL"), or
63.33 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
63.34 - in which case the provisions of the GPL or the LGPL are applicable instead
63.35 - of those above. If you wish to allow use of your version of this file only
63.36 - under the terms of either the GPL or the LGPL, and not to allow others to
63.37 - use your version of this file under the terms of the MPL, indicate your
63.38 - decision by deleting the provisions above and replace them with the notice
63.39 - and other provisions required by the GPL or the LGPL. If you do not delete
63.40 - the provisions above, a recipient may use your version of this file under
63.41 - the terms of any one of the MPL, the GPL or the LGPL.
63.42 -
63.43 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
63.44 + Copyright (C) 2010 Paul Werelds
63.45 +
63.46 */
63.47
63.48 namespace OpenHardwareMonitor.Hardware.HDD {
64.1 --- a/Hardware/HDD/SmartAttribute.cs Wed Feb 22 23:36:26 2012 +0000
64.2 +++ b/Hardware/HDD/SmartAttribute.cs Sun May 27 14:23:31 2012 +0000
64.3 @@ -1,39 +1,12 @@
64.4 /*
64.5 -
64.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
64.7 -
64.8 - The contents of this file are subject to the Mozilla Public License Version
64.9 - 1.1 (the "License"); you may not use this file except in compliance with
64.10 - the License. You may obtain a copy of the License at
64.11
64.12 - http://www.mozilla.org/MPL/
64.13 -
64.14 - Software distributed under the License is distributed on an "AS IS" basis,
64.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
64.16 - for the specific language governing rights and limitations under the License.
64.17 -
64.18 - The Original Code is the Open Hardware Monitor code.
64.19 -
64.20 - The Initial Developer of the Original Code is
64.21 - Michael Möller <m.moeller@gmx.ch>.
64.22 - Portions created by the Initial Developer are Copyright (C) 2011-2012
64.23 - the Initial Developer. All Rights Reserved.
64.24 -
64.25 - Contributor(s):
64.26 - Roland Reinl <roland-reinl@gmx.de>
64.27 + This Source Code Form is subject to the terms of the Mozilla Public
64.28 + License, v. 2.0. If a copy of the MPL was not distributed with this
64.29 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
64.30
64.31 - Alternatively, the contents of this file may be used under the terms of
64.32 - either the GNU General Public License Version 2 or later (the "GPL"), or
64.33 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
64.34 - in which case the provisions of the GPL or the LGPL are applicable instead
64.35 - of those above. If you wish to allow use of your version of this file only
64.36 - under the terms of either the GPL or the LGPL, and not to allow others to
64.37 - use your version of this file under the terms of the MPL, indicate your
64.38 - decision by deleting the provisions above and replace them with the notice
64.39 - and other provisions required by the GPL or the LGPL. If you do not delete
64.40 - the provisions above, a recipient may use your version of this file under
64.41 - the terms of any one of the MPL, the GPL or the LGPL.
64.42 -
64.43 + Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
64.44 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
64.45 +
64.46 */
64.47
64.48 using System;
65.1 --- a/Hardware/HDD/SmartNames.cs Wed Feb 22 23:36:26 2012 +0000
65.2 +++ b/Hardware/HDD/SmartNames.cs Sun May 27 14:23:31 2012 +0000
65.3 @@ -1,39 +1,12 @@
65.4 /*
65.5 -
65.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
65.7 -
65.8 - The contents of this file are subject to the Mozilla Public License Version
65.9 - 1.1 (the "License"); you may not use this file except in compliance with
65.10 - the License. You may obtain a copy of the License at
65.11
65.12 - http://www.mozilla.org/MPL/
65.13 -
65.14 - Software distributed under the License is distributed on an "AS IS" basis,
65.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
65.16 - for the specific language governing rights and limitations under the License.
65.17 -
65.18 - The Original Code is the Open Hardware Monitor code.
65.19 -
65.20 - The Initial Developer of the Original Code is
65.21 - Roland Reinl <roland-reinl@gmx.de>.
65.22 - Portions created by the Initial Developer are Copyright (C) 2011
65.23 - the Initial Developer. All Rights Reserved.
65.24 -
65.25 - Contributor(s):
65.26 - Michael Möller <m.moeller@gmx.ch>
65.27 + This Source Code Form is subject to the terms of the Mozilla Public
65.28 + License, v. 2.0. If a copy of the MPL was not distributed with this
65.29 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
65.30
65.31 - Alternatively, the contents of this file may be used under the terms of
65.32 - either the GNU General Public License Version 2 or later (the "GPL"), or
65.33 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
65.34 - in which case the provisions of the GPL or the LGPL are applicable instead
65.35 - of those above. If you wish to allow use of your version of this file only
65.36 - under the terms of either the GPL or the LGPL, and not to allow others to
65.37 - use your version of this file under the terms of the MPL, indicate your
65.38 - decision by deleting the provisions above and replace them with the notice
65.39 - and other provisions required by the GPL or the LGPL. If you do not delete
65.40 - the provisions above, a recipient may use your version of this file under
65.41 - the terms of any one of the MPL, the GPL or the LGPL.
65.42 -
65.43 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
65.44 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
65.45 +
65.46 */
65.47
65.48 namespace OpenHardwareMonitor.Hardware.HDD {
66.1 --- a/Hardware/HDD/WindowsSmart.cs Wed Feb 22 23:36:26 2012 +0000
66.2 +++ b/Hardware/HDD/WindowsSmart.cs Sun May 27 14:23:31 2012 +0000
66.3 @@ -1,40 +1,13 @@
66.4 /*
66.5 -
66.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
66.7 -
66.8 - The contents of this file are subject to the Mozilla Public License Version
66.9 - 1.1 (the "License"); you may not use this file except in compliance with
66.10 - the License. You may obtain a copy of the License at
66.11
66.12 - http://www.mozilla.org/MPL/
66.13 -
66.14 - Software distributed under the License is distributed on an "AS IS" basis,
66.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
66.16 - for the specific language governing rights and limitations under the License.
66.17 -
66.18 - The Original Code is the Open Hardware Monitor code.
66.19 -
66.20 - The Initial Developer of the Original Code is
66.21 - Michael Möller <m.moeller@gmx.ch>.
66.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
66.23 - the Initial Developer. All Rights Reserved.
66.24 -
66.25 - Contributor(s):
66.26 - Paul Werelds
66.27 - Roland Reinl <roland-reinl@gmx.de>
66.28 -
66.29 - Alternatively, the contents of this file may be used under the terms of
66.30 - either the GNU General Public License Version 2 or later (the "GPL"), or
66.31 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
66.32 - in which case the provisions of the GPL or the LGPL are applicable instead
66.33 - of those above. If you wish to allow use of your version of this file only
66.34 - under the terms of either the GPL or the LGPL, and not to allow others to
66.35 - use your version of this file under the terms of the MPL, indicate your
66.36 - decision by deleting the provisions above and replace them with the notice
66.37 - and other provisions required by the GPL or the LGPL. If you do not delete
66.38 - the provisions above, a recipient may use your version of this file under
66.39 - the terms of any one of the MPL, the GPL or the LGPL.
66.40 + This Source Code Form is subject to the terms of the Mozilla Public
66.41 + License, v. 2.0. If a copy of the MPL was not distributed with this
66.42 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
66.43
66.44 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
66.45 + Copyright (C) 2010 Paul Werelds
66.46 + Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
66.47 +
66.48 */
66.49
66.50 using System;
67.1 --- a/Hardware/Hardware.cs Wed Feb 22 23:36:26 2012 +0000
67.2 +++ b/Hardware/Hardware.cs Sun May 27 14:23:31 2012 +0000
67.3 @@ -1,38 +1,11 @@
67.4 /*
67.5 -
67.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
67.7 -
67.8 - The contents of this file are subject to the Mozilla Public License Version
67.9 - 1.1 (the "License"); you may not use this file except in compliance with
67.10 - the License. You may obtain a copy of the License at
67.11
67.12 - http://www.mozilla.org/MPL/
67.13 -
67.14 - Software distributed under the License is distributed on an "AS IS" basis,
67.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
67.16 - for the specific language governing rights and limitations under the License.
67.17 -
67.18 - The Original Code is the Open Hardware Monitor code.
67.19 -
67.20 - The Initial Developer of the Original Code is
67.21 - Michael Möller <m.moeller@gmx.ch>.
67.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
67.23 - the Initial Developer. All Rights Reserved.
67.24 -
67.25 - Contributor(s):
67.26 -
67.27 - Alternatively, the contents of this file may be used under the terms of
67.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
67.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
67.30 - in which case the provisions of the GPL or the LGPL are applicable instead
67.31 - of those above. If you wish to allow use of your version of this file only
67.32 - under the terms of either the GPL or the LGPL, and not to allow others to
67.33 - use your version of this file under the terms of the MPL, indicate your
67.34 - decision by deleting the provisions above and replace them with the notice
67.35 - and other provisions required by the GPL or the LGPL. If you do not delete
67.36 - the provisions above, a recipient may use your version of this file under
67.37 - the terms of any one of the MPL, the GPL or the LGPL.
67.38 + This Source Code Form is subject to the terms of the Mozilla Public
67.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
67.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
67.41
67.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
67.43 +
67.44 */
67.45
67.46 using System;
68.1 --- a/Hardware/Heatmaster/Heatmaster.cs Wed Feb 22 23:36:26 2012 +0000
68.2 +++ b/Hardware/Heatmaster/Heatmaster.cs Sun May 27 14:23:31 2012 +0000
68.3 @@ -1,38 +1,11 @@
68.4 /*
68.5 -
68.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
68.7 -
68.8 - The contents of this file are subject to the Mozilla Public License Version
68.9 - 1.1 (the "License"); you may not use this file except in compliance with
68.10 - the License. You may obtain a copy of the License at
68.11
68.12 - http://www.mozilla.org/MPL/
68.13 -
68.14 - Software distributed under the License is distributed on an "AS IS" basis,
68.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
68.16 - for the specific language governing rights and limitations under the License.
68.17 -
68.18 - The Original Code is the Open Hardware Monitor code.
68.19 -
68.20 - The Initial Developer of the Original Code is
68.21 - Michael Möller <m.moeller@gmx.ch>.
68.22 - Portions created by the Initial Developer are Copyright (C) 2010-2011
68.23 - the Initial Developer. All Rights Reserved.
68.24 -
68.25 - Contributor(s):
68.26 -
68.27 - Alternatively, the contents of this file may be used under the terms of
68.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
68.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
68.30 - in which case the provisions of the GPL or the LGPL are applicable instead
68.31 - of those above. If you wish to allow use of your version of this file only
68.32 - under the terms of either the GPL or the LGPL, and not to allow others to
68.33 - use your version of this file under the terms of the MPL, indicate your
68.34 - decision by deleting the provisions above and replace them with the notice
68.35 - and other provisions required by the GPL or the LGPL. If you do not delete
68.36 - the provisions above, a recipient may use your version of this file under
68.37 - the terms of any one of the MPL, the GPL or the LGPL.
68.38 + This Source Code Form is subject to the terms of the Mozilla Public
68.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
68.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
68.41
68.42 + Copyright (C) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
68.43 +
68.44 */
68.45
68.46 using System;
69.1 --- a/Hardware/Heatmaster/HeatmasterGroup.cs Wed Feb 22 23:36:26 2012 +0000
69.2 +++ b/Hardware/Heatmaster/HeatmasterGroup.cs Sun May 27 14:23:31 2012 +0000
69.3 @@ -1,38 +1,11 @@
69.4 /*
69.5 -
69.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
69.7 -
69.8 - The contents of this file are subject to the Mozilla Public License Version
69.9 - 1.1 (the "License"); you may not use this file except in compliance with
69.10 - the License. You may obtain a copy of the License at
69.11
69.12 - http://www.mozilla.org/MPL/
69.13 -
69.14 - Software distributed under the License is distributed on an "AS IS" basis,
69.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
69.16 - for the specific language governing rights and limitations under the License.
69.17 -
69.18 - The Original Code is the Open Hardware Monitor code.
69.19 -
69.20 - The Initial Developer of the Original Code is
69.21 - Michael Möller <m.moeller@gmx.ch>.
69.22 - Portions created by the Initial Developer are Copyright (C) 2010
69.23 - the Initial Developer. All Rights Reserved.
69.24 -
69.25 - Contributor(s):
69.26 -
69.27 - Alternatively, the contents of this file may be used under the terms of
69.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
69.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
69.30 - in which case the provisions of the GPL or the LGPL are applicable instead
69.31 - of those above. If you wish to allow use of your version of this file only
69.32 - under the terms of either the GPL or the LGPL, and not to allow others to
69.33 - use your version of this file under the terms of the MPL, indicate your
69.34 - decision by deleting the provisions above and replace them with the notice
69.35 - and other provisions required by the GPL or the LGPL. If you do not delete
69.36 - the provisions above, a recipient may use your version of this file under
69.37 - the terms of any one of the MPL, the GPL or the LGPL.
69.38 + This Source Code Form is subject to the terms of the Mozilla Public
69.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
69.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
69.41
69.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
69.43 +
69.44 */
69.45
69.46 using System;
70.1 --- a/Hardware/HexStringArray.cs Wed Feb 22 23:36:26 2012 +0000
70.2 +++ b/Hardware/HexStringArray.cs Sun May 27 14:23:31 2012 +0000
70.3 @@ -1,38 +1,11 @@
70.4 /*
70.5 -
70.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
70.7 -
70.8 - The contents of this file are subject to the Mozilla Public License Version
70.9 - 1.1 (the "License"); you may not use this file except in compliance with
70.10 - the License. You may obtain a copy of the License at
70.11
70.12 - http://www.mozilla.org/MPL/
70.13 -
70.14 - Software distributed under the License is distributed on an "AS IS" basis,
70.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
70.16 - for the specific language governing rights and limitations under the License.
70.17 -
70.18 - The Original Code is the Open Hardware Monitor code.
70.19 -
70.20 - The Initial Developer of the Original Code is
70.21 - Michael Möller <m.moeller@gmx.ch>.
70.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
70.23 - the Initial Developer. All Rights Reserved.
70.24 -
70.25 - Contributor(s):
70.26 -
70.27 - Alternatively, the contents of this file may be used under the terms of
70.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
70.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
70.30 - in which case the provisions of the GPL or the LGPL are applicable instead
70.31 - of those above. If you wish to allow use of your version of this file only
70.32 - under the terms of either the GPL or the LGPL, and not to allow others to
70.33 - use your version of this file under the terms of the MPL, indicate your
70.34 - decision by deleting the provisions above and replace them with the notice
70.35 - and other provisions required by the GPL or the LGPL. If you do not delete
70.36 - the provisions above, a recipient may use your version of this file under
70.37 - the terms of any one of the MPL, the GPL or the LGPL.
70.38 + This Source Code Form is subject to the terms of the Mozilla Public
70.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
70.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
70.41
70.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
70.43 +
70.44 */
70.45
70.46 using System;
71.1 --- a/Hardware/IComputer.cs Wed Feb 22 23:36:26 2012 +0000
71.2 +++ b/Hardware/IComputer.cs Sun May 27 14:23:31 2012 +0000
71.3 @@ -1,38 +1,11 @@
71.4 /*
71.5 -
71.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
71.7 -
71.8 - The contents of this file are subject to the Mozilla Public License Version
71.9 - 1.1 (the "License"); you may not use this file except in compliance with
71.10 - the License. You may obtain a copy of the License at
71.11
71.12 - http://www.mozilla.org/MPL/
71.13 -
71.14 - Software distributed under the License is distributed on an "AS IS" basis,
71.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
71.16 - for the specific language governing rights and limitations under the License.
71.17 -
71.18 - The Original Code is the Open Hardware Monitor code.
71.19 -
71.20 - The Initial Developer of the Original Code is
71.21 - Michael Möller <m.moeller@gmx.ch>.
71.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
71.23 - the Initial Developer. All Rights Reserved.
71.24 -
71.25 - Contributor(s):
71.26 -
71.27 - Alternatively, the contents of this file may be used under the terms of
71.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
71.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
71.30 - in which case the provisions of the GPL or the LGPL are applicable instead
71.31 - of those above. If you wish to allow use of your version of this file only
71.32 - under the terms of either the GPL or the LGPL, and not to allow others to
71.33 - use your version of this file under the terms of the MPL, indicate your
71.34 - decision by deleting the provisions above and replace them with the notice
71.35 - and other provisions required by the GPL or the LGPL. If you do not delete
71.36 - the provisions above, a recipient may use your version of this file under
71.37 - the terms of any one of the MPL, the GPL or the LGPL.
71.38 + This Source Code Form is subject to the terms of the Mozilla Public
71.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
71.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
71.41
71.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
71.43 +
71.44 */
71.45
71.46 namespace OpenHardwareMonitor.Hardware {
72.1 --- a/Hardware/IControl.cs Wed Feb 22 23:36:26 2012 +0000
72.2 +++ b/Hardware/IControl.cs Sun May 27 14:23:31 2012 +0000
72.3 @@ -1,38 +1,11 @@
72.4 /*
72.5 -
72.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
72.7 -
72.8 - The contents of this file are subject to the Mozilla Public License Version
72.9 - 1.1 (the "License"); you may not use this file except in compliance with
72.10 - the License. You may obtain a copy of the License at
72.11
72.12 - http://www.mozilla.org/MPL/
72.13 -
72.14 - Software distributed under the License is distributed on an "AS IS" basis,
72.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
72.16 - for the specific language governing rights and limitations under the License.
72.17 -
72.18 - The Original Code is the Open Hardware Monitor code.
72.19 -
72.20 - The Initial Developer of the Original Code is
72.21 - Michael Möller <m.moeller@gmx.ch>.
72.22 - Portions created by the Initial Developer are Copyright (C) 2010
72.23 - the Initial Developer. All Rights Reserved.
72.24 -
72.25 - Contributor(s):
72.26 -
72.27 - Alternatively, the contents of this file may be used under the terms of
72.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
72.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
72.30 - in which case the provisions of the GPL or the LGPL are applicable instead
72.31 - of those above. If you wish to allow use of your version of this file only
72.32 - under the terms of either the GPL or the LGPL, and not to allow others to
72.33 - use your version of this file under the terms of the MPL, indicate your
72.34 - decision by deleting the provisions above and replace them with the notice
72.35 - and other provisions required by the GPL or the LGPL. If you do not delete
72.36 - the provisions above, a recipient may use your version of this file under
72.37 - the terms of any one of the MPL, the GPL or the LGPL.
72.38 + This Source Code Form is subject to the terms of the Mozilla Public
72.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
72.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
72.41
72.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
72.43 +
72.44 */
72.45
72.46 namespace OpenHardwareMonitor.Hardware {
73.1 --- a/Hardware/IElement.cs Wed Feb 22 23:36:26 2012 +0000
73.2 +++ b/Hardware/IElement.cs Sun May 27 14:23:31 2012 +0000
73.3 @@ -1,38 +1,11 @@
73.4 /*
73.5 -
73.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
73.7 -
73.8 - The contents of this file are subject to the Mozilla Public License Version
73.9 - 1.1 (the "License"); you may not use this file except in compliance with
73.10 - the License. You may obtain a copy of the License at
73.11
73.12 - http://www.mozilla.org/MPL/
73.13 -
73.14 - Software distributed under the License is distributed on an "AS IS" basis,
73.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
73.16 - for the specific language governing rights and limitations under the License.
73.17 -
73.18 - The Original Code is the Open Hardware Monitor code.
73.19 -
73.20 - The Initial Developer of the Original Code is
73.21 - Michael Möller <m.moeller@gmx.ch>.
73.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
73.23 - the Initial Developer. All Rights Reserved.
73.24 -
73.25 - Contributor(s):
73.26 -
73.27 - Alternatively, the contents of this file may be used under the terms of
73.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
73.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
73.30 - in which case the provisions of the GPL or the LGPL are applicable instead
73.31 - of those above. If you wish to allow use of your version of this file only
73.32 - under the terms of either the GPL or the LGPL, and not to allow others to
73.33 - use your version of this file under the terms of the MPL, indicate your
73.34 - decision by deleting the provisions above and replace them with the notice
73.35 - and other provisions required by the GPL or the LGPL. If you do not delete
73.36 - the provisions above, a recipient may use your version of this file under
73.37 - the terms of any one of the MPL, the GPL or the LGPL.
73.38 + This Source Code Form is subject to the terms of the Mozilla Public
73.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
73.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
73.41
73.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
73.43 +
73.44 */
73.45
73.46 namespace OpenHardwareMonitor.Hardware {
74.1 --- a/Hardware/IGroup.cs Wed Feb 22 23:36:26 2012 +0000
74.2 +++ b/Hardware/IGroup.cs Sun May 27 14:23:31 2012 +0000
74.3 @@ -1,38 +1,11 @@
74.4 /*
74.5 -
74.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
74.7 -
74.8 - The contents of this file are subject to the Mozilla Public License Version
74.9 - 1.1 (the "License"); you may not use this file except in compliance with
74.10 - the License. You may obtain a copy of the License at
74.11
74.12 - http://www.mozilla.org/MPL/
74.13 -
74.14 - Software distributed under the License is distributed on an "AS IS" basis,
74.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
74.16 - for the specific language governing rights and limitations under the License.
74.17 -
74.18 - The Original Code is the Open Hardware Monitor code.
74.19 -
74.20 - The Initial Developer of the Original Code is
74.21 - Michael Möller <m.moeller@gmx.ch>.
74.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
74.23 - the Initial Developer. All Rights Reserved.
74.24 -
74.25 - Contributor(s):
74.26 -
74.27 - Alternatively, the contents of this file may be used under the terms of
74.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
74.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
74.30 - in which case the provisions of the GPL or the LGPL are applicable instead
74.31 - of those above. If you wish to allow use of your version of this file only
74.32 - under the terms of either the GPL or the LGPL, and not to allow others to
74.33 - use your version of this file under the terms of the MPL, indicate your
74.34 - decision by deleting the provisions above and replace them with the notice
74.35 - and other provisions required by the GPL or the LGPL. If you do not delete
74.36 - the provisions above, a recipient may use your version of this file under
74.37 - the terms of any one of the MPL, the GPL or the LGPL.
74.38 + This Source Code Form is subject to the terms of the Mozilla Public
74.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
74.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
74.41
74.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
74.43 +
74.44 */
74.45
74.46 namespace OpenHardwareMonitor.Hardware {
75.1 --- a/Hardware/IHardware.cs Wed Feb 22 23:36:26 2012 +0000
75.2 +++ b/Hardware/IHardware.cs Sun May 27 14:23:31 2012 +0000
75.3 @@ -1,38 +1,11 @@
75.4 /*
75.5 -
75.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
75.7 -
75.8 - The contents of this file are subject to the Mozilla Public License Version
75.9 - 1.1 (the "License"); you may not use this file except in compliance with
75.10 - the License. You may obtain a copy of the License at
75.11
75.12 - http://www.mozilla.org/MPL/
75.13 -
75.14 - Software distributed under the License is distributed on an "AS IS" basis,
75.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
75.16 - for the specific language governing rights and limitations under the License.
75.17 -
75.18 - The Original Code is the Open Hardware Monitor code.
75.19 -
75.20 - The Initial Developer of the Original Code is
75.21 - Michael Möller <m.moeller@gmx.ch>.
75.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
75.23 - the Initial Developer. All Rights Reserved.
75.24 -
75.25 - Contributor(s):
75.26 -
75.27 - Alternatively, the contents of this file may be used under the terms of
75.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
75.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
75.30 - in which case the provisions of the GPL or the LGPL are applicable instead
75.31 - of those above. If you wish to allow use of your version of this file only
75.32 - under the terms of either the GPL or the LGPL, and not to allow others to
75.33 - use your version of this file under the terms of the MPL, indicate your
75.34 - decision by deleting the provisions above and replace them with the notice
75.35 - and other provisions required by the GPL or the LGPL. If you do not delete
75.36 - the provisions above, a recipient may use your version of this file under
75.37 - the terms of any one of the MPL, the GPL or the LGPL.
75.38 + This Source Code Form is subject to the terms of the Mozilla Public
75.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
75.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
75.41
75.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
75.43 +
75.44 */
75.45
75.46 namespace OpenHardwareMonitor.Hardware {
76.1 --- a/Hardware/IOControlCode.cs Wed Feb 22 23:36:26 2012 +0000
76.2 +++ b/Hardware/IOControlCode.cs Sun May 27 14:23:31 2012 +0000
76.3 @@ -1,38 +1,11 @@
76.4 /*
76.5 -
76.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
76.7 -
76.8 - The contents of this file are subject to the Mozilla Public License Version
76.9 - 1.1 (the "License"); you may not use this file except in compliance with
76.10 - the License. You may obtain a copy of the License at
76.11
76.12 - http://www.mozilla.org/MPL/
76.13 -
76.14 - Software distributed under the License is distributed on an "AS IS" basis,
76.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
76.16 - for the specific language governing rights and limitations under the License.
76.17 -
76.18 - The Original Code is the Open Hardware Monitor code.
76.19 -
76.20 - The Initial Developer of the Original Code is
76.21 - Michael Möller <m.moeller@gmx.ch>.
76.22 - Portions created by the Initial Developer are Copyright (C) 2010
76.23 - the Initial Developer. All Rights Reserved.
76.24 -
76.25 - Contributor(s):
76.26 -
76.27 - Alternatively, the contents of this file may be used under the terms of
76.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
76.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
76.30 - in which case the provisions of the GPL or the LGPL are applicable instead
76.31 - of those above. If you wish to allow use of your version of this file only
76.32 - under the terms of either the GPL or the LGPL, and not to allow others to
76.33 - use your version of this file under the terms of the MPL, indicate your
76.34 - decision by deleting the provisions above and replace them with the notice
76.35 - and other provisions required by the GPL or the LGPL. If you do not delete
76.36 - the provisions above, a recipient may use your version of this file under
76.37 - the terms of any one of the MPL, the GPL or the LGPL.
76.38 + This Source Code Form is subject to the terms of the Mozilla Public
76.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
76.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
76.41
76.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
76.43 +
76.44 */
76.45
76.46 using System;
77.1 --- a/Hardware/IParameter.cs Wed Feb 22 23:36:26 2012 +0000
77.2 +++ b/Hardware/IParameter.cs Sun May 27 14:23:31 2012 +0000
77.3 @@ -1,38 +1,11 @@
77.4 /*
77.5 -
77.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
77.7 -
77.8 - The contents of this file are subject to the Mozilla Public License Version
77.9 - 1.1 (the "License"); you may not use this file except in compliance with
77.10 - the License. You may obtain a copy of the License at
77.11
77.12 - http://www.mozilla.org/MPL/
77.13 -
77.14 - Software distributed under the License is distributed on an "AS IS" basis,
77.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
77.16 - for the specific language governing rights and limitations under the License.
77.17 -
77.18 - The Original Code is the Open Hardware Monitor code.
77.19 -
77.20 - The Initial Developer of the Original Code is
77.21 - Michael Möller <m.moeller@gmx.ch>.
77.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
77.23 - the Initial Developer. All Rights Reserved.
77.24 -
77.25 - Contributor(s):
77.26 -
77.27 - Alternatively, the contents of this file may be used under the terms of
77.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
77.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
77.30 - in which case the provisions of the GPL or the LGPL are applicable instead
77.31 - of those above. If you wish to allow use of your version of this file only
77.32 - under the terms of either the GPL or the LGPL, and not to allow others to
77.33 - use your version of this file under the terms of the MPL, indicate your
77.34 - decision by deleting the provisions above and replace them with the notice
77.35 - and other provisions required by the GPL or the LGPL. If you do not delete
77.36 - the provisions above, a recipient may use your version of this file under
77.37 - the terms of any one of the MPL, the GPL or the LGPL.
77.38 + This Source Code Form is subject to the terms of the Mozilla Public
77.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
77.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
77.41
77.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
77.43 +
77.44 */
77.45
77.46 namespace OpenHardwareMonitor.Hardware {
78.1 --- a/Hardware/ISensor.cs Wed Feb 22 23:36:26 2012 +0000
78.2 +++ b/Hardware/ISensor.cs Sun May 27 14:23:31 2012 +0000
78.3 @@ -1,38 +1,11 @@
78.4 /*
78.5 -
78.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
78.7 -
78.8 - The contents of this file are subject to the Mozilla Public License Version
78.9 - 1.1 (the "License"); you may not use this file except in compliance with
78.10 - the License. You may obtain a copy of the License at
78.11
78.12 - http://www.mozilla.org/MPL/
78.13 -
78.14 - Software distributed under the License is distributed on an "AS IS" basis,
78.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
78.16 - for the specific language governing rights and limitations under the License.
78.17 -
78.18 - The Original Code is the Open Hardware Monitor code.
78.19 -
78.20 - The Initial Developer of the Original Code is
78.21 - Michael Möller <m.moeller@gmx.ch>.
78.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
78.23 - the Initial Developer. All Rights Reserved.
78.24 -
78.25 - Contributor(s):
78.26 -
78.27 - Alternatively, the contents of this file may be used under the terms of
78.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
78.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
78.30 - in which case the provisions of the GPL or the LGPL are applicable instead
78.31 - of those above. If you wish to allow use of your version of this file only
78.32 - under the terms of either the GPL or the LGPL, and not to allow others to
78.33 - use your version of this file under the terms of the MPL, indicate your
78.34 - decision by deleting the provisions above and replace them with the notice
78.35 - and other provisions required by the GPL or the LGPL. If you do not delete
78.36 - the provisions above, a recipient may use your version of this file under
78.37 - the terms of any one of the MPL, the GPL or the LGPL.
78.38 + This Source Code Form is subject to the terms of the Mozilla Public
78.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
78.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
78.41
78.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
78.43 +
78.44 */
78.45
78.46 using System;
79.1 --- a/Hardware/ISettings.cs Wed Feb 22 23:36:26 2012 +0000
79.2 +++ b/Hardware/ISettings.cs Sun May 27 14:23:31 2012 +0000
79.3 @@ -1,38 +1,11 @@
79.4 /*
79.5 -
79.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
79.7 -
79.8 - The contents of this file are subject to the Mozilla Public License Version
79.9 - 1.1 (the "License"); you may not use this file except in compliance with
79.10 - the License. You may obtain a copy of the License at
79.11
79.12 - http://www.mozilla.org/MPL/
79.13 -
79.14 - Software distributed under the License is distributed on an "AS IS" basis,
79.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
79.16 - for the specific language governing rights and limitations under the License.
79.17 -
79.18 - The Original Code is the Open Hardware Monitor code.
79.19 -
79.20 - The Initial Developer of the Original Code is
79.21 - Michael Möller <m.moeller@gmx.ch>.
79.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
79.23 - the Initial Developer. All Rights Reserved.
79.24 -
79.25 - Contributor(s):
79.26 -
79.27 - Alternatively, the contents of this file may be used under the terms of
79.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
79.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
79.30 - in which case the provisions of the GPL or the LGPL are applicable instead
79.31 - of those above. If you wish to allow use of your version of this file only
79.32 - under the terms of either the GPL or the LGPL, and not to allow others to
79.33 - use your version of this file under the terms of the MPL, indicate your
79.34 - decision by deleting the provisions above and replace them with the notice
79.35 - and other provisions required by the GPL or the LGPL. If you do not delete
79.36 - the provisions above, a recipient may use your version of this file under
79.37 - the terms of any one of the MPL, the GPL or the LGPL.
79.38 + This Source Code Form is subject to the terms of the Mozilla Public
79.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
79.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
79.41
79.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
79.43 +
79.44 */
79.45
79.46 namespace OpenHardwareMonitor.Hardware {
80.1 --- a/Hardware/IVisitor.cs Wed Feb 22 23:36:26 2012 +0000
80.2 +++ b/Hardware/IVisitor.cs Sun May 27 14:23:31 2012 +0000
80.3 @@ -1,38 +1,11 @@
80.4 /*
80.5 -
80.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
80.7 -
80.8 - The contents of this file are subject to the Mozilla Public License Version
80.9 - 1.1 (the "License"); you may not use this file except in compliance with
80.10 - the License. You may obtain a copy of the License at
80.11
80.12 - http://www.mozilla.org/MPL/
80.13 -
80.14 - Software distributed under the License is distributed on an "AS IS" basis,
80.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
80.16 - for the specific language governing rights and limitations under the License.
80.17 -
80.18 - The Original Code is the Open Hardware Monitor code.
80.19 -
80.20 - The Initial Developer of the Original Code is
80.21 - Michael Möller <m.moeller@gmx.ch>.
80.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
80.23 - the Initial Developer. All Rights Reserved.
80.24 -
80.25 - Contributor(s):
80.26 -
80.27 - Alternatively, the contents of this file may be used under the terms of
80.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
80.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
80.30 - in which case the provisions of the GPL or the LGPL are applicable instead
80.31 - of those above. If you wish to allow use of your version of this file only
80.32 - under the terms of either the GPL or the LGPL, and not to allow others to
80.33 - use your version of this file under the terms of the MPL, indicate your
80.34 - decision by deleting the provisions above and replace them with the notice
80.35 - and other provisions required by the GPL or the LGPL. If you do not delete
80.36 - the provisions above, a recipient may use your version of this file under
80.37 - the terms of any one of the MPL, the GPL or the LGPL.
80.38 + This Source Code Form is subject to the terms of the Mozilla Public
80.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
80.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
80.41
80.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
80.43 +
80.44 */
80.45
80.46 namespace OpenHardwareMonitor.Hardware {
81.1 --- a/Hardware/Identifier.cs Wed Feb 22 23:36:26 2012 +0000
81.2 +++ b/Hardware/Identifier.cs Sun May 27 14:23:31 2012 +0000
81.3 @@ -1,38 +1,11 @@
81.4 /*
81.5 -
81.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
81.7 -
81.8 - The contents of this file are subject to the Mozilla Public License Version
81.9 - 1.1 (the "License"); you may not use this file except in compliance with
81.10 - the License. You may obtain a copy of the License at
81.11
81.12 - http://www.mozilla.org/MPL/
81.13 -
81.14 - Software distributed under the License is distributed on an "AS IS" basis,
81.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
81.16 - for the specific language governing rights and limitations under the License.
81.17 -
81.18 - The Original Code is the Open Hardware Monitor code.
81.19 -
81.20 - The Initial Developer of the Original Code is
81.21 - Michael Möller <m.moeller@gmx.ch>.
81.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
81.23 - the Initial Developer. All Rights Reserved.
81.24 -
81.25 - Contributor(s):
81.26 -
81.27 - Alternatively, the contents of this file may be used under the terms of
81.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
81.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
81.30 - in which case the provisions of the GPL or the LGPL are applicable instead
81.31 - of those above. If you wish to allow use of your version of this file only
81.32 - under the terms of either the GPL or the LGPL, and not to allow others to
81.33 - use your version of this file under the terms of the MPL, indicate your
81.34 - decision by deleting the provisions above and replace them with the notice
81.35 - and other provisions required by the GPL or the LGPL. If you do not delete
81.36 - the provisions above, a recipient may use your version of this file under
81.37 - the terms of any one of the MPL, the GPL or the LGPL.
81.38 + This Source Code Form is subject to the terms of the Mozilla Public
81.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
81.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
81.41
81.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
81.43 +
81.44 */
81.45
81.46 using System;
82.1 --- a/Hardware/KernelDriver.cs Wed Feb 22 23:36:26 2012 +0000
82.2 +++ b/Hardware/KernelDriver.cs Sun May 27 14:23:31 2012 +0000
82.3 @@ -1,38 +1,11 @@
82.4 /*
82.5 -
82.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
82.7 -
82.8 - The contents of this file are subject to the Mozilla Public License Version
82.9 - 1.1 (the "License"); you may not use this file except in compliance with
82.10 - the License. You may obtain a copy of the License at
82.11
82.12 - http://www.mozilla.org/MPL/
82.13 -
82.14 - Software distributed under the License is distributed on an "AS IS" basis,
82.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
82.16 - for the specific language governing rights and limitations under the License.
82.17 -
82.18 - The Original Code is the Open Hardware Monitor code.
82.19 -
82.20 - The Initial Developer of the Original Code is
82.21 - Michael Möller <m.moeller@gmx.ch>.
82.22 - Portions created by the Initial Developer are Copyright (C) 2010
82.23 - the Initial Developer. All Rights Reserved.
82.24 -
82.25 - Contributor(s):
82.26 -
82.27 - Alternatively, the contents of this file may be used under the terms of
82.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
82.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
82.30 - in which case the provisions of the GPL or the LGPL are applicable instead
82.31 - of those above. If you wish to allow use of your version of this file only
82.32 - under the terms of either the GPL or the LGPL, and not to allow others to
82.33 - use your version of this file under the terms of the MPL, indicate your
82.34 - decision by deleting the provisions above and replace them with the notice
82.35 - and other provisions required by the GPL or the LGPL. If you do not delete
82.36 - the provisions above, a recipient may use your version of this file under
82.37 - the terms of any one of the MPL, the GPL or the LGPL.
82.38 + This Source Code Form is subject to the terms of the Mozilla Public
82.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
82.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
82.41
82.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
82.43 +
82.44 */
82.45
82.46 using System;
83.1 --- a/Hardware/LPC/Chip.cs Wed Feb 22 23:36:26 2012 +0000
83.2 +++ b/Hardware/LPC/Chip.cs Sun May 27 14:23:31 2012 +0000
83.3 @@ -1,38 +1,11 @@
83.4 /*
83.5 -
83.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
83.7 -
83.8 - The contents of this file are subject to the Mozilla Public License Version
83.9 - 1.1 (the "License"); you may not use this file except in compliance with
83.10 - the License. You may obtain a copy of the License at
83.11
83.12 - http://www.mozilla.org/MPL/
83.13 -
83.14 - Software distributed under the License is distributed on an "AS IS" basis,
83.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
83.16 - for the specific language governing rights and limitations under the License.
83.17 -
83.18 - The Original Code is the Open Hardware Monitor code.
83.19 -
83.20 - The Initial Developer of the Original Code is
83.21 - Michael Möller <m.moeller@gmx.ch>.
83.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
83.23 - the Initial Developer. All Rights Reserved.
83.24 -
83.25 - Contributor(s):
83.26 -
83.27 - Alternatively, the contents of this file may be used under the terms of
83.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
83.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
83.30 - in which case the provisions of the GPL or the LGPL are applicable instead
83.31 - of those above. If you wish to allow use of your version of this file only
83.32 - under the terms of either the GPL or the LGPL, and not to allow others to
83.33 - use your version of this file under the terms of the MPL, indicate your
83.34 - decision by deleting the provisions above and replace them with the notice
83.35 - and other provisions required by the GPL or the LGPL. If you do not delete
83.36 - the provisions above, a recipient may use your version of this file under
83.37 - the terms of any one of the MPL, the GPL or the LGPL.
83.38 + This Source Code Form is subject to the terms of the Mozilla Public
83.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
83.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
83.41
83.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
83.43 +
83.44 */
83.45
83.46 namespace OpenHardwareMonitor.Hardware.LPC {
84.1 --- a/Hardware/LPC/F718XX.cs Wed Feb 22 23:36:26 2012 +0000
84.2 +++ b/Hardware/LPC/F718XX.cs Sun May 27 14:23:31 2012 +0000
84.3 @@ -1,38 +1,11 @@
84.4 /*
84.5 -
84.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
84.7 -
84.8 - The contents of this file are subject to the Mozilla Public License Version
84.9 - 1.1 (the "License"); you may not use this file except in compliance with
84.10 - the License. You may obtain a copy of the License at
84.11
84.12 - http://www.mozilla.org/MPL/
84.13 -
84.14 - Software distributed under the License is distributed on an "AS IS" basis,
84.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
84.16 - for the specific language governing rights and limitations under the License.
84.17 -
84.18 - The Original Code is the Open Hardware Monitor code.
84.19 -
84.20 - The Initial Developer of the Original Code is
84.21 - Michael Möller <m.moeller@gmx.ch>.
84.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
84.23 - the Initial Developer. All Rights Reserved.
84.24 -
84.25 - Contributor(s):
84.26 -
84.27 - Alternatively, the contents of this file may be used under the terms of
84.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
84.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
84.30 - in which case the provisions of the GPL or the LGPL are applicable instead
84.31 - of those above. If you wish to allow use of your version of this file only
84.32 - under the terms of either the GPL or the LGPL, and not to allow others to
84.33 - use your version of this file under the terms of the MPL, indicate your
84.34 - decision by deleting the provisions above and replace them with the notice
84.35 - and other provisions required by the GPL or the LGPL. If you do not delete
84.36 - the provisions above, a recipient may use your version of this file under
84.37 - the terms of any one of the MPL, the GPL or the LGPL.
84.38 + This Source Code Form is subject to the terms of the Mozilla Public
84.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
84.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
84.41
84.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
84.43 +
84.44 */
84.45
84.46 using System.Globalization;
85.1 --- a/Hardware/LPC/ISuperIO.cs Wed Feb 22 23:36:26 2012 +0000
85.2 +++ b/Hardware/LPC/ISuperIO.cs Sun May 27 14:23:31 2012 +0000
85.3 @@ -1,38 +1,11 @@
85.4 /*
85.5 -
85.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
85.7 -
85.8 - The contents of this file are subject to the Mozilla Public License Version
85.9 - 1.1 (the "License"); you may not use this file except in compliance with
85.10 - the License. You may obtain a copy of the License at
85.11
85.12 - http://www.mozilla.org/MPL/
85.13 -
85.14 - Software distributed under the License is distributed on an "AS IS" basis,
85.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
85.16 - for the specific language governing rights and limitations under the License.
85.17 -
85.18 - The Original Code is the Open Hardware Monitor code.
85.19 -
85.20 - The Initial Developer of the Original Code is
85.21 - Michael Möller <m.moeller@gmx.ch>.
85.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
85.23 - the Initial Developer. All Rights Reserved.
85.24 -
85.25 - Contributor(s):
85.26 -
85.27 - Alternatively, the contents of this file may be used under the terms of
85.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
85.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
85.30 - in which case the provisions of the GPL or the LGPL are applicable instead
85.31 - of those above. If you wish to allow use of your version of this file only
85.32 - under the terms of either the GPL or the LGPL, and not to allow others to
85.33 - use your version of this file under the terms of the MPL, indicate your
85.34 - decision by deleting the provisions above and replace them with the notice
85.35 - and other provisions required by the GPL or the LGPL. If you do not delete
85.36 - the provisions above, a recipient may use your version of this file under
85.37 - the terms of any one of the MPL, the GPL or the LGPL.
85.38 + This Source Code Form is subject to the terms of the Mozilla Public
85.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
85.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
85.41
85.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
85.43 +
85.44 */
85.45
85.46 namespace OpenHardwareMonitor.Hardware.LPC {
86.1 --- a/Hardware/LPC/IT87XX.cs Wed Feb 22 23:36:26 2012 +0000
86.2 +++ b/Hardware/LPC/IT87XX.cs Sun May 27 14:23:31 2012 +0000
86.3 @@ -1,38 +1,11 @@
86.4 /*
86.5 -
86.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
86.7 -
86.8 - The contents of this file are subject to the Mozilla Public License Version
86.9 - 1.1 (the "License"); you may not use this file except in compliance with
86.10 - the License. You may obtain a copy of the License at
86.11
86.12 - http://www.mozilla.org/MPL/
86.13 -
86.14 - Software distributed under the License is distributed on an "AS IS" basis,
86.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
86.16 - for the specific language governing rights and limitations under the License.
86.17 -
86.18 - The Original Code is the Open Hardware Monitor code.
86.19 -
86.20 - The Initial Developer of the Original Code is
86.21 - Michael Möller <m.moeller@gmx.ch>.
86.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
86.23 - the Initial Developer. All Rights Reserved.
86.24 -
86.25 - Contributor(s):
86.26 -
86.27 - Alternatively, the contents of this file may be used under the terms of
86.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
86.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
86.30 - in which case the provisions of the GPL or the LGPL are applicable instead
86.31 - of those above. If you wish to allow use of your version of this file only
86.32 - under the terms of either the GPL or the LGPL, and not to allow others to
86.33 - use your version of this file under the terms of the MPL, indicate your
86.34 - decision by deleting the provisions above and replace them with the notice
86.35 - and other provisions required by the GPL or the LGPL. If you do not delete
86.36 - the provisions above, a recipient may use your version of this file under
86.37 - the terms of any one of the MPL, the GPL or the LGPL.
86.38 + This Source Code Form is subject to the terms of the Mozilla Public
86.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
86.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
86.41
86.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
86.43 +
86.44 */
86.45
86.46 using System.Globalization;
87.1 --- a/Hardware/LPC/LMSensors.cs Wed Feb 22 23:36:26 2012 +0000
87.2 +++ b/Hardware/LPC/LMSensors.cs Sun May 27 14:23:31 2012 +0000
87.3 @@ -1,38 +1,11 @@
87.4 /*
87.5 -
87.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
87.7 -
87.8 - The contents of this file are subject to the Mozilla Public License Version
87.9 - 1.1 (the "License"); you may not use this file except in compliance with
87.10 - the License. You may obtain a copy of the License at
87.11
87.12 - http://www.mozilla.org/MPL/
87.13 -
87.14 - Software distributed under the License is distributed on an "AS IS" basis,
87.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
87.16 - for the specific language governing rights and limitations under the License.
87.17 -
87.18 - The Original Code is the Open Hardware Monitor code.
87.19 -
87.20 - The Initial Developer of the Original Code is
87.21 - Michael Möller <m.moeller@gmx.ch>.
87.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
87.23 - the Initial Developer. All Rights Reserved.
87.24 -
87.25 - Contributor(s):
87.26 -
87.27 - Alternatively, the contents of this file may be used under the terms of
87.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
87.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
87.30 - in which case the provisions of the GPL or the LGPL are applicable instead
87.31 - of those above. If you wish to allow use of your version of this file only
87.32 - under the terms of either the GPL or the LGPL, and not to allow others to
87.33 - use your version of this file under the terms of the MPL, indicate your
87.34 - decision by deleting the provisions above and replace them with the notice
87.35 - and other provisions required by the GPL or the LGPL. If you do not delete
87.36 - the provisions above, a recipient may use your version of this file under
87.37 - the terms of any one of the MPL, the GPL or the LGPL.
87.38 + This Source Code Form is subject to the terms of the Mozilla Public
87.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
87.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
87.41
87.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
87.43 +
87.44 */
87.45
87.46 using System.Collections.Generic;
88.1 --- a/Hardware/LPC/LPCIO.cs Wed Feb 22 23:36:26 2012 +0000
88.2 +++ b/Hardware/LPC/LPCIO.cs Sun May 27 14:23:31 2012 +0000
88.3 @@ -1,38 +1,11 @@
88.4 /*
88.5 -
88.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
88.7 -
88.8 - The contents of this file are subject to the Mozilla Public License Version
88.9 - 1.1 (the "License"); you may not use this file except in compliance with
88.10 - the License. You may obtain a copy of the License at
88.11
88.12 - http://www.mozilla.org/MPL/
88.13 -
88.14 - Software distributed under the License is distributed on an "AS IS" basis,
88.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
88.16 - for the specific language governing rights and limitations under the License.
88.17 -
88.18 - The Original Code is the Open Hardware Monitor code.
88.19 -
88.20 - The Initial Developer of the Original Code is
88.21 - Michael Möller <m.moeller@gmx.ch>.
88.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
88.23 - the Initial Developer. All Rights Reserved.
88.24 -
88.25 - Contributor(s):
88.26 -
88.27 - Alternatively, the contents of this file may be used under the terms of
88.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
88.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
88.30 - in which case the provisions of the GPL or the LGPL are applicable instead
88.31 - of those above. If you wish to allow use of your version of this file only
88.32 - under the terms of either the GPL or the LGPL, and not to allow others to
88.33 - use your version of this file under the terms of the MPL, indicate your
88.34 - decision by deleting the provisions above and replace them with the notice
88.35 - and other provisions required by the GPL or the LGPL. If you do not delete
88.36 - the provisions above, a recipient may use your version of this file under
88.37 - the terms of any one of the MPL, the GPL or the LGPL.
88.38 + This Source Code Form is subject to the terms of the Mozilla Public
88.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
88.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
88.41
88.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
88.43 +
88.44 */
88.45
88.46 using System;
89.1 --- a/Hardware/LPC/NCT677X.cs Wed Feb 22 23:36:26 2012 +0000
89.2 +++ b/Hardware/LPC/NCT677X.cs Sun May 27 14:23:31 2012 +0000
89.3 @@ -1,38 +1,11 @@
89.4 /*
89.5 -
89.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
89.7 -
89.8 - The contents of this file are subject to the Mozilla Public License Version
89.9 - 1.1 (the "License"); you may not use this file except in compliance with
89.10 - the License. You may obtain a copy of the License at
89.11
89.12 - http://www.mozilla.org/MPL/
89.13 -
89.14 - Software distributed under the License is distributed on an "AS IS" basis,
89.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
89.16 - for the specific language governing rights and limitations under the License.
89.17 -
89.18 - The Original Code is the Open Hardware Monitor code.
89.19 -
89.20 - The Initial Developer of the Original Code is
89.21 - Michael Möller <m.moeller@gmx.ch>.
89.22 - Portions created by the Initial Developer are Copyright (C) 2010-2011
89.23 - the Initial Developer. All Rights Reserved.
89.24 -
89.25 - Contributor(s):
89.26 -
89.27 - Alternatively, the contents of this file may be used under the terms of
89.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
89.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
89.30 - in which case the provisions of the GPL or the LGPL are applicable instead
89.31 - of those above. If you wish to allow use of your version of this file only
89.32 - under the terms of either the GPL or the LGPL, and not to allow others to
89.33 - use your version of this file under the terms of the MPL, indicate your
89.34 - decision by deleting the provisions above and replace them with the notice
89.35 - and other provisions required by the GPL or the LGPL. If you do not delete
89.36 - the provisions above, a recipient may use your version of this file under
89.37 - the terms of any one of the MPL, the GPL or the LGPL.
89.38 + This Source Code Form is subject to the terms of the Mozilla Public
89.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
89.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
89.41
89.42 + Copyright (C) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
89.43 +
89.44 */
89.45
89.46 using System.Globalization;
90.1 --- a/Hardware/LPC/W836XX.cs Wed Feb 22 23:36:26 2012 +0000
90.2 +++ b/Hardware/LPC/W836XX.cs Sun May 27 14:23:31 2012 +0000
90.3 @@ -1,38 +1,11 @@
90.4 /*
90.5 -
90.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
90.7 -
90.8 - The contents of this file are subject to the Mozilla Public License Version
90.9 - 1.1 (the "License"); you may not use this file except in compliance with
90.10 - the License. You may obtain a copy of the License at
90.11
90.12 - http://www.mozilla.org/MPL/
90.13 -
90.14 - Software distributed under the License is distributed on an "AS IS" basis,
90.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
90.16 - for the specific language governing rights and limitations under the License.
90.17 -
90.18 - The Original Code is the Open Hardware Monitor code.
90.19 -
90.20 - The Initial Developer of the Original Code is
90.21 - Michael Möller <m.moeller@gmx.ch>.
90.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
90.23 - the Initial Developer. All Rights Reserved.
90.24 -
90.25 - Contributor(s):
90.26 -
90.27 - Alternatively, the contents of this file may be used under the terms of
90.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
90.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
90.30 - in which case the provisions of the GPL or the LGPL are applicable instead
90.31 - of those above. If you wish to allow use of your version of this file only
90.32 - under the terms of either the GPL or the LGPL, and not to allow others to
90.33 - use your version of this file under the terms of the MPL, indicate your
90.34 - decision by deleting the provisions above and replace them with the notice
90.35 - and other provisions required by the GPL or the LGPL. If you do not delete
90.36 - the provisions above, a recipient may use your version of this file under
90.37 - the terms of any one of the MPL, the GPL or the LGPL.
90.38 + This Source Code Form is subject to the terms of the Mozilla Public
90.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
90.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
90.41
90.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
90.43 +
90.44 */
90.45
90.46 using System;
91.1 --- a/Hardware/Mainboard/GigabyteTAMG.cs Wed Feb 22 23:36:26 2012 +0000
91.2 +++ b/Hardware/Mainboard/GigabyteTAMG.cs Sun May 27 14:23:31 2012 +0000
91.3 @@ -1,38 +1,11 @@
91.4 /*
91.5 -
91.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
91.7 -
91.8 - The contents of this file are subject to the Mozilla Public License Version
91.9 - 1.1 (the "License"); you may not use this file except in compliance with
91.10 - the License. You may obtain a copy of the License at
91.11
91.12 - http://www.mozilla.org/MPL/
91.13 -
91.14 - Software distributed under the License is distributed on an "AS IS" basis,
91.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
91.16 - for the specific language governing rights and limitations under the License.
91.17 -
91.18 - The Original Code is the Open Hardware Monitor code.
91.19 -
91.20 - The Initial Developer of the Original Code is
91.21 - Michael Möller <m.moeller@gmx.ch>.
91.22 - Portions created by the Initial Developer are Copyright (C) 2011
91.23 - the Initial Developer. All Rights Reserved.
91.24 -
91.25 - Contributor(s):
91.26 -
91.27 - Alternatively, the contents of this file may be used under the terms of
91.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
91.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
91.30 - in which case the provisions of the GPL or the LGPL are applicable instead
91.31 - of those above. If you wish to allow use of your version of this file only
91.32 - under the terms of either the GPL or the LGPL, and not to allow others to
91.33 - use your version of this file under the terms of the MPL, indicate your
91.34 - decision by deleting the provisions above and replace them with the notice
91.35 - and other provisions required by the GPL or the LGPL. If you do not delete
91.36 - the provisions above, a recipient may use your version of this file under
91.37 - the terms of any one of the MPL, the GPL or the LGPL.
91.38 + This Source Code Form is subject to the terms of the Mozilla Public
91.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
91.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
91.41
91.42 + Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
91.43 +
91.44 */
91.45
91.46 using System;
92.1 --- a/Hardware/Mainboard/Mainboard.cs Wed Feb 22 23:36:26 2012 +0000
92.2 +++ b/Hardware/Mainboard/Mainboard.cs Sun May 27 14:23:31 2012 +0000
92.3 @@ -1,38 +1,11 @@
92.4 /*
92.5 -
92.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
92.7 -
92.8 - The contents of this file are subject to the Mozilla Public License Version
92.9 - 1.1 (the "License"); you may not use this file except in compliance with
92.10 - the License. You may obtain a copy of the License at
92.11
92.12 - http://www.mozilla.org/MPL/
92.13 -
92.14 - Software distributed under the License is distributed on an "AS IS" basis,
92.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
92.16 - for the specific language governing rights and limitations under the License.
92.17 -
92.18 - The Original Code is the Open Hardware Monitor code.
92.19 -
92.20 - The Initial Developer of the Original Code is
92.21 - Michael Möller <m.moeller@gmx.ch>.
92.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
92.23 - the Initial Developer. All Rights Reserved.
92.24 -
92.25 - Contributor(s):
92.26 -
92.27 - Alternatively, the contents of this file may be used under the terms of
92.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
92.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
92.30 - in which case the provisions of the GPL or the LGPL are applicable instead
92.31 - of those above. If you wish to allow use of your version of this file only
92.32 - under the terms of either the GPL or the LGPL, and not to allow others to
92.33 - use your version of this file under the terms of the MPL, indicate your
92.34 - decision by deleting the provisions above and replace them with the notice
92.35 - and other provisions required by the GPL or the LGPL. If you do not delete
92.36 - the provisions above, a recipient may use your version of this file under
92.37 - the terms of any one of the MPL, the GPL or the LGPL.
92.38 + This Source Code Form is subject to the terms of the Mozilla Public
92.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
92.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
92.41
92.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
92.43 +
92.44 */
92.45
92.46 using System;
93.1 --- a/Hardware/Mainboard/MainboardGroup.cs Wed Feb 22 23:36:26 2012 +0000
93.2 +++ b/Hardware/Mainboard/MainboardGroup.cs Sun May 27 14:23:31 2012 +0000
93.3 @@ -1,38 +1,11 @@
93.4 /*
93.5 -
93.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
93.7 -
93.8 - The contents of this file are subject to the Mozilla Public License Version
93.9 - 1.1 (the "License"); you may not use this file except in compliance with
93.10 - the License. You may obtain a copy of the License at
93.11
93.12 - http://www.mozilla.org/MPL/
93.13 -
93.14 - Software distributed under the License is distributed on an "AS IS" basis,
93.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
93.16 - for the specific language governing rights and limitations under the License.
93.17 -
93.18 - The Original Code is the Open Hardware Monitor code.
93.19 -
93.20 - The Initial Developer of the Original Code is
93.21 - Michael Möller <m.moeller@gmx.ch>.
93.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
93.23 - the Initial Developer. All Rights Reserved.
93.24 -
93.25 - Contributor(s):
93.26 -
93.27 - Alternatively, the contents of this file may be used under the terms of
93.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
93.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
93.30 - in which case the provisions of the GPL or the LGPL are applicable instead
93.31 - of those above. If you wish to allow use of your version of this file only
93.32 - under the terms of either the GPL or the LGPL, and not to allow others to
93.33 - use your version of this file under the terms of the MPL, indicate your
93.34 - decision by deleting the provisions above and replace them with the notice
93.35 - and other provisions required by the GPL or the LGPL. If you do not delete
93.36 - the provisions above, a recipient may use your version of this file under
93.37 - the terms of any one of the MPL, the GPL or the LGPL.
93.38 + This Source Code Form is subject to the terms of the Mozilla Public
93.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
93.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
93.41
93.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
93.43 +
93.44 */
93.45
93.46 namespace OpenHardwareMonitor.Hardware.Mainboard {
94.1 --- a/Hardware/Mainboard/Manufacturer.cs Wed Feb 22 23:36:26 2012 +0000
94.2 +++ b/Hardware/Mainboard/Manufacturer.cs Sun May 27 14:23:31 2012 +0000
94.3 @@ -1,38 +1,11 @@
94.4 /*
94.5 -
94.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
94.7 -
94.8 - The contents of this file are subject to the Mozilla Public License Version
94.9 - 1.1 (the "License"); you may not use this file except in compliance with
94.10 - the License. You may obtain a copy of the License at
94.11
94.12 - http://www.mozilla.org/MPL/
94.13 -
94.14 - Software distributed under the License is distributed on an "AS IS" basis,
94.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
94.16 - for the specific language governing rights and limitations under the License.
94.17 -
94.18 - The Original Code is the Open Hardware Monitor code.
94.19 -
94.20 - The Initial Developer of the Original Code is
94.21 - Michael Möller <m.moeller@gmx.ch>.
94.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
94.23 - the Initial Developer. All Rights Reserved.
94.24 -
94.25 - Contributor(s):
94.26 -
94.27 - Alternatively, the contents of this file may be used under the terms of
94.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
94.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
94.30 - in which case the provisions of the GPL or the LGPL are applicable instead
94.31 - of those above. If you wish to allow use of your version of this file only
94.32 - under the terms of either the GPL or the LGPL, and not to allow others to
94.33 - use your version of this file under the terms of the MPL, indicate your
94.34 - decision by deleting the provisions above and replace them with the notice
94.35 - and other provisions required by the GPL or the LGPL. If you do not delete
94.36 - the provisions above, a recipient may use your version of this file under
94.37 - the terms of any one of the MPL, the GPL or the LGPL.
94.38 + This Source Code Form is subject to the terms of the Mozilla Public
94.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
94.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
94.41
94.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
94.43 +
94.44 */
94.45
94.46 namespace OpenHardwareMonitor.Hardware.Mainboard {
95.1 --- a/Hardware/Mainboard/Model.cs Wed Feb 22 23:36:26 2012 +0000
95.2 +++ b/Hardware/Mainboard/Model.cs Sun May 27 14:23:31 2012 +0000
95.3 @@ -1,38 +1,11 @@
95.4 /*
95.5 -
95.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
95.7 -
95.8 - The contents of this file are subject to the Mozilla Public License Version
95.9 - 1.1 (the "License"); you may not use this file except in compliance with
95.10 - the License. You may obtain a copy of the License at
95.11
95.12 - http://www.mozilla.org/MPL/
95.13 -
95.14 - Software distributed under the License is distributed on an "AS IS" basis,
95.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
95.16 - for the specific language governing rights and limitations under the License.
95.17 -
95.18 - The Original Code is the Open Hardware Monitor code.
95.19 -
95.20 - The Initial Developer of the Original Code is
95.21 - Michael Möller <m.moeller@gmx.ch>.
95.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
95.23 - the Initial Developer. All Rights Reserved.
95.24 -
95.25 - Contributor(s):
95.26 -
95.27 - Alternatively, the contents of this file may be used under the terms of
95.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
95.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
95.30 - in which case the provisions of the GPL or the LGPL are applicable instead
95.31 - of those above. If you wish to allow use of your version of this file only
95.32 - under the terms of either the GPL or the LGPL, and not to allow others to
95.33 - use your version of this file under the terms of the MPL, indicate your
95.34 - decision by deleting the provisions above and replace them with the notice
95.35 - and other provisions required by the GPL or the LGPL. If you do not delete
95.36 - the provisions above, a recipient may use your version of this file under
95.37 - the terms of any one of the MPL, the GPL or the LGPL.
95.38 + This Source Code Form is subject to the terms of the Mozilla Public
95.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
95.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
95.41
95.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
95.43 +
95.44 */
95.45
95.46 namespace OpenHardwareMonitor.Hardware.Mainboard {
96.1 --- a/Hardware/Mainboard/SMBIOS.cs Wed Feb 22 23:36:26 2012 +0000
96.2 +++ b/Hardware/Mainboard/SMBIOS.cs Sun May 27 14:23:31 2012 +0000
96.3 @@ -1,38 +1,11 @@
96.4 /*
96.5 -
96.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
96.7 -
96.8 - The contents of this file are subject to the Mozilla Public License Version
96.9 - 1.1 (the "License"); you may not use this file except in compliance with
96.10 - the License. You may obtain a copy of the License at
96.11
96.12 - http://www.mozilla.org/MPL/
96.13 -
96.14 - Software distributed under the License is distributed on an "AS IS" basis,
96.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
96.16 - for the specific language governing rights and limitations under the License.
96.17 -
96.18 - The Original Code is the Open Hardware Monitor code.
96.19 -
96.20 - The Initial Developer of the Original Code is
96.21 - Michael Möller <m.moeller@gmx.ch>.
96.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
96.23 - the Initial Developer. All Rights Reserved.
96.24 -
96.25 - Contributor(s):
96.26 -
96.27 - Alternatively, the contents of this file may be used under the terms of
96.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
96.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
96.30 - in which case the provisions of the GPL or the LGPL are applicable instead
96.31 - of those above. If you wish to allow use of your version of this file only
96.32 - under the terms of either the GPL or the LGPL, and not to allow others to
96.33 - use your version of this file under the terms of the MPL, indicate your
96.34 - decision by deleting the provisions above and replace them with the notice
96.35 - and other provisions required by the GPL or the LGPL. If you do not delete
96.36 - the provisions above, a recipient may use your version of this file under
96.37 - the terms of any one of the MPL, the GPL or the LGPL.
96.38 + This Source Code Form is subject to the terms of the Mozilla Public
96.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
96.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
96.41
96.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
96.43 +
96.44 */
96.45
96.46 using System;
97.1 --- a/Hardware/Mainboard/SuperIOHardware.cs Wed Feb 22 23:36:26 2012 +0000
97.2 +++ b/Hardware/Mainboard/SuperIOHardware.cs Sun May 27 14:23:31 2012 +0000
97.3 @@ -1,38 +1,11 @@
97.4 /*
97.5 -
97.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
97.7 -
97.8 - The contents of this file are subject to the Mozilla Public License Version
97.9 - 1.1 (the "License"); you may not use this file except in compliance with
97.10 - the License. You may obtain a copy of the License at
97.11
97.12 - http://www.mozilla.org/MPL/
97.13 -
97.14 - Software distributed under the License is distributed on an "AS IS" basis,
97.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
97.16 - for the specific language governing rights and limitations under the License.
97.17 -
97.18 - The Original Code is the Open Hardware Monitor code.
97.19 -
97.20 - The Initial Developer of the Original Code is
97.21 - Michael Möller <m.moeller@gmx.ch>.
97.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
97.23 - the Initial Developer. All Rights Reserved.
97.24 -
97.25 - Contributor(s):
97.26 -
97.27 - Alternatively, the contents of this file may be used under the terms of
97.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
97.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
97.30 - in which case the provisions of the GPL or the LGPL are applicable instead
97.31 - of those above. If you wish to allow use of your version of this file only
97.32 - under the terms of either the GPL or the LGPL, and not to allow others to
97.33 - use your version of this file under the terms of the MPL, indicate your
97.34 - decision by deleting the provisions above and replace them with the notice
97.35 - and other provisions required by the GPL or the LGPL. If you do not delete
97.36 - the provisions above, a recipient may use your version of this file under
97.37 - the terms of any one of the MPL, the GPL or the LGPL.
97.38 + This Source Code Form is subject to the terms of the Mozilla Public
97.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
97.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
97.41
97.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
97.43 +
97.44 */
97.45
97.46 using System;
98.1 --- a/Hardware/Nvidia/NVAPI.cs Wed Feb 22 23:36:26 2012 +0000
98.2 +++ b/Hardware/Nvidia/NVAPI.cs Sun May 27 14:23:31 2012 +0000
98.3 @@ -1,38 +1,11 @@
98.4 /*
98.5 -
98.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
98.7 -
98.8 - The contents of this file are subject to the Mozilla Public License Version
98.9 - 1.1 (the "License"); you may not use this file except in compliance with
98.10 - the License. You may obtain a copy of the License at
98.11
98.12 - http://www.mozilla.org/MPL/
98.13 -
98.14 - Software distributed under the License is distributed on an "AS IS" basis,
98.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
98.16 - for the specific language governing rights and limitations under the License.
98.17 -
98.18 - The Original Code is the Open Hardware Monitor code.
98.19 -
98.20 - The Initial Developer of the Original Code is
98.21 - Michael Möller <m.moeller@gmx.ch>.
98.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
98.23 - the Initial Developer. All Rights Reserved.
98.24 -
98.25 - Contributor(s):
98.26 - Christian Vallières
98.27 -
98.28 - Alternatively, the contents of this file may be used under the terms of
98.29 - either the GNU General Public License Version 2 or later (the "GPL"), or
98.30 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
98.31 - in which case the provisions of the GPL or the LGPL are applicable instead
98.32 - of those above. If you wish to allow use of your version of this file only
98.33 - under the terms of either the GPL or the LGPL, and not to allow others to
98.34 - use your version of this file under the terms of the MPL, indicate your
98.35 - decision by deleting the provisions above and replace them with the notice
98.36 - and other provisions required by the GPL or the LGPL. If you do not delete
98.37 - the provisions above, a recipient may use your version of this file under
98.38 - the terms of any one of the MPL, the GPL or the LGPL.
98.39 + This Source Code Form is subject to the terms of the Mozilla Public
98.40 + License, v. 2.0. If a copy of the MPL was not distributed with this
98.41 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
98.42 +
98.43 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
98.44 + Copyright (C) 2011 Christian Vallières
98.45
98.46 */
98.47
99.1 --- a/Hardware/Nvidia/NvidiaGPU.cs Wed Feb 22 23:36:26 2012 +0000
99.2 +++ b/Hardware/Nvidia/NvidiaGPU.cs Sun May 27 14:23:31 2012 +0000
99.3 @@ -1,38 +1,11 @@
99.4 /*
99.5 -
99.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
99.7 -
99.8 - The contents of this file are subject to the Mozilla Public License Version
99.9 - 1.1 (the "License"); you may not use this file except in compliance with
99.10 - the License. You may obtain a copy of the License at
99.11
99.12 - http://www.mozilla.org/MPL/
99.13 -
99.14 - Software distributed under the License is distributed on an "AS IS" basis,
99.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
99.16 - for the specific language governing rights and limitations under the License.
99.17 -
99.18 - The Original Code is the Open Hardware Monitor code.
99.19 -
99.20 - The Initial Developer of the Original Code is
99.21 - Michael Möller <m.moeller@gmx.ch>.
99.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
99.23 - the Initial Developer. All Rights Reserved.
99.24 -
99.25 - Contributor(s):
99.26 - Christian Vallières
99.27 -
99.28 - Alternatively, the contents of this file may be used under the terms of
99.29 - either the GNU General Public License Version 2 or later (the "GPL"), or
99.30 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
99.31 - in which case the provisions of the GPL or the LGPL are applicable instead
99.32 - of those above. If you wish to allow use of your version of this file only
99.33 - under the terms of either the GPL or the LGPL, and not to allow others to
99.34 - use your version of this file under the terms of the MPL, indicate your
99.35 - decision by deleting the provisions above and replace them with the notice
99.36 - and other provisions required by the GPL or the LGPL. If you do not delete
99.37 - the provisions above, a recipient may use your version of this file under
99.38 - the terms of any one of the MPL, the GPL or the LGPL.
99.39 + This Source Code Form is subject to the terms of the Mozilla Public
99.40 + License, v. 2.0. If a copy of the MPL was not distributed with this
99.41 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
99.42 +
99.43 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
99.44 + Copyright (C) 2011 Christian Vallières
99.45
99.46 */
99.47
100.1 --- a/Hardware/Nvidia/NvidiaGroup.cs Wed Feb 22 23:36:26 2012 +0000
100.2 +++ b/Hardware/Nvidia/NvidiaGroup.cs Sun May 27 14:23:31 2012 +0000
100.3 @@ -1,38 +1,11 @@
100.4 /*
100.5 -
100.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
100.7 -
100.8 - The contents of this file are subject to the Mozilla Public License Version
100.9 - 1.1 (the "License"); you may not use this file except in compliance with
100.10 - the License. You may obtain a copy of the License at
100.11
100.12 - http://www.mozilla.org/MPL/
100.13 -
100.14 - Software distributed under the License is distributed on an "AS IS" basis,
100.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
100.16 - for the specific language governing rights and limitations under the License.
100.17 -
100.18 - The Original Code is the Open Hardware Monitor code.
100.19 -
100.20 - The Initial Developer of the Original Code is
100.21 - Michael Möller <m.moeller@gmx.ch>.
100.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
100.23 - the Initial Developer. All Rights Reserved.
100.24 -
100.25 - Contributor(s):
100.26 -
100.27 - Alternatively, the contents of this file may be used under the terms of
100.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
100.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
100.30 - in which case the provisions of the GPL or the LGPL are applicable instead
100.31 - of those above. If you wish to allow use of your version of this file only
100.32 - under the terms of either the GPL or the LGPL, and not to allow others to
100.33 - use your version of this file under the terms of the MPL, indicate your
100.34 - decision by deleting the provisions above and replace them with the notice
100.35 - and other provisions required by the GPL or the LGPL. If you do not delete
100.36 - the provisions above, a recipient may use your version of this file under
100.37 - the terms of any one of the MPL, the GPL or the LGPL.
100.38 + This Source Code Form is subject to the terms of the Mozilla Public
100.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
100.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
100.41
100.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
100.43 +
100.44 */
100.45
100.46 using System.Collections.Generic;
101.1 --- a/Hardware/Opcode.cs Wed Feb 22 23:36:26 2012 +0000
101.2 +++ b/Hardware/Opcode.cs Sun May 27 14:23:31 2012 +0000
101.3 @@ -1,38 +1,11 @@
101.4 /*
101.5 -
101.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
101.7 -
101.8 - The contents of this file are subject to the Mozilla Public License Version
101.9 - 1.1 (the "License"); you may not use this file except in compliance with
101.10 - the License. You may obtain a copy of the License at
101.11
101.12 - http://www.mozilla.org/MPL/
101.13 -
101.14 - Software distributed under the License is distributed on an "AS IS" basis,
101.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
101.16 - for the specific language governing rights and limitations under the License.
101.17 -
101.18 - The Original Code is the Open Hardware Monitor code.
101.19 -
101.20 - The Initial Developer of the Original Code is
101.21 - Michael Möller <m.moeller@gmx.ch>.
101.22 - Portions created by the Initial Developer are Copyright (C) 2010
101.23 - the Initial Developer. All Rights Reserved.
101.24 -
101.25 - Contributor(s):
101.26 -
101.27 - Alternatively, the contents of this file may be used under the terms of
101.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
101.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
101.30 - in which case the provisions of the GPL or the LGPL are applicable instead
101.31 - of those above. If you wish to allow use of your version of this file only
101.32 - under the terms of either the GPL or the LGPL, and not to allow others to
101.33 - use your version of this file under the terms of the MPL, indicate your
101.34 - decision by deleting the provisions above and replace them with the notice
101.35 - and other provisions required by the GPL or the LGPL. If you do not delete
101.36 - the provisions above, a recipient may use your version of this file under
101.37 - the terms of any one of the MPL, the GPL or the LGPL.
101.38 + This Source Code Form is subject to the terms of the Mozilla Public
101.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
101.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
101.41
101.42 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
101.43 +
101.44 */
101.45
101.46 using System;
102.1 --- a/Hardware/PInvokeDelegateFactory.cs Wed Feb 22 23:36:26 2012 +0000
102.2 +++ b/Hardware/PInvokeDelegateFactory.cs Sun May 27 14:23:31 2012 +0000
102.3 @@ -1,38 +1,11 @@
102.4 /*
102.5 -
102.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
102.7 -
102.8 - The contents of this file are subject to the Mozilla Public License Version
102.9 - 1.1 (the "License"); you may not use this file except in compliance with
102.10 - the License. You may obtain a copy of the License at
102.11
102.12 - http://www.mozilla.org/MPL/
102.13 -
102.14 - Software distributed under the License is distributed on an "AS IS" basis,
102.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
102.16 - for the specific language governing rights and limitations under the License.
102.17 -
102.18 - The Original Code is the Open Hardware Monitor code.
102.19 -
102.20 - The Initial Developer of the Original Code is
102.21 - Michael Mller <m.moeller@gmx.ch>.
102.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
102.23 - the Initial Developer. All Rights Reserved.
102.24 -
102.25 - Contributor(s):
102.26 -
102.27 - Alternatively, the contents of this file may be used under the terms of
102.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
102.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
102.30 - in which case the provisions of the GPL or the LGPL are applicable instead
102.31 - of those above. If you wish to allow use of your version of this file only
102.32 - under the terms of either the GPL or the LGPL, and not to allow others to
102.33 - use your version of this file under the terms of the MPL, indicate your
102.34 - decision by deleting the provisions above and replace them with the notice
102.35 - and other provisions required by the GPL or the LGPL. If you do not delete
102.36 - the provisions above, a recipient may use your version of this file under
102.37 - the terms of any one of the MPL, the GPL or the LGPL.
102.38 + This Source Code Form is subject to the terms of the Mozilla Public
102.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
102.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
102.41
102.42 + Copyright (C) 2009-2010 Michael Mller <mmoeller@openhardwaremonitor.org>
102.43 +
102.44 */
102.45
102.46 using System;
103.1 --- a/Hardware/Parameter.cs Wed Feb 22 23:36:26 2012 +0000
103.2 +++ b/Hardware/Parameter.cs Sun May 27 14:23:31 2012 +0000
103.3 @@ -1,38 +1,11 @@
103.4 /*
103.5 -
103.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
103.7 -
103.8 - The contents of this file are subject to the Mozilla Public License Version
103.9 - 1.1 (the "License"); you may not use this file except in compliance with
103.10 - the License. You may obtain a copy of the License at
103.11
103.12 - http://www.mozilla.org/MPL/
103.13 -
103.14 - Software distributed under the License is distributed on an "AS IS" basis,
103.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
103.16 - for the specific language governing rights and limitations under the License.
103.17 -
103.18 - The Original Code is the Open Hardware Monitor code.
103.19 -
103.20 - The Initial Developer of the Original Code is
103.21 - Michael Möller <m.moeller@gmx.ch>.
103.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
103.23 - the Initial Developer. All Rights Reserved.
103.24 -
103.25 - Contributor(s):
103.26 -
103.27 - Alternatively, the contents of this file may be used under the terms of
103.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
103.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
103.30 - in which case the provisions of the GPL or the LGPL are applicable instead
103.31 - of those above. If you wish to allow use of your version of this file only
103.32 - under the terms of either the GPL or the LGPL, and not to allow others to
103.33 - use your version of this file under the terms of the MPL, indicate your
103.34 - decision by deleting the provisions above and replace them with the notice
103.35 - and other provisions required by the GPL or the LGPL. If you do not delete
103.36 - the provisions above, a recipient may use your version of this file under
103.37 - the terms of any one of the MPL, the GPL or the LGPL.
103.38 + This Source Code Form is subject to the terms of the Mozilla Public
103.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
103.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
103.41
103.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
103.43 +
103.44 */
103.45
103.46 using System;
104.1 --- a/Hardware/Ring0.cs Wed Feb 22 23:36:26 2012 +0000
104.2 +++ b/Hardware/Ring0.cs Sun May 27 14:23:31 2012 +0000
104.3 @@ -1,38 +1,11 @@
104.4 /*
104.5 -
104.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
104.7 -
104.8 - The contents of this file are subject to the Mozilla Public License Version
104.9 - 1.1 (the "License"); you may not use this file except in compliance with
104.10 - the License. You may obtain a copy of the License at
104.11
104.12 - http://www.mozilla.org/MPL/
104.13 -
104.14 - Software distributed under the License is distributed on an "AS IS" basis,
104.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
104.16 - for the specific language governing rights and limitations under the License.
104.17 -
104.18 - The Original Code is the Open Hardware Monitor code.
104.19 -
104.20 - The Initial Developer of the Original Code is
104.21 - Michael Möller <m.moeller@gmx.ch>.
104.22 - Portions created by the Initial Developer are Copyright (C) 2010-2011
104.23 - the Initial Developer. All Rights Reserved.
104.24 -
104.25 - Contributor(s):
104.26 -
104.27 - Alternatively, the contents of this file may be used under the terms of
104.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
104.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
104.30 - in which case the provisions of the GPL or the LGPL are applicable instead
104.31 - of those above. If you wish to allow use of your version of this file only
104.32 - under the terms of either the GPL or the LGPL, and not to allow others to
104.33 - use your version of this file under the terms of the MPL, indicate your
104.34 - decision by deleting the provisions above and replace them with the notice
104.35 - and other provisions required by the GPL or the LGPL. If you do not delete
104.36 - the provisions above, a recipient may use your version of this file under
104.37 - the terms of any one of the MPL, the GPL or the LGPL.
104.38 + This Source Code Form is subject to the terms of the Mozilla Public
104.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
104.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
104.41
104.42 + Copyright (C) 2010-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
104.43 +
104.44 */
104.45
104.46 using System;
105.1 --- a/Hardware/Sensor.cs Wed Feb 22 23:36:26 2012 +0000
105.2 +++ b/Hardware/Sensor.cs Sun May 27 14:23:31 2012 +0000
105.3 @@ -1,38 +1,11 @@
105.4 /*
105.5 -
105.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
105.7 -
105.8 - The contents of this file are subject to the Mozilla Public License Version
105.9 - 1.1 (the "License"); you may not use this file except in compliance with
105.10 - the License. You may obtain a copy of the License at
105.11
105.12 - http://www.mozilla.org/MPL/
105.13 -
105.14 - Software distributed under the License is distributed on an "AS IS" basis,
105.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
105.16 - for the specific language governing rights and limitations under the License.
105.17 -
105.18 - The Original Code is the Open Hardware Monitor code.
105.19 -
105.20 - The Initial Developer of the Original Code is
105.21 - Michael Möller <m.moeller@gmx.ch>.
105.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
105.23 - the Initial Developer. All Rights Reserved.
105.24 -
105.25 - Contributor(s):
105.26 -
105.27 - Alternatively, the contents of this file may be used under the terms of
105.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
105.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
105.30 - in which case the provisions of the GPL or the LGPL are applicable instead
105.31 - of those above. If you wish to allow use of your version of this file only
105.32 - under the terms of either the GPL or the LGPL, and not to allow others to
105.33 - use your version of this file under the terms of the MPL, indicate your
105.34 - decision by deleting the provisions above and replace them with the notice
105.35 - and other provisions required by the GPL or the LGPL. If you do not delete
105.36 - the provisions above, a recipient may use your version of this file under
105.37 - the terms of any one of the MPL, the GPL or the LGPL.
105.38 + This Source Code Form is subject to the terms of the Mozilla Public
105.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
105.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
105.41
105.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
105.43 +
105.44 */
105.45
105.46 using System;
106.1 --- a/Hardware/SensorVisitor.cs Wed Feb 22 23:36:26 2012 +0000
106.2 +++ b/Hardware/SensorVisitor.cs Sun May 27 14:23:31 2012 +0000
106.3 @@ -1,38 +1,11 @@
106.4 /*
106.5 -
106.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
106.7 -
106.8 - The contents of this file are subject to the Mozilla Public License Version
106.9 - 1.1 (the "License"); you may not use this file except in compliance with
106.10 - the License. You may obtain a copy of the License at
106.11
106.12 - http://www.mozilla.org/MPL/
106.13 -
106.14 - Software distributed under the License is distributed on an "AS IS" basis,
106.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
106.16 - for the specific language governing rights and limitations under the License.
106.17 -
106.18 - The Original Code is the Open Hardware Monitor code.
106.19 -
106.20 - The Initial Developer of the Original Code is
106.21 - Michael Möller <m.moeller@gmx.ch>.
106.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
106.23 - the Initial Developer. All Rights Reserved.
106.24 -
106.25 - Contributor(s):
106.26 -
106.27 - Alternatively, the contents of this file may be used under the terms of
106.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
106.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
106.30 - in which case the provisions of the GPL or the LGPL are applicable instead
106.31 - of those above. If you wish to allow use of your version of this file only
106.32 - under the terms of either the GPL or the LGPL, and not to allow others to
106.33 - use your version of this file under the terms of the MPL, indicate your
106.34 - decision by deleting the provisions above and replace them with the notice
106.35 - and other provisions required by the GPL or the LGPL. If you do not delete
106.36 - the provisions above, a recipient may use your version of this file under
106.37 - the terms of any one of the MPL, the GPL or the LGPL.
106.38 + This Source Code Form is subject to the terms of the Mozilla Public
106.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
106.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
106.41
106.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
106.43 +
106.44 */
106.45
106.46 using System;
107.1 --- a/Hardware/TBalancer/FTD2XX.cs Wed Feb 22 23:36:26 2012 +0000
107.2 +++ b/Hardware/TBalancer/FTD2XX.cs Sun May 27 14:23:31 2012 +0000
107.3 @@ -1,38 +1,11 @@
107.4 /*
107.5 -
107.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
107.7 -
107.8 - The contents of this file are subject to the Mozilla Public License Version
107.9 - 1.1 (the "License"); you may not use this file except in compliance with
107.10 - the License. You may obtain a copy of the License at
107.11
107.12 - http://www.mozilla.org/MPL/
107.13 -
107.14 - Software distributed under the License is distributed on an "AS IS" basis,
107.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
107.16 - for the specific language governing rights and limitations under the License.
107.17 -
107.18 - The Original Code is the Open Hardware Monitor code.
107.19 -
107.20 - The Initial Developer of the Original Code is
107.21 - Michael Möller <m.moeller@gmx.ch>.
107.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
107.23 - the Initial Developer. All Rights Reserved.
107.24 -
107.25 - Contributor(s):
107.26 -
107.27 - Alternatively, the contents of this file may be used under the terms of
107.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
107.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
107.30 - in which case the provisions of the GPL or the LGPL are applicable instead
107.31 - of those above. If you wish to allow use of your version of this file only
107.32 - under the terms of either the GPL or the LGPL, and not to allow others to
107.33 - use your version of this file under the terms of the MPL, indicate your
107.34 - decision by deleting the provisions above and replace them with the notice
107.35 - and other provisions required by the GPL or the LGPL. If you do not delete
107.36 - the provisions above, a recipient may use your version of this file under
107.37 - the terms of any one of the MPL, the GPL or the LGPL.
107.38 + This Source Code Form is subject to the terms of the Mozilla Public
107.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
107.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
107.41
107.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
107.43 +
107.44 */
107.45
107.46 using System;
108.1 --- a/Hardware/TBalancer/TBalancer.cs Wed Feb 22 23:36:26 2012 +0000
108.2 +++ b/Hardware/TBalancer/TBalancer.cs Sun May 27 14:23:31 2012 +0000
108.3 @@ -1,38 +1,11 @@
108.4 /*
108.5 -
108.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
108.7 -
108.8 - The contents of this file are subject to the Mozilla Public License Version
108.9 - 1.1 (the "License"); you may not use this file except in compliance with
108.10 - the License. You may obtain a copy of the License at
108.11
108.12 - http://www.mozilla.org/MPL/
108.13 -
108.14 - Software distributed under the License is distributed on an "AS IS" basis,
108.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
108.16 - for the specific language governing rights and limitations under the License.
108.17 -
108.18 - The Original Code is the Open Hardware Monitor code.
108.19 -
108.20 - The Initial Developer of the Original Code is
108.21 - Michael Möller <m.moeller@gmx.ch>.
108.22 - Portions created by the Initial Developer are Copyright (C) 2009-2011
108.23 - the Initial Developer. All Rights Reserved.
108.24 -
108.25 - Contributor(s):
108.26 -
108.27 - Alternatively, the contents of this file may be used under the terms of
108.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
108.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
108.30 - in which case the provisions of the GPL or the LGPL are applicable instead
108.31 - of those above. If you wish to allow use of your version of this file only
108.32 - under the terms of either the GPL or the LGPL, and not to allow others to
108.33 - use your version of this file under the terms of the MPL, indicate your
108.34 - decision by deleting the provisions above and replace them with the notice
108.35 - and other provisions required by the GPL or the LGPL. If you do not delete
108.36 - the provisions above, a recipient may use your version of this file under
108.37 - the terms of any one of the MPL, the GPL or the LGPL.
108.38 + This Source Code Form is subject to the terms of the Mozilla Public
108.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
108.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
108.41
108.42 + Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
108.43 +
108.44 */
108.45
108.46 using System;
109.1 --- a/Hardware/TBalancer/TBalancerGroup.cs Wed Feb 22 23:36:26 2012 +0000
109.2 +++ b/Hardware/TBalancer/TBalancerGroup.cs Sun May 27 14:23:31 2012 +0000
109.3 @@ -1,38 +1,11 @@
109.4 /*
109.5 -
109.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
109.7 -
109.8 - The contents of this file are subject to the Mozilla Public License Version
109.9 - 1.1 (the "License"); you may not use this file except in compliance with
109.10 - the License. You may obtain a copy of the License at
109.11
109.12 - http://www.mozilla.org/MPL/
109.13 -
109.14 - Software distributed under the License is distributed on an "AS IS" basis,
109.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
109.16 - for the specific language governing rights and limitations under the License.
109.17 -
109.18 - The Original Code is the Open Hardware Monitor code.
109.19 -
109.20 - The Initial Developer of the Original Code is
109.21 - Michael Mller <m.moeller@gmx.ch>.
109.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
109.23 - the Initial Developer. All Rights Reserved.
109.24 -
109.25 - Contributor(s):
109.26 -
109.27 - Alternatively, the contents of this file may be used under the terms of
109.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
109.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
109.30 - in which case the provisions of the GPL or the LGPL are applicable instead
109.31 - of those above. If you wish to allow use of your version of this file only
109.32 - under the terms of either the GPL or the LGPL, and not to allow others to
109.33 - use your version of this file under the terms of the MPL, indicate your
109.34 - decision by deleting the provisions above and replace them with the notice
109.35 - and other provisions required by the GPL or the LGPL. If you do not delete
109.36 - the provisions above, a recipient may use your version of this file under
109.37 - the terms of any one of the MPL, the GPL or the LGPL.
109.38 + This Source Code Form is subject to the terms of the Mozilla Public
109.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
109.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
109.41
109.42 + Copyright (C) 2009-2010 Michael Mller <mmoeller@openhardwaremonitor.org>
109.43 +
109.44 */
109.45
109.46 using System;
110.1 --- a/Hardware/ThreadAffinity.cs Wed Feb 22 23:36:26 2012 +0000
110.2 +++ b/Hardware/ThreadAffinity.cs Sun May 27 14:23:31 2012 +0000
110.3 @@ -1,38 +1,11 @@
110.4 -/*
110.5 -
110.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
110.7 -
110.8 - The contents of this file are subject to the Mozilla Public License Version
110.9 - 1.1 (the "License"); you may not use this file except in compliance with
110.10 - the License. You may obtain a copy of the License at
110.11 -
110.12 - http://www.mozilla.org/MPL/
110.13 -
110.14 - Software distributed under the License is distributed on an "AS IS" basis,
110.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
110.16 - for the specific language governing rights and limitations under the License.
110.17 -
110.18 - The Original Code is the Open Hardware Monitor code.
110.19 -
110.20 - The Initial Developer of the Original Code is
110.21 - Michael Möller <m.moeller@gmx.ch>.
110.22 - Portions created by the Initial Developer are Copyright (C) 2010
110.23 - the Initial Developer. All Rights Reserved.
110.24 -
110.25 - Contributor(s):
110.26 -
110.27 - Alternatively, the contents of this file may be used under the terms of
110.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
110.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
110.30 - in which case the provisions of the GPL or the LGPL are applicable instead
110.31 - of those above. If you wish to allow use of your version of this file only
110.32 - under the terms of either the GPL or the LGPL, and not to allow others to
110.33 - use your version of this file under the terms of the MPL, indicate your
110.34 - decision by deleting the provisions above and replace them with the notice
110.35 - and other provisions required by the GPL or the LGPL. If you do not delete
110.36 - the provisions above, a recipient may use your version of this file under
110.37 - the terms of any one of the MPL, the GPL or the LGPL.
110.38 -
110.39 +/*
110.40 +
110.41 + This Source Code Form is subject to the terms of the Mozilla Public
110.42 + License, v. 2.0. If a copy of the MPL was not distributed with this
110.43 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
110.44 +
110.45 + Copyright (C) 2010 Michael Möller <mmoeller@openhardwaremonitor.org>
110.46 +
110.47 */
110.48
110.49 using System;
111.1 --- a/Licenses/Aga.Controls.License.txt Wed Feb 22 23:36:26 2012 +0000
111.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
111.3 @@ -1,25 +0,0 @@
111.4 -The BSD License
111.5 -
111.6 -Copyright (c) 2009, Andrey Gliznetsov (a.gliznetsov@gmail.com)
111.7 -
111.8 -All rights reserved.
111.9 -
111.10 -Redistribution and use in source and binary forms, with or without modification, are permitted provided
111.11 -that the following conditions are met
111.12 -
111.13 -- Redistributions of source code must retain the above copyright notice, this list of conditions
111.14 -and the following disclaimer.
111.15 -- Redistributions in binary form must reproduce the above copyright notice, this list of conditions
111.16 -and the following disclaimer in the documentation andor other materials provided with the distribution.
111.17 -
111.18 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
111.19 -AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
111.20 -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
111.21 -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
111.22 -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
111.23 -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
111.24 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
111.25 -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
111.26 -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
111.27 -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
111.28 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
111.29 \ No newline at end of file
112.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
112.2 +++ b/Licenses/License.html Sun May 27 14:23:31 2012 +0000
112.3 @@ -0,0 +1,278 @@
112.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
112.5 +
112.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
112.7 + - License, v. 2.0. If a copy of the MPL was not distributed with this
112.8 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
112.9 +
112.10 +<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
112.11 +<head>
112.12 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
112.13 +<title>Open Hardware Monitor - License</title>
112.14 +<style type="text/css" media="screen">
112.15 +
112.16 +body {
112.17 + font: message-box;
112.18 + color: #333333;
112.19 + background: #f2f2f2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAJYCAQAAAAJAkQUAAAAAXNSR0IArs4c6QAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2wMeFQUPtG6UfwAAAE1JREFUOMtjWPOfiYFhaCBGhiHj1CHnbMZR99DLGYw01sJItCwjWWYyEifFSMgoRhINIUkjE/VMptwKGhlLdpiQEfiUpwfqcokUIVoQAL0FBqEjZ7+VAAAAAElFTkSuQmCC) repeat-x top;
112.20 + *background: #f2f2f2;
112.21 + padding: 5px;
112.22 +}
112.23 +
112.24 +dt {
112.25 + font-weight: bold;
112.26 +}
112.27 +
112.28 +#page {
112.29 + clear: both;
112.30 + max-width: 800px;
112.31 + margin:10px auto;
112.32 + background: #ffffff;
112.33 + border-radius: 5px;
112.34 + -moz-border-radius: 5px;
112.35 + -webkit-border-radius: 5px;
112.36 + box-shadow: 0px 0px 5px #777;
112.37 + -moz-box-shadow: 0px 0px 5px #777;
112.38 + -webkit-box-shadow: 0px 0px 5px #777;
112.39 +}
112.40 +
112.41 +#content {
112.42 + clear: both;
112.43 + min-height: 600px;
112.44 + min-width: 700px;
112.45 + padding-top: 20px;
112.46 + padding-bottom: 20px;
112.47 + padding-left: 30px;
112.48 + padding-right: 30px;
112.49 +}
112.50 +
112.51 +</style>
112.52 +</head>
112.53 +
112.54 +<body>
112.55 +
112.56 +<div id="page">
112.57 +<div id="content">
112.58 +
112.59 +<h1>Open Hardware Monitor License</h1>
112.60 +
112.61 +<p>
112.62 +The <b>binaries</b> of the Open Hardware Monitor have been made available by the <a href="http://openhardwaremonitor.org">Open Hardware Monitor Project</a> under the Mozilla Public License 2.0 (MPL).
112.63 +</p>
112.64 +
112.65 +<p>
112.66 +The <b>source code</b> of the Open Hardware Monitor is <a href="http://code.google.com/p/open-hardware-monitor/source/">available</a> under licenses which are both <a href="http://www.gnu.org/philosophy/free-sw.html">free</a> and <a href="http://www.opensource.org/docs/definition.php">open source</a>. Most of it is available under the Mozilla Public License 2.0 (MPL).
112.67 +</p>
112.68 +
112.69 +<ul>
112.70 +<li><a href="#mozilla-public-license-version-2.0">Mozilla Public License 2.0</a></li>
112.71 +</ul>
112.72 +
112.73 +<p>
112.74 +The remainder of the software which is not under the Mozilla Public License 2.0 (MPL) is available under one of a variety of other licenses which are given below.
112.75 +</p>
112.76 +
112.77 +<ul>
112.78 +<li><a href="#Aga.Controls">Aga.Controls License</a></li>
112.79 +<li><a href="#WinRing0">WinRing0 License</a></li>
112.80 +</ul>
112.81 +
112.82 +<br/>
112.83 +<hr/>
112.84 +
112.85 +<h1 id="mozilla-public-license-version-2.0">Mozilla Public License 2.0</h1>
112.86 +<h2 id="definitions">1. Definitions</h2>
112.87 +<dl>
112.88 +<dt>1.1. “Contributor”</dt>
112.89 +<dd><p>means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.</p>
112.90 +</dd>
112.91 +<dt>1.2. “Contributor Version”</dt>
112.92 +<dd><p>means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution.</p>
112.93 +</dd>
112.94 +<dt>1.3. “Contribution”</dt>
112.95 +<dd><p>means Covered Software of a particular Contributor.</p>
112.96 +</dd>
112.97 +<dt>1.4. “Covered Software”</dt>
112.98 +<dd><p>means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.</p>
112.99 +</dd>
112.100 +<dt>1.5. “Incompatible With Secondary Licenses”</dt>
112.101 +<dd><p>means</p>
112.102 +<ol type="a">
112.103 +<li><p>that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or</p></li>
112.104 +<li><p>that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.</p></li>
112.105 +</ol>
112.106 +</dd>
112.107 +<dt>1.6. “Executable Form”</dt>
112.108 +<dd><p>means any form of the work other than Source Code Form.</p>
112.109 +</dd>
112.110 +<dt>1.7. “Larger Work”</dt>
112.111 +<dd><p>means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.</p>
112.112 +</dd>
112.113 +<dt>1.8. “License”</dt>
112.114 +<dd><p>means this document.</p>
112.115 +</dd>
112.116 +<dt>1.9. “Licensable”</dt>
112.117 +<dd><p>means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.</p>
112.118 +</dd>
112.119 +<dt>1.10. “Modifications”</dt>
112.120 +<dd><p>means any of the following:</p>
112.121 +<ol type="a">
112.122 +<li><p>any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or</p></li>
112.123 +<li><p>any new file in Source Code Form that contains any Covered Software.</p></li>
112.124 +</ol>
112.125 +</dd>
112.126 +<dt>1.11. “Patent Claims” of a Contributor</dt>
112.127 +<dd><p>means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.</p>
112.128 +</dd>
112.129 +<dt>1.12. “Secondary License”</dt>
112.130 +<dd><p>means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.</p>
112.131 +</dd>
112.132 +<dt>1.13. “Source Code Form”</dt>
112.133 +<dd><p>means the form of the work preferred for making modifications.</p>
112.134 +</dd>
112.135 +<dt>1.14. “You” (or “Your”)</dt>
112.136 +<dd><p>means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.</p>
112.137 +</dd>
112.138 +</dl>
112.139 +<h2 id="license-grants-and-conditions">2. License Grants and Conditions</h2>
112.140 +<h3 id="grants">2.1. Grants</h3>
112.141 +<p>Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:</p>
112.142 +<ol type="a">
112.143 +<li><p>under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and</p></li>
112.144 +<li><p>under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.</p></li>
112.145 +</ol>
112.146 +<h3 id="effective-date">2.2. Effective Date</h3>
112.147 +<p>The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.</p>
112.148 +<h3 id="limitations-on-grant-scope">2.3. Limitations on Grant Scope</h3>
112.149 +<p>The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:</p>
112.150 +<ol type="a">
112.151 +<li><p>for any code that a Contributor has removed from Covered Software; or</p></li>
112.152 +<li><p>for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or</p></li>
112.153 +<li><p>under Patent Claims infringed by Covered Software in the absence of its Contributions.</p></li>
112.154 +</ol>
112.155 +<p>This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).</p>
112.156 +<h3 id="subsequent-licenses">2.4. Subsequent Licenses</h3>
112.157 +<p>No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).</p>
112.158 +<h3 id="representation">2.5. Representation</h3>
112.159 +<p>Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.</p>
112.160 +<h3 id="fair-use">2.6. Fair Use</h3>
112.161 +<p>This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.</p>
112.162 +<h3 id="conditions">2.7. Conditions</h3>
112.163 +<p>Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.</p>
112.164 +<h2 id="responsibilities">3. Responsibilities</h2>
112.165 +<h3 id="distribution-of-source-form">3.1. Distribution of Source Form</h3>
112.166 +<p>All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form.</p>
112.167 +<h3 id="distribution-of-executable-form">3.2. Distribution of Executable Form</h3>
112.168 +<p>If You distribute Covered Software in Executable Form then:</p>
112.169 +<ol type="a">
112.170 +<li><p>such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and</p></li>
112.171 +<li><p>You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License.</p></li>
112.172 +</ol>
112.173 +<h3 id="distribution-of-a-larger-work">3.3. Distribution of a Larger Work</h3>
112.174 +<p>You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).</p>
112.175 +<h3 id="notices">3.4. Notices</h3>
112.176 +<p>You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.</p>
112.177 +<h3 id="application-of-additional-terms">3.5. Application of Additional Terms</h3>
112.178 +<p>You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.</p>
112.179 +<h2 id="inability-to-comply-due-to-statute-or-regulation">4. Inability to Comply Due to Statute or Regulation</h2>
112.180 +<p>If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.</p>
112.181 +<h2 id="termination">5. Termination</h2>
112.182 +<p>5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.</p>
112.183 +<p>5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.</p>
112.184 +<p>5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.</p>
112.185 +<h2 id="disclaimer-of-warranty">6. Disclaimer of Warranty</h2>
112.186 +<p><em>Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.</em></p>
112.187 +<h2 id="limitation-of-liability">7. Limitation of Liability</h2>
112.188 +<p><em>Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.</em></p>
112.189 +<h2 id="litigation">8. Litigation</h2>
112.190 +<p>Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims.</p>
112.191 +<h2 id="miscellaneous">9. Miscellaneous</h2>
112.192 +<p>This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.</p>
112.193 +<h2 id="versions-of-the-license">10. Versions of the License</h2>
112.194 +<h3 id="new-versions">10.1. New Versions</h3>
112.195 +<p>Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.</p>
112.196 +<h3 id="effect-of-new-versions">10.2. Effect of New Versions</h3>
112.197 +<p>You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.</p>
112.198 +<h3 id="modified-versions">10.3. Modified Versions</h3>
112.199 +<p>If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).</p>
112.200 +<h3 id="distributing-source-code-form-that-is-incompatible-with-secondary-licenses">10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses</h3>
112.201 +<p>If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.</p>
112.202 +<h2 id="exhibit-a---source-code-form-license-notice">Exhibit A - Source Code Form License Notice</h2>
112.203 +<blockquote>
112.204 +<p>This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.</p>
112.205 +</blockquote>
112.206 +<p>If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.</p>
112.207 +<p>You may add additional accurate notices of copyright ownership.</p>
112.208 +<h2 id="exhibit-b---incompatible-with-secondary-licenses-notice">Exhibit B - “Incompatible With Secondary Licenses” Notice</h2>
112.209 +<blockquote>
112.210 +<p>This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.</p>
112.211 +</blockquote>
112.212 +
112.213 +<hr/>
112.214 +
112.215 +<h1 id="Aga.Controls">Aga.Controls License</h1>
112.216 +<p>
112.217 +This license applies to the Aga.Controls assembly (TreeViewAdv component).
112.218 +</p>
112.219 +<pre>
112.220 +Copyright (c) 2009, Andrey Gliznetsov (a.gliznetsov@gmail.com)
112.221 +
112.222 +All rights reserved.
112.223 +
112.224 +Redistribution and use in source and binary forms, with or without modification,
112.225 +are permitted provided that the following conditions are met
112.226 +
112.227 +- Redistributions of source code must retain the above copyright notice, this list
112.228 +of conditions and the following disclaimer.
112.229 +- Redistributions in binary form must reproduce the above copyright notice, this
112.230 +list of conditions and the following disclaimer in the documentation andor other
112.231 +materials provided with the distribution.
112.232 +
112.233 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
112.234 +AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
112.235 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
112.236 +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
112.237 +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
112.238 +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
112.239 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
112.240 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
112.241 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
112.242 +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
112.243 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
112.244 +</pre>
112.245 +
112.246 +<hr/>
112.247 +
112.248 +<h1 id="WinRing0">WinRing0</h1>
112.249 +<p>
112.250 +This license applies to the WinRing0 device drivers.
112.251 +</p>
112.252 +<pre>
112.253 +Copyright (c) 2007-2009 OpenLibSys.org. All rights reserved.
112.254 +
112.255 +Redistribution and use in source and binary forms, with or without
112.256 +modification, are permitted provided that the following conditions
112.257 +are met:
112.258 +1. Redistributions of source code must retain the above copyright
112.259 + notice, this list of conditions and the following disclaimer.
112.260 +2. Redistributions in binary form must reproduce the above copyright
112.261 + notice, this list of conditions and the following disclaimer in the
112.262 + documentation and/or other materials provided with the distribution.
112.263 +
112.264 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
112.265 +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
112.266 +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
112.267 +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
112.268 +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
112.269 +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
112.270 +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
112.271 +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
112.272 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
112.273 +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
112.274 +</pre>
112.275 +
112.276 +</div>
112.277 +</div>
112.278 +
112.279 +</body>
112.280 +
112.281 +</html>
112.282 \ No newline at end of file
113.1 --- a/Licenses/OpenHardwareMonitor.License.txt Wed Feb 22 23:36:26 2012 +0000
113.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
113.3 @@ -1,470 +0,0 @@
113.4 - MOZILLA PUBLIC LICENSE
113.5 - Version 1.1
113.6 -
113.7 - ---------------
113.8 -
113.9 -1. Definitions.
113.10 -
113.11 - 1.0.1. "Commercial Use" means distribution or otherwise making the
113.12 - Covered Code available to a third party.
113.13 -
113.14 - 1.1. "Contributor" means each entity that creates or contributes to
113.15 - the creation of Modifications.
113.16 -
113.17 - 1.2. "Contributor Version" means the combination of the Original
113.18 - Code, prior Modifications used by a Contributor, and the Modifications
113.19 - made by that particular Contributor.
113.20 -
113.21 - 1.3. "Covered Code" means the Original Code or Modifications or the
113.22 - combination of the Original Code and Modifications, in each case
113.23 - including portions thereof.
113.24 -
113.25 - 1.4. "Electronic Distribution Mechanism" means a mechanism generally
113.26 - accepted in the software development community for the electronic
113.27 - transfer of data.
113.28 -
113.29 - 1.5. "Executable" means Covered Code in any form other than Source
113.30 - Code.
113.31 -
113.32 - 1.6. "Initial Developer" means the individual or entity identified
113.33 - as the Initial Developer in the Source Code notice required by Exhibit
113.34 - A.
113.35 -
113.36 - 1.7. "Larger Work" means a work which combines Covered Code or
113.37 - portions thereof with code not governed by the terms of this License.
113.38 -
113.39 - 1.8. "License" means this document.
113.40 -
113.41 - 1.8.1. "Licensable" means having the right to grant, to the maximum
113.42 - extent possible, whether at the time of the initial grant or
113.43 - subsequently acquired, any and all of the rights conveyed herein.
113.44 -
113.45 - 1.9. "Modifications" means any addition to or deletion from the
113.46 - substance or structure of either the Original Code or any previous
113.47 - Modifications. When Covered Code is released as a series of files, a
113.48 - Modification is:
113.49 - A. Any addition to or deletion from the contents of a file
113.50 - containing Original Code or previous Modifications.
113.51 -
113.52 - B. Any new file that contains any part of the Original Code or
113.53 - previous Modifications.
113.54 -
113.55 - 1.10. "Original Code" means Source Code of computer software code
113.56 - which is described in the Source Code notice required by Exhibit A as
113.57 - Original Code, and which, at the time of its release under this
113.58 - License is not already Covered Code governed by this License.
113.59 -
113.60 - 1.10.1. "Patent Claims" means any patent claim(s), now owned or
113.61 - hereafter acquired, including without limitation, method, process,
113.62 - and apparatus claims, in any patent Licensable by grantor.
113.63 -
113.64 - 1.11. "Source Code" means the preferred form of the Covered Code for
113.65 - making modifications to it, including all modules it contains, plus
113.66 - any associated interface definition files, scripts used to control
113.67 - compilation and installation of an Executable, or source code
113.68 - differential comparisons against either the Original Code or another
113.69 - well known, available Covered Code of the Contributor's choice. The
113.70 - Source Code can be in a compressed or archival form, provided the
113.71 - appropriate decompression or de-archiving software is widely available
113.72 - for no charge.
113.73 -
113.74 - 1.12. "You" (or "Your") means an individual or a legal entity
113.75 - exercising rights under, and complying with all of the terms of, this
113.76 - License or a future version of this License issued under Section 6.1.
113.77 - For legal entities, "You" includes any entity which controls, is
113.78 - controlled by, or is under common control with You. For purposes of
113.79 - this definition, "control" means (a) the power, direct or indirect,
113.80 - to cause the direction or management of such entity, whether by
113.81 - contract or otherwise, or (b) ownership of more than fifty percent
113.82 - (50%) of the outstanding shares or beneficial ownership of such
113.83 - entity.
113.84 -
113.85 -2. Source Code License.
113.86 -
113.87 - 2.1. The Initial Developer Grant.
113.88 - The Initial Developer hereby grants You a world-wide, royalty-free,
113.89 - non-exclusive license, subject to third party intellectual property
113.90 - claims:
113.91 - (a) under intellectual property rights (other than patent or
113.92 - trademark) Licensable by Initial Developer to use, reproduce,
113.93 - modify, display, perform, sublicense and distribute the Original
113.94 - Code (or portions thereof) with or without Modifications, and/or
113.95 - as part of a Larger Work; and
113.96 -
113.97 - (b) under Patents Claims infringed by the making, using or
113.98 - selling of Original Code, to make, have made, use, practice,
113.99 - sell, and offer for sale, and/or otherwise dispose of the
113.100 - Original Code (or portions thereof).
113.101 -
113.102 - (c) the licenses granted in this Section 2.1(a) and (b) are
113.103 - effective on the date Initial Developer first distributes
113.104 - Original Code under the terms of this License.
113.105 -
113.106 - (d) Notwithstanding Section 2.1(b) above, no patent license is
113.107 - granted: 1) for code that You delete from the Original Code; 2)
113.108 - separate from the Original Code; or 3) for infringements caused
113.109 - by: i) the modification of the Original Code or ii) the
113.110 - combination of the Original Code with other software or devices.
113.111 -
113.112 - 2.2. Contributor Grant.
113.113 - Subject to third party intellectual property claims, each Contributor
113.114 - hereby grants You a world-wide, royalty-free, non-exclusive license
113.115 -
113.116 - (a) under intellectual property rights (other than patent or
113.117 - trademark) Licensable by Contributor, to use, reproduce, modify,
113.118 - display, perform, sublicense and distribute the Modifications
113.119 - created by such Contributor (or portions thereof) either on an
113.120 - unmodified basis, with other Modifications, as Covered Code
113.121 - and/or as part of a Larger Work; and
113.122 -
113.123 - (b) under Patent Claims infringed by the making, using, or
113.124 - selling of Modifications made by that Contributor either alone
113.125 - and/or in combination with its Contributor Version (or portions
113.126 - of such combination), to make, use, sell, offer for sale, have
113.127 - made, and/or otherwise dispose of: 1) Modifications made by that
113.128 - Contributor (or portions thereof); and 2) the combination of
113.129 - Modifications made by that Contributor with its Contributor
113.130 - Version (or portions of such combination).
113.131 -
113.132 - (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
113.133 - effective on the date Contributor first makes Commercial Use of
113.134 - the Covered Code.
113.135 -
113.136 - (d) Notwithstanding Section 2.2(b) above, no patent license is
113.137 - granted: 1) for any code that Contributor has deleted from the
113.138 - Contributor Version; 2) separate from the Contributor Version;
113.139 - 3) for infringements caused by: i) third party modifications of
113.140 - Contributor Version or ii) the combination of Modifications made
113.141 - by that Contributor with other software (except as part of the
113.142 - Contributor Version) or other devices; or 4) under Patent Claims
113.143 - infringed by Covered Code in the absence of Modifications made by
113.144 - that Contributor.
113.145 -
113.146 -3. Distribution Obligations.
113.147 -
113.148 - 3.1. Application of License.
113.149 - The Modifications which You create or to which You contribute are
113.150 - governed by the terms of this License, including without limitation
113.151 - Section 2.2. The Source Code version of Covered Code may be
113.152 - distributed only under the terms of this License or a future version
113.153 - of this License released under Section 6.1, and You must include a
113.154 - copy of this License with every copy of the Source Code You
113.155 - distribute. You may not offer or impose any terms on any Source Code
113.156 - version that alters or restricts the applicable version of this
113.157 - License or the recipients' rights hereunder. However, You may include
113.158 - an additional document offering the additional rights described in
113.159 - Section 3.5.
113.160 -
113.161 - 3.2. Availability of Source Code.
113.162 - Any Modification which You create or to which You contribute must be
113.163 - made available in Source Code form under the terms of this License
113.164 - either on the same media as an Executable version or via an accepted
113.165 - Electronic Distribution Mechanism to anyone to whom you made an
113.166 - Executable version available; and if made available via Electronic
113.167 - Distribution Mechanism, must remain available for at least twelve (12)
113.168 - months after the date it initially became available, or at least six
113.169 - (6) months after a subsequent version of that particular Modification
113.170 - has been made available to such recipients. You are responsible for
113.171 - ensuring that the Source Code version remains available even if the
113.172 - Electronic Distribution Mechanism is maintained by a third party.
113.173 -
113.174 - 3.3. Description of Modifications.
113.175 - You must cause all Covered Code to which You contribute to contain a
113.176 - file documenting the changes You made to create that Covered Code and
113.177 - the date of any change. You must include a prominent statement that
113.178 - the Modification is derived, directly or indirectly, from Original
113.179 - Code provided by the Initial Developer and including the name of the
113.180 - Initial Developer in (a) the Source Code, and (b) in any notice in an
113.181 - Executable version or related documentation in which You describe the
113.182 - origin or ownership of the Covered Code.
113.183 -
113.184 - 3.4. Intellectual Property Matters
113.185 - (a) Third Party Claims.
113.186 - If Contributor has knowledge that a license under a third party's
113.187 - intellectual property rights is required to exercise the rights
113.188 - granted by such Contributor under Sections 2.1 or 2.2,
113.189 - Contributor must include a text file with the Source Code
113.190 - distribution titled "LEGAL" which describes the claim and the
113.191 - party making the claim in sufficient detail that a recipient will
113.192 - know whom to contact. If Contributor obtains such knowledge after
113.193 - the Modification is made available as described in Section 3.2,
113.194 - Contributor shall promptly modify the LEGAL file in all copies
113.195 - Contributor makes available thereafter and shall take other steps
113.196 - (such as notifying appropriate mailing lists or newsgroups)
113.197 - reasonably calculated to inform those who received the Covered
113.198 - Code that new knowledge has been obtained.
113.199 -
113.200 - (b) Contributor APIs.
113.201 - If Contributor's Modifications include an application programming
113.202 - interface and Contributor has knowledge of patent licenses which
113.203 - are reasonably necessary to implement that API, Contributor must
113.204 - also include this information in the LEGAL file.
113.205 -
113.206 - (c) Representations.
113.207 - Contributor represents that, except as disclosed pursuant to
113.208 - Section 3.4(a) above, Contributor believes that Contributor's
113.209 - Modifications are Contributor's original creation(s) and/or
113.210 - Contributor has sufficient rights to grant the rights conveyed by
113.211 - this License.
113.212 -
113.213 - 3.5. Required Notices.
113.214 - You must duplicate the notice in Exhibit A in each file of the Source
113.215 - Code. If it is not possible to put such notice in a particular Source
113.216 - Code file due to its structure, then You must include such notice in a
113.217 - location (such as a relevant directory) where a user would be likely
113.218 - to look for such a notice. If You created one or more Modification(s)
113.219 - You may add your name as a Contributor to the notice described in
113.220 - Exhibit A. You must also duplicate this License in any documentation
113.221 - for the Source Code where You describe recipients' rights or ownership
113.222 - rights relating to Covered Code. You may choose to offer, and to
113.223 - charge a fee for, warranty, support, indemnity or liability
113.224 - obligations to one or more recipients of Covered Code. However, You
113.225 - may do so only on Your own behalf, and not on behalf of the Initial
113.226 - Developer or any Contributor. You must make it absolutely clear than
113.227 - any such warranty, support, indemnity or liability obligation is
113.228 - offered by You alone, and You hereby agree to indemnify the Initial
113.229 - Developer and every Contributor for any liability incurred by the
113.230 - Initial Developer or such Contributor as a result of warranty,
113.231 - support, indemnity or liability terms You offer.
113.232 -
113.233 - 3.6. Distribution of Executable Versions.
113.234 - You may distribute Covered Code in Executable form only if the
113.235 - requirements of Section 3.1-3.5 have been met for that Covered Code,
113.236 - and if You include a notice stating that the Source Code version of
113.237 - the Covered Code is available under the terms of this License,
113.238 - including a description of how and where You have fulfilled the
113.239 - obligations of Section 3.2. The notice must be conspicuously included
113.240 - in any notice in an Executable version, related documentation or
113.241 - collateral in which You describe recipients' rights relating to the
113.242 - Covered Code. You may distribute the Executable version of Covered
113.243 - Code or ownership rights under a license of Your choice, which may
113.244 - contain terms different from this License, provided that You are in
113.245 - compliance with the terms of this License and that the license for the
113.246 - Executable version does not attempt to limit or alter the recipient's
113.247 - rights in the Source Code version from the rights set forth in this
113.248 - License. If You distribute the Executable version under a different
113.249 - license You must make it absolutely clear that any terms which differ
113.250 - from this License are offered by You alone, not by the Initial
113.251 - Developer or any Contributor. You hereby agree to indemnify the
113.252 - Initial Developer and every Contributor for any liability incurred by
113.253 - the Initial Developer or such Contributor as a result of any such
113.254 - terms You offer.
113.255 -
113.256 - 3.7. Larger Works.
113.257 - You may create a Larger Work by combining Covered Code with other code
113.258 - not governed by the terms of this License and distribute the Larger
113.259 - Work as a single product. In such a case, You must make sure the
113.260 - requirements of this License are fulfilled for the Covered Code.
113.261 -
113.262 -4. Inability to Comply Due to Statute or Regulation.
113.263 -
113.264 - If it is impossible for You to comply with any of the terms of this
113.265 - License with respect to some or all of the Covered Code due to
113.266 - statute, judicial order, or regulation then You must: (a) comply with
113.267 - the terms of this License to the maximum extent possible; and (b)
113.268 - describe the limitations and the code they affect. Such description
113.269 - must be included in the LEGAL file described in Section 3.4 and must
113.270 - be included with all distributions of the Source Code. Except to the
113.271 - extent prohibited by statute or regulation, such description must be
113.272 - sufficiently detailed for a recipient of ordinary skill to be able to
113.273 - understand it.
113.274 -
113.275 -5. Application of this License.
113.276 -
113.277 - This License applies to code to which the Initial Developer has
113.278 - attached the notice in Exhibit A and to related Covered Code.
113.279 -
113.280 -6. Versions of the License.
113.281 -
113.282 - 6.1. New Versions.
113.283 - Netscape Communications Corporation ("Netscape") may publish revised
113.284 - and/or new versions of the License from time to time. Each version
113.285 - will be given a distinguishing version number.
113.286 -
113.287 - 6.2. Effect of New Versions.
113.288 - Once Covered Code has been published under a particular version of the
113.289 - License, You may always continue to use it under the terms of that
113.290 - version. You may also choose to use such Covered Code under the terms
113.291 - of any subsequent version of the License published by Netscape. No one
113.292 - other than Netscape has the right to modify the terms applicable to
113.293 - Covered Code created under this License.
113.294 -
113.295 - 6.3. Derivative Works.
113.296 - If You create or use a modified version of this License (which you may
113.297 - only do in order to apply it to code which is not already Covered Code
113.298 - governed by this License), You must (a) rename Your license so that
113.299 - the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
113.300 - "MPL", "NPL" or any confusingly similar phrase do not appear in your
113.301 - license (except to note that your license differs from this License)
113.302 - and (b) otherwise make it clear that Your version of the license
113.303 - contains terms which differ from the Mozilla Public License and
113.304 - Netscape Public License. (Filling in the name of the Initial
113.305 - Developer, Original Code or Contributor in the notice described in
113.306 - Exhibit A shall not of themselves be deemed to be modifications of
113.307 - this License.)
113.308 -
113.309 -7. DISCLAIMER OF WARRANTY.
113.310 -
113.311 - COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
113.312 - WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
113.313 - WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
113.314 - DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
113.315 - THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
113.316 - IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
113.317 - YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
113.318 - COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
113.319 - OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
113.320 - ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
113.321 -
113.322 -8. TERMINATION.
113.323 -
113.324 - 8.1. This License and the rights granted hereunder will terminate
113.325 - automatically if You fail to comply with terms herein and fail to cure
113.326 - such breach within 30 days of becoming aware of the breach. All
113.327 - sublicenses to the Covered Code which are properly granted shall
113.328 - survive any termination of this License. Provisions which, by their
113.329 - nature, must remain in effect beyond the termination of this License
113.330 - shall survive.
113.331 -
113.332 - 8.2. If You initiate litigation by asserting a patent infringement
113.333 - claim (excluding declatory judgment actions) against Initial Developer
113.334 - or a Contributor (the Initial Developer or Contributor against whom
113.335 - You file such action is referred to as "Participant") alleging that:
113.336 -
113.337 - (a) such Participant's Contributor Version directly or indirectly
113.338 - infringes any patent, then any and all rights granted by such
113.339 - Participant to You under Sections 2.1 and/or 2.2 of this License
113.340 - shall, upon 60 days notice from Participant terminate prospectively,
113.341 - unless if within 60 days after receipt of notice You either: (i)
113.342 - agree in writing to pay Participant a mutually agreeable reasonable
113.343 - royalty for Your past and future use of Modifications made by such
113.344 - Participant, or (ii) withdraw Your litigation claim with respect to
113.345 - the Contributor Version against such Participant. If within 60 days
113.346 - of notice, a reasonable royalty and payment arrangement are not
113.347 - mutually agreed upon in writing by the parties or the litigation claim
113.348 - is not withdrawn, the rights granted by Participant to You under
113.349 - Sections 2.1 and/or 2.2 automatically terminate at the expiration of
113.350 - the 60 day notice period specified above.
113.351 -
113.352 - (b) any software, hardware, or device, other than such Participant's
113.353 - Contributor Version, directly or indirectly infringes any patent, then
113.354 - any rights granted to You by such Participant under Sections 2.1(b)
113.355 - and 2.2(b) are revoked effective as of the date You first made, used,
113.356 - sold, distributed, or had made, Modifications made by that
113.357 - Participant.
113.358 -
113.359 - 8.3. If You assert a patent infringement claim against Participant
113.360 - alleging that such Participant's Contributor Version directly or
113.361 - indirectly infringes any patent where such claim is resolved (such as
113.362 - by license or settlement) prior to the initiation of patent
113.363 - infringement litigation, then the reasonable value of the licenses
113.364 - granted by such Participant under Sections 2.1 or 2.2 shall be taken
113.365 - into account in determining the amount or value of any payment or
113.366 - license.
113.367 -
113.368 - 8.4. In the event of termination under Sections 8.1 or 8.2 above,
113.369 - all end user license agreements (excluding distributors and resellers)
113.370 - which have been validly granted by You or any distributor hereunder
113.371 - prior to termination shall survive termination.
113.372 -
113.373 -9. LIMITATION OF LIABILITY.
113.374 -
113.375 - UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
113.376 - (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
113.377 - DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
113.378 - OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
113.379 - ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
113.380 - CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
113.381 - WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
113.382 - COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
113.383 - INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
113.384 - LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
113.385 - RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
113.386 - PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
113.387 - EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
113.388 - THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
113.389 -
113.390 -10. U.S. GOVERNMENT END USERS.
113.391 -
113.392 - The Covered Code is a "commercial item," as that term is defined in
113.393 - 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
113.394 - software" and "commercial computer software documentation," as such
113.395 - terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
113.396 - C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
113.397 - all U.S. Government End Users acquire Covered Code with only those
113.398 - rights set forth herein.
113.399 -
113.400 -11. MISCELLANEOUS.
113.401 -
113.402 - This License represents the complete agreement concerning subject
113.403 - matter hereof. If any provision of this License is held to be
113.404 - unenforceable, such provision shall be reformed only to the extent
113.405 - necessary to make it enforceable. This License shall be governed by
113.406 - California law provisions (except to the extent applicable law, if
113.407 - any, provides otherwise), excluding its conflict-of-law provisions.
113.408 - With respect to disputes in which at least one party is a citizen of,
113.409 - or an entity chartered or registered to do business in the United
113.410 - States of America, any litigation relating to this License shall be
113.411 - subject to the jurisdiction of the Federal Courts of the Northern
113.412 - District of California, with venue lying in Santa Clara County,
113.413 - California, with the losing party responsible for costs, including
113.414 - without limitation, court costs and reasonable attorneys' fees and
113.415 - expenses. The application of the United Nations Convention on
113.416 - Contracts for the International Sale of Goods is expressly excluded.
113.417 - Any law or regulation which provides that the language of a contract
113.418 - shall be construed against the drafter shall not apply to this
113.419 - License.
113.420 -
113.421 -12. RESPONSIBILITY FOR CLAIMS.
113.422 -
113.423 - As between Initial Developer and the Contributors, each party is
113.424 - responsible for claims and damages arising, directly or indirectly,
113.425 - out of its utilization of rights under this License and You agree to
113.426 - work with Initial Developer and Contributors to distribute such
113.427 - responsibility on an equitable basis. Nothing herein is intended or
113.428 - shall be deemed to constitute any admission of liability.
113.429 -
113.430 -13. MULTIPLE-LICENSED CODE.
113.431 -
113.432 - Initial Developer may designate portions of the Covered Code as
113.433 - "Multiple-Licensed". "Multiple-Licensed" means that the Initial
113.434 - Developer permits you to utilize portions of the Covered Code under
113.435 - Your choice of the NPL or the alternative licenses, if any, specified
113.436 - by the Initial Developer in the file described in Exhibit A.
113.437 -
113.438 -EXHIBIT A -Mozilla Public License.
113.439 -
113.440 - ``The contents of this file are subject to the Mozilla Public License
113.441 - Version 1.1 (the "License"); you may not use this file except in
113.442 - compliance with the License. You may obtain a copy of the License at
113.443 - http://www.mozilla.org/MPL/
113.444 -
113.445 - Software distributed under the License is distributed on an "AS IS"
113.446 - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
113.447 - License for the specific language governing rights and limitations
113.448 - under the License.
113.449 -
113.450 - The Original Code is ______________________________________.
113.451 -
113.452 - The Initial Developer of the Original Code is ________________________.
113.453 - Portions created by ______________________ are Copyright (C) ______
113.454 - _______________________. All Rights Reserved.
113.455 -
113.456 - Contributor(s): ______________________________________.
113.457 -
113.458 - Alternatively, the contents of this file may be used under the terms
113.459 - of the _____ license (the "[___] License"), in which case the
113.460 - provisions of [______] License are applicable instead of those
113.461 - above. If you wish to allow use of your version of this file only
113.462 - under the terms of the [____] License and not to allow others to use
113.463 - your version of this file under the MPL, indicate your decision by
113.464 - deleting the provisions above and replace them with the notice and
113.465 - other provisions required by the [___] License. If you do not delete
113.466 - the provisions above, a recipient may use your version of this file
113.467 - under either the MPL or the [___] License."
113.468 -
113.469 - [NOTE: The text of this Exhibit A may differ slightly from the text of
113.470 - the notices in the Source Code files of the Original Code. You should
113.471 - use the text of this Exhibit A rather than the text found in the
113.472 - Original Code Source Code for Your Modifications.]
113.473 -
114.1 --- a/Licenses/WinRing0.License.txt Wed Feb 22 23:36:26 2012 +0000
114.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
114.3 @@ -1,21 +0,0 @@
114.4 -Copyright (c) 2007-2009 OpenLibSys.org. All rights reserved.
114.5 -
114.6 -Redistribution and use in source and binary forms, with or without
114.7 -modification, are permitted provided that the following conditions
114.8 -are met:
114.9 -1. Redistributions of source code must retain the above copyright
114.10 - notice, this list of conditions and the following disclaimer.
114.11 -2. Redistributions in binary form must reproduce the above copyright
114.12 - notice, this list of conditions and the following disclaimer in the
114.13 - documentation and/or other materials provided with the distribution.
114.14 -
114.15 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
114.16 -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
114.17 -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
114.18 -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
114.19 -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
114.20 -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
114.21 -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
114.22 -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
114.23 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
114.24 -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
115.1 --- a/OpenHardwareMonitor.csproj Wed Feb 22 23:36:26 2012 +0000
115.2 +++ b/OpenHardwareMonitor.csproj Sun May 27 14:23:31 2012 +0000
115.3 @@ -19,6 +19,7 @@
115.4 </FileUpgradeFlags>
115.5 <OldToolsVersion>3.5</OldToolsVersion>
115.6 <UpgradeBackupLocation />
115.7 + <IsWebBootstrapper>false</IsWebBootstrapper>
115.8 <PublishUrl>publish\</PublishUrl>
115.9 <Install>true</Install>
115.10 <InstallFrom>Disk</InstallFrom>
115.11 @@ -31,7 +32,6 @@
115.12 <MapFileExtensions>true</MapFileExtensions>
115.13 <ApplicationRevision>0</ApplicationRevision>
115.14 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
115.15 - <IsWebBootstrapper>false</IsWebBootstrapper>
115.16 <UseApplicationTrust>false</UseApplicationTrust>
115.17 <BootstrapperEnabled>true</BootstrapperEnabled>
115.18 </PropertyGroup>
116.1 --- a/Program.cs Wed Feb 22 23:36:26 2012 +0000
116.2 +++ b/Program.cs Sun May 27 14:23:31 2012 +0000
116.3 @@ -1,38 +1,11 @@
116.4 /*
116.5 -
116.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
116.7 -
116.8 - The contents of this file are subject to the Mozilla Public License Version
116.9 - 1.1 (the "License"); you may not use this file except in compliance with
116.10 - the License. You may obtain a copy of the License at
116.11
116.12 - http://www.mozilla.org/MPL/
116.13 -
116.14 - Software distributed under the License is distributed on an "AS IS" basis,
116.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
116.16 - for the specific language governing rights and limitations under the License.
116.17 -
116.18 - The Original Code is the Open Hardware Monitor code.
116.19 -
116.20 - The Initial Developer of the Original Code is
116.21 - Michael Möller <m.moeller@gmx.ch>.
116.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
116.23 - the Initial Developer. All Rights Reserved.
116.24 -
116.25 - Contributor(s):
116.26 -
116.27 - Alternatively, the contents of this file may be used under the terms of
116.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
116.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
116.30 - in which case the provisions of the GPL or the LGPL are applicable instead
116.31 - of those above. If you wish to allow use of your version of this file only
116.32 - under the terms of either the GPL or the LGPL, and not to allow others to
116.33 - use your version of this file under the terms of the MPL, indicate your
116.34 - decision by deleting the provisions above and replace them with the notice
116.35 - and other provisions required by the GPL or the LGPL. If you do not delete
116.36 - the provisions above, a recipient may use your version of this file under
116.37 - the terms of any one of the MPL, the GPL or the LGPL.
116.38 + This Source Code Form is subject to the terms of the Mozilla Public
116.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
116.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
116.41
116.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
116.43 +
116.44 */
116.45
116.46 using System;
117.1 --- a/Properties/AssemblyInfo.cs Wed Feb 22 23:36:26 2012 +0000
117.2 +++ b/Properties/AssemblyInfo.cs Sun May 27 14:23:31 2012 +0000
117.3 @@ -1,38 +1,11 @@
117.4 /*
117.5 -
117.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
117.7 -
117.8 - The contents of this file are subject to the Mozilla Public License Version
117.9 - 1.1 (the "License"); you may not use this file except in compliance with
117.10 - the License. You may obtain a copy of the License at
117.11
117.12 - http://www.mozilla.org/MPL/
117.13 -
117.14 - Software distributed under the License is distributed on an "AS IS" basis,
117.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
117.16 - for the specific language governing rights and limitations under the License.
117.17 -
117.18 - The Original Code is the Open Hardware Monitor code.
117.19 -
117.20 - The Initial Developer of the Original Code is
117.21 - Michael Möller <m.moeller@gmx.ch>.
117.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
117.23 - the Initial Developer. All Rights Reserved.
117.24 -
117.25 - Contributor(s):
117.26 -
117.27 - Alternatively, the contents of this file may be used under the terms of
117.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
117.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
117.30 - in which case the provisions of the GPL or the LGPL are applicable instead
117.31 - of those above. If you wish to allow use of your version of this file only
117.32 - under the terms of either the GPL or the LGPL, and not to allow others to
117.33 - use your version of this file under the terms of the MPL, indicate your
117.34 - decision by deleting the provisions above and replace them with the notice
117.35 - and other provisions required by the GPL or the LGPL. If you do not delete
117.36 - the provisions above, a recipient may use your version of this file under
117.37 - the terms of any one of the MPL, the GPL or the LGPL.
117.38 + This Source Code Form is subject to the terms of the Mozilla Public
117.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
117.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
117.41
117.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
117.43 +
117.44 */
117.45
117.46 using System;
118.1 --- a/Properties/AssemblyLibInfo.cs Wed Feb 22 23:36:26 2012 +0000
118.2 +++ b/Properties/AssemblyLibInfo.cs Sun May 27 14:23:31 2012 +0000
118.3 @@ -1,37 +1,10 @@
118.4 /*
118.5 -
118.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
118.7 -
118.8 - The contents of this file are subject to the Mozilla Public License Version
118.9 - 1.1 (the "License"); you may not use this file except in compliance with
118.10 - the License. You may obtain a copy of the License at
118.11
118.12 - http://www.mozilla.org/MPL/
118.13 -
118.14 - Software distributed under the License is distributed on an "AS IS" basis,
118.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
118.16 - for the specific language governing rights and limitations under the License.
118.17 -
118.18 - The Original Code is the Open Hardware Monitor code.
118.19 -
118.20 - The Initial Developer of the Original Code is
118.21 - Michael Möller <m.moeller@gmx.ch>.
118.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
118.23 - the Initial Developer. All Rights Reserved.
118.24 -
118.25 - Contributor(s):
118.26 -
118.27 - Alternatively, the contents of this file may be used under the terms of
118.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
118.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
118.30 - in which case the provisions of the GPL or the LGPL are applicable instead
118.31 - of those above. If you wish to allow use of your version of this file only
118.32 - under the terms of either the GPL or the LGPL, and not to allow others to
118.33 - use your version of this file under the terms of the MPL, indicate your
118.34 - decision by deleting the provisions above and replace them with the notice
118.35 - and other provisions required by the GPL or the LGPL. If you do not delete
118.36 - the provisions above, a recipient may use your version of this file under
118.37 - the terms of any one of the MPL, the GPL or the LGPL.
118.38 + This Source Code Form is subject to the terms of the Mozilla Public
118.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
118.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
118.41 +
118.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
118.43
118.44 */
118.45
119.1 --- a/Properties/AssemblyVersion.cs Wed Feb 22 23:36:26 2012 +0000
119.2 +++ b/Properties/AssemblyVersion.cs Sun May 27 14:23:31 2012 +0000
119.3 @@ -1,37 +1,10 @@
119.4 /*
119.5 -
119.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
119.7 -
119.8 - The contents of this file are subject to the Mozilla Public License Version
119.9 - 1.1 (the "License"); you may not use this file except in compliance with
119.10 - the License. You may obtain a copy of the License at
119.11
119.12 - http://www.mozilla.org/MPL/
119.13 -
119.14 - Software distributed under the License is distributed on an "AS IS" basis,
119.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
119.16 - for the specific language governing rights and limitations under the License.
119.17 -
119.18 - The Original Code is the Open Hardware Monitor code.
119.19 -
119.20 - The Initial Developer of the Original Code is
119.21 - Michael Möller <m.moeller@gmx.ch>.
119.22 - Portions created by the Initial Developer are Copyright (C) 2009-2012
119.23 - the Initial Developer. All Rights Reserved.
119.24 -
119.25 - Contributor(s):
119.26 -
119.27 - Alternatively, the contents of this file may be used under the terms of
119.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
119.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
119.30 - in which case the provisions of the GPL or the LGPL are applicable instead
119.31 - of those above. If you wish to allow use of your version of this file only
119.32 - under the terms of either the GPL or the LGPL, and not to allow others to
119.33 - use your version of this file under the terms of the MPL, indicate your
119.34 - decision by deleting the provisions above and replace them with the notice
119.35 - and other provisions required by the GPL or the LGPL. If you do not delete
119.36 - the provisions above, a recipient may use your version of this file under
119.37 - the terms of any one of the MPL, the GPL or the LGPL.
119.38 + This Source Code Form is subject to the terms of the Mozilla Public
119.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
119.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
119.41 +
119.42 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
119.43
119.44 */
119.45
120.1 --- a/Utilities/EmbeddedResources.cs Wed Feb 22 23:36:26 2012 +0000
120.2 +++ b/Utilities/EmbeddedResources.cs Sun May 27 14:23:31 2012 +0000
120.3 @@ -1,38 +1,11 @@
120.4 /*
120.5 -
120.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
120.7 -
120.8 - The contents of this file are subject to the Mozilla Public License Version
120.9 - 1.1 (the "License"); you may not use this file except in compliance with
120.10 - the License. You may obtain a copy of the License at
120.11
120.12 - http://www.mozilla.org/MPL/
120.13 -
120.14 - Software distributed under the License is distributed on an "AS IS" basis,
120.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
120.16 - for the specific language governing rights and limitations under the License.
120.17 -
120.18 - The Original Code is the Open Hardware Monitor code.
120.19 -
120.20 - The Initial Developer of the Original Code is
120.21 - Michael Mller <m.moeller@gmx.ch>.
120.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
120.23 - the Initial Developer. All Rights Reserved.
120.24 -
120.25 - Contributor(s):
120.26 -
120.27 - Alternatively, the contents of this file may be used under the terms of
120.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
120.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
120.30 - in which case the provisions of the GPL or the LGPL are applicable instead
120.31 - of those above. If you wish to allow use of your version of this file only
120.32 - under the terms of either the GPL or the LGPL, and not to allow others to
120.33 - use your version of this file under the terms of the MPL, indicate your
120.34 - decision by deleting the provisions above and replace them with the notice
120.35 - and other provisions required by the GPL or the LGPL. If you do not delete
120.36 - the provisions above, a recipient may use your version of this file under
120.37 - the terms of any one of the MPL, the GPL or the LGPL.
120.38 + This Source Code Form is subject to the terms of the Mozilla Public
120.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
120.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
120.41
120.42 + Copyright (C) 2009-2010 Michael Mller <mmoeller@openhardwaremonitor.org>
120.43 +
120.44 */
120.45
120.46 using System;
121.1 --- a/Utilities/IconFactory.cs Wed Feb 22 23:36:26 2012 +0000
121.2 +++ b/Utilities/IconFactory.cs Sun May 27 14:23:31 2012 +0000
121.3 @@ -1,38 +1,11 @@
121.4 /*
121.5 -
121.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
121.7 -
121.8 - The contents of this file are subject to the Mozilla Public License Version
121.9 - 1.1 (the "License"); you may not use this file except in compliance with
121.10 - the License. You may obtain a copy of the License at
121.11
121.12 - http://www.mozilla.org/MPL/
121.13 -
121.14 - Software distributed under the License is distributed on an "AS IS" basis,
121.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
121.16 - for the specific language governing rights and limitations under the License.
121.17 -
121.18 - The Original Code is the Open Hardware Monitor code.
121.19 -
121.20 - The Initial Developer of the Original Code is
121.21 - Michael Möller <m.moeller@gmx.ch>.
121.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
121.23 - the Initial Developer. All Rights Reserved.
121.24 -
121.25 - Contributor(s):
121.26 -
121.27 - Alternatively, the contents of this file may be used under the terms of
121.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
121.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
121.30 - in which case the provisions of the GPL or the LGPL are applicable instead
121.31 - of those above. If you wish to allow use of your version of this file only
121.32 - under the terms of either the GPL or the LGPL, and not to allow others to
121.33 - use your version of this file under the terms of the MPL, indicate your
121.34 - decision by deleting the provisions above and replace them with the notice
121.35 - and other provisions required by the GPL or the LGPL. If you do not delete
121.36 - the provisions above, a recipient may use your version of this file under
121.37 - the terms of any one of the MPL, the GPL or the LGPL.
121.38 + This Source Code Form is subject to the terms of the Mozilla Public
121.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
121.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
121.41
121.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
121.43 +
121.44 */
121.45
121.46 using System;
122.1 --- a/Utilities/PersistentSettings.cs Wed Feb 22 23:36:26 2012 +0000
122.2 +++ b/Utilities/PersistentSettings.cs Sun May 27 14:23:31 2012 +0000
122.3 @@ -1,38 +1,11 @@
122.4 /*
122.5 -
122.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
122.7 -
122.8 - The contents of this file are subject to the Mozilla Public License Version
122.9 - 1.1 (the "License"); you may not use this file except in compliance with
122.10 - the License. You may obtain a copy of the License at
122.11
122.12 - http://www.mozilla.org/MPL/
122.13 -
122.14 - Software distributed under the License is distributed on an "AS IS" basis,
122.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
122.16 - for the specific language governing rights and limitations under the License.
122.17 -
122.18 - The Original Code is the Open Hardware Monitor code.
122.19 -
122.20 - The Initial Developer of the Original Code is
122.21 - Michael Möller <m.moeller@gmx.ch>.
122.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
122.23 - the Initial Developer. All Rights Reserved.
122.24 -
122.25 - Contributor(s):
122.26 -
122.27 - Alternatively, the contents of this file may be used under the terms of
122.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
122.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
122.30 - in which case the provisions of the GPL or the LGPL are applicable instead
122.31 - of those above. If you wish to allow use of your version of this file only
122.32 - under the terms of either the GPL or the LGPL, and not to allow others to
122.33 - use your version of this file under the terms of the MPL, indicate your
122.34 - decision by deleting the provisions above and replace them with the notice
122.35 - and other provisions required by the GPL or the LGPL. If you do not delete
122.36 - the provisions above, a recipient may use your version of this file under
122.37 - the terms of any one of the MPL, the GPL or the LGPL.
122.38 + This Source Code Form is subject to the terms of the Mozilla Public
122.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
122.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
122.41
122.42 + Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
122.43 +
122.44 */
122.45
122.46 using System.Collections.Generic;
123.1 --- a/WMI/Hardware.cs Wed Feb 22 23:36:26 2012 +0000
123.2 +++ b/WMI/Hardware.cs Sun May 27 14:23:31 2012 +0000
123.3 @@ -1,39 +1,13 @@
123.4 /*
123.5 -
123.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
123.7 +
123.8 + This Source Code Form is subject to the terms of the Mozilla Public
123.9 + License, v. 2.0. If a copy of the MPL was not distributed with this
123.10 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
123.11 +
123.12 + Copyright (C) 2009-2010 Paul Werelds <paul@werelds.net>
123.13 +
123.14 +*/
123.15
123.16 - The contents of this file are subject to the Mozilla Public License Version
123.17 - 1.1 (the "License"); you may not use this file except in compliance with
123.18 - the License. You may obtain a copy of the License at
123.19 -
123.20 - http://www.mozilla.org/MPL/
123.21 -
123.22 - Software distributed under the License is distributed on an "AS IS" basis,
123.23 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
123.24 - for the specific language governing rights and limitations under the License.
123.25 -
123.26 - The Original Code is the Open Hardware Monitor code.
123.27 -
123.28 - The Initial Developer of the Original Code is
123.29 - Paul Werelds <paul@werelds.net>.
123.30 - Portions created by the Initial Developer are Copyright (C) 2009-2010
123.31 - the Initial Developer. All Rights Reserved.
123.32 -
123.33 - Contributor(s):
123.34 -
123.35 - Alternatively, the contents of this file may be used under the terms of
123.36 - either the GNU General Public License Version 2 or later (the "GPL"), or
123.37 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
123.38 - in which case the provisions of the GPL or the LGPL are applicable instead
123.39 - of those above. If you wish to allow use of your version of this file only
123.40 - under the terms of either the GPL or the LGPL, and not to allow others to
123.41 - use your version of this file under the terms of the MPL, indicate your
123.42 - decision by deleting the provisions above and replace them with the notice
123.43 - and other provisions required by the GPL or the LGPL. If you do not delete
123.44 - the provisions above, a recipient may use your version of this file under
123.45 - the terms of any one of the MPL, the GPL or the LGPL.
123.46 -
123.47 -*/
123.48
123.49 using System.Management.Instrumentation;
123.50 using OpenHardwareMonitor.Hardware;
124.1 --- a/WMI/IWmiObject.cs Wed Feb 22 23:36:26 2012 +0000
124.2 +++ b/WMI/IWmiObject.cs Sun May 27 14:23:31 2012 +0000
124.3 @@ -1,38 +1,11 @@
124.4 /*
124.5 -
124.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
124.7 -
124.8 - The contents of this file are subject to the Mozilla Public License Version
124.9 - 1.1 (the "License"); you may not use this file except in compliance with
124.10 - the License. You may obtain a copy of the License at
124.11
124.12 - http://www.mozilla.org/MPL/
124.13 -
124.14 - Software distributed under the License is distributed on an "AS IS" basis,
124.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
124.16 - for the specific language governing rights and limitations under the License.
124.17 -
124.18 - The Original Code is the Open Hardware Monitor code.
124.19 -
124.20 - The Initial Developer of the Original Code is
124.21 - Paul Werelds <paul@werelds.net>.
124.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
124.23 - the Initial Developer. All Rights Reserved.
124.24 -
124.25 - Contributor(s):
124.26 -
124.27 - Alternatively, the contents of this file may be used under the terms of
124.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
124.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
124.30 - in which case the provisions of the GPL or the LGPL are applicable instead
124.31 - of those above. If you wish to allow use of your version of this file only
124.32 - under the terms of either the GPL or the LGPL, and not to allow others to
124.33 - use your version of this file under the terms of the MPL, indicate your
124.34 - decision by deleting the provisions above and replace them with the notice
124.35 - and other provisions required by the GPL or the LGPL. If you do not delete
124.36 - the provisions above, a recipient may use your version of this file under
124.37 - the terms of any one of the MPL, the GPL or the LGPL.
124.38 + This Source Code Form is subject to the terms of the Mozilla Public
124.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
124.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
124.41
124.42 + Copyright (C) 2009-2010 Paul Werelds <paul@werelds.net>
124.43 +
124.44 */
124.45
124.46 namespace OpenHardwareMonitor.WMI {
125.1 --- a/WMI/Sensor.cs Wed Feb 22 23:36:26 2012 +0000
125.2 +++ b/WMI/Sensor.cs Sun May 27 14:23:31 2012 +0000
125.3 @@ -1,38 +1,11 @@
125.4 /*
125.5 -
125.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
125.7 -
125.8 - The contents of this file are subject to the Mozilla Public License Version
125.9 - 1.1 (the "License"); you may not use this file except in compliance with
125.10 - the License. You may obtain a copy of the License at
125.11
125.12 - http://www.mozilla.org/MPL/
125.13 -
125.14 - Software distributed under the License is distributed on an "AS IS" basis,
125.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
125.16 - for the specific language governing rights and limitations under the License.
125.17 -
125.18 - The Original Code is the Open Hardware Monitor code.
125.19 -
125.20 - The Initial Developer of the Original Code is
125.21 - Paul Werelds <paul@werelds.net>.
125.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
125.23 - the Initial Developer. All Rights Reserved.
125.24 -
125.25 - Contributor(s):
125.26 -
125.27 - Alternatively, the contents of this file may be used under the terms of
125.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
125.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
125.30 - in which case the provisions of the GPL or the LGPL are applicable instead
125.31 - of those above. If you wish to allow use of your version of this file only
125.32 - under the terms of either the GPL or the LGPL, and not to allow others to
125.33 - use your version of this file under the terms of the MPL, indicate your
125.34 - decision by deleting the provisions above and replace them with the notice
125.35 - and other provisions required by the GPL or the LGPL. If you do not delete
125.36 - the provisions above, a recipient may use your version of this file under
125.37 - the terms of any one of the MPL, the GPL or the LGPL.
125.38 + This Source Code Form is subject to the terms of the Mozilla Public
125.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
125.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
125.41
125.42 + Copyright (C) 2009-2010 Paul Werelds <paul@werelds.net>
125.43 +
125.44 */
125.45
125.46 using System.Management.Instrumentation;
126.1 --- a/WMI/WmiProvider.cs Wed Feb 22 23:36:26 2012 +0000
126.2 +++ b/WMI/WmiProvider.cs Sun May 27 14:23:31 2012 +0000
126.3 @@ -1,38 +1,11 @@
126.4 /*
126.5 -
126.6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
126.7 -
126.8 - The contents of this file are subject to the Mozilla Public License Version
126.9 - 1.1 (the "License"); you may not use this file except in compliance with
126.10 - the License. You may obtain a copy of the License at
126.11
126.12 - http://www.mozilla.org/MPL/
126.13 -
126.14 - Software distributed under the License is distributed on an "AS IS" basis,
126.15 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
126.16 - for the specific language governing rights and limitations under the License.
126.17 -
126.18 - The Original Code is the Open Hardware Monitor code.
126.19 -
126.20 - The Initial Developer of the Original Code is
126.21 - Paul Werelds <paul@werelds.net>.
126.22 - Portions created by the Initial Developer are Copyright (C) 2009-2010
126.23 - the Initial Developer. All Rights Reserved.
126.24 -
126.25 - Contributor(s):
126.26 -
126.27 - Alternatively, the contents of this file may be used under the terms of
126.28 - either the GNU General Public License Version 2 or later (the "GPL"), or
126.29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
126.30 - in which case the provisions of the GPL or the LGPL are applicable instead
126.31 - of those above. If you wish to allow use of your version of this file only
126.32 - under the terms of either the GPL or the LGPL, and not to allow others to
126.33 - use your version of this file under the terms of the MPL, indicate your
126.34 - decision by deleting the provisions above and replace them with the notice
126.35 - and other provisions required by the GPL or the LGPL. If you do not delete
126.36 - the provisions above, a recipient may use your version of this file under
126.37 - the terms of any one of the MPL, the GPL or the LGPL.
126.38 + This Source Code Form is subject to the terms of the Mozilla Public
126.39 + License, v. 2.0. If a copy of the MPL was not distributed with this
126.40 + file, You can obtain one at http://mozilla.org/MPL/2.0/.
126.41
126.42 + Copyright (C) 2009-2010 Paul Werelds <paul@werelds.net>
126.43 +
126.44 */
126.45
126.46 using System;