Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Added License
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbattermann committed Jan 26, 2012
1 parent f4104b4 commit 5a0647e
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 8 deletions.
33 changes: 33 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
License: Microsoft Public License (Ms-PL)

Microsoft Public License (Ms-PL)

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.
8 changes: 7 additions & 1 deletion Tfs.Common/GlobalList.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// <copyright file="GlobalList.cs" company="Joerg Battermann">
// (c) 2012 Joerg Battermann.
// License: Microsoft Public License (Ms-PL). For details see https://github.com/jbattermann/Tfs.Common/blob/master/LICENSE
// </copyright>
// <author>Joerg Battermann</author>

using System;
using System.Collections.Generic;
using System.Xml;

Expand Down
8 changes: 7 additions & 1 deletion Tfs.Common/GlobalListCollection.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// <copyright file="GlobalListCollection.cs" company="Joerg Battermann">
// (c) 2012 Joerg Battermann.
// License: Microsoft Public License (Ms-PL). For details see https://github.com/jbattermann/Tfs.Common/blob/master/LICENSE
// </copyright>
// <author>Joerg Battermann</author>

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
Expand Down
15 changes: 10 additions & 5 deletions Tfs.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
// <copyright file="AssemblyInfo.cs" company="Joerg Battermann">
// (c) 2012 Joerg Battermann.
// License: Microsoft Public License (Ms-PL). For details see https://github.com/jbattermann/Tfs.Common/blob/master/LICENSE
// </copyright>
// <author>Joerg Battermann</author>

using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand All @@ -8,7 +13,7 @@
[assembly: AssemblyTitle("Tfs.Common")]
[assembly: AssemblyDescription("Common Microsoft Team Foundation Server (TM) related functionality")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("joergbattermann.com")]
[assembly: AssemblyCompany("Jörg Battermann")]
[assembly: AssemblyProduct("Tfs.Common")]
[assembly: AssemblyCopyright("Copyright © 2012 Jörg Battermann")]
[assembly: AssemblyTrademark("")]
Expand All @@ -32,5 +37,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.1")]
8 changes: 7 additions & 1 deletion Tfs.Common/WorkItemStoreExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// <copyright file="WorkItemStoreExtensions.cs" company="Joerg Battermann">
// (c) 2012 Joerg Battermann.
// License: Microsoft Public License (Ms-PL). For details see https://github.com/jbattermann/Tfs.Common/blob/master/LICENSE
// </copyright>
// <author>Joerg Battermann</author>

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.TeamFoundation.WorkItemTracking.Client;
Expand Down

0 comments on commit 5a0647e

Please sign in to comment.