Skip to content

Commit 258089c

Browse files
committed
Switch to the MIT license
1 parent 932a0fb commit 258089c

38 files changed

+55
-46
lines changed

LICENSE.txt

+18-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
Copyright (c) Tunnel Vision Laboratories, LLC. All rights reserved.
1+
The MIT License (MIT)
22

3-
Licensed under the Microsoft Reciprocal License (MS-RL) (the "License"); you
4-
may not use these files except in compliance with the License. You may obtain
5-
a copy of the License at
3+
Copyright (c) Tunnel Vision Laboratories, LLC
64

7-
http://opensource.org/licenses/MS-RL
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
811

9-
Unless required by applicable law or agreed to in writing, software distributed
10-
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
specific language governing permissions and limitations under the License.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/CSharpInheritanceAnalyzer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/CSharpMemberIdentifierEqualityComparer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/MemberTarget.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/SpecializedMatchingMemberCollector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/TypeCollector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/TypeDeclarationNodeSelector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp.Legacy/TypeTarget.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp/BackgroundParser.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp/CSharpInheritanceAnalyzer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp/MemberTarget.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
using System;
55
using System.Reflection;

Tvl.VisualStudio.InheritanceMargin.CSharp/TypeTarget.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CSharp
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/IInheritanceParser.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/IInheritanceTag.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/IInheritanceTagFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/IInheritanceTarget.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/InheritanceGlyph.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/InheritanceParseResultEventArgs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/MefBindingWorkaround.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.Interfaces
55
{

Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
using System;
55
using System.Reflection;

Tvl.VisualStudio.InheritanceMargin/CSharpInheritanceTagger.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/CSharpInheritanceTaggerProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/CommandTranslation/CommandId.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CommandTranslation
55
{

Tvl.VisualStudio.InheritanceMargin/CommandTranslation/CommandRouter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CommandTranslation
55
{

Tvl.VisualStudio.InheritanceMargin/CommandTranslation/CommandTargetParameters.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin.CommandTranslation
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceGlyphFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceGlyphFactoryProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceGlyphMouseHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceGlyphMouseHandlerProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceMarginConstants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceMarginPackage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceTag.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/InheritanceTagFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
using System;
55
using System.Reflection;

Tvl.VisualStudio.InheritanceMargin/ProvideBindingPathAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

Tvl.VisualStudio.InheritanceMargin/RoslynUtilities.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2-
// Licensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
namespace Tvl.VisualStudio.InheritanceMargin
55
{

stylecop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"documentationRules": {
1414
"companyName": "Tunnel Vision Laboratories, LLC",
15-
"copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the Microsoft Reciprocal License (MS-RL). See LICENSE in the project root for license information.",
15+
"copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the MIT License. See LICENSE.txt in the project root for license information.",
1616
"xmlHeader": false,
1717
"fileNamingConvention": "metadata",
1818
"documentInternalElements": false

0 commit comments

Comments
 (0)