Skip to content

Instantly share code, notes, and snippets.

@aetos382
Last active August 29, 2015 14:14
Show Gist options
  • Save aetos382/ee33c6a692a2e344a43a to your computer and use it in GitHub Desktop.
Save aetos382/ee33c6a692a2e344a43a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!DOCTYPE html>
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>Microsoft Public License (MS-PL)</title>
<style type="text/css">
body {
font-size: 14pt;
line-height: 130%;
counter-reset: section;
}
h2:before {
content: counter(section) ". ";
counter-increment: section 1;
}
p {
margin-top: 0px;
margin-bottom: 0px;
}
ol.braced {
list-style-type: none;
counter-reset: marker;
padding-left: 0px;
}
ol.braced > li:before {
content: "(" counter(marker, upper-alpha) ") ";
counter-increment: marker 1;
}
dfn.inline:before, dfn.inline:after {
content: '"'
}
dfn.head {
font-weight: bold;
font-style: normal;
}
dfn.head:after {
content: " - ";
}
</style>
</head>
<body>
<main>
<article>
<header>
<h1>Microsoft Public License (MS-PL)</h1>
</header>
<p><strong>This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.</strong></p>
<section id="section-1">
<h2>Definitions</h2>
<p>The terms <dfn class="inline">reproduce</dfn>, <dfn class="inline">reproduction</dfn>, <dfn class="inline">derivative works</dfn> and <dfn class="inline">distribution</dfn> have the same meaning here as under U.S. copyright law.</p>
<p>A <dfn class="inline">contribution</dfn> is the original software, or any additions or changes to the software.</p>
<p>A <dfn class="inline">contributor</dfn> is any person that distributes its contribution under this license.</p>
<p><dfn class="inline">Licensed patents</dfn> are a contributor's patent claims that read directly on its contribution.</p>
</section>
<section id="section-2">
<h2>Grant of Rights</h2>
<p><dfn class="head">Copyright Grant</dfn>Subject to the terms of this license, including the license conditions and limitations in <a href="#section-3">section 3</a>, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.</p>
<p><dfn class="head">Patent Grant</dfn>Subject to the terms of this license, including the license conditions and limitations in <a href="#section-3">section 3</a>, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.</p>
</section>
<section id="section-3">
<h2>Conditions and Limitations</h2>
<ol class="braced">
<li><dfn class="head">No Trademark License</dfn>This license does not grant you rights to use any contributors' name, logo, or trademarks.</li>
<li>If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.</li>
<li>If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.</li>
<li>If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.</li>
<li>The software is licensed <dfn class="inline">as-is</dfn>. You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.</li>
</ol>
</section>
</article>
</main>
</body>
</html>
Microsoft Public Licence
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce", "reproduction", "derivative works" and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
2. Grant of Rights
(A) Copyright Grant - Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant - Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
3. Conditions and Limitations
(A) No Trademark License - This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is". You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment