Skip to content

Commit b6b9b02

Browse files
authored
Merge pull request #3120 from sharwell/mit-license
Switch to MIT license
2 parents 2c7770d + 8fd05e8 commit b6b9b02

File tree

1,271 files changed

+1361
-1336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,271 files changed

+1361
-1336
lines changed

LICENSE

Lines changed: 18 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,23 @@
1-
Copyright (c) Tunnel Vision Laboratories, LLC. All rights reserved.
1+
The MIT License (MIT)
22

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

7-
http://www.apache.org/licenses/LICENSE-2.0
5+
All rights reserved.
86

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.
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
1313

14-
---
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
1516

16-
This project uses other open source projects, which are used under the terms
17-
of the following license(s).
18-
19-
.NET Compiler Platform ("Roslyn")
20-
21-
Copyright Microsoft.
22-
23-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
24-
these files except in compliance with the License. You may obtain a copy of the
25-
License at
26-
27-
http://www.apache.org/licenses/LICENSE-2.0
28-
29-
Unless required by applicable law or agreed to in writing, software distributed
30-
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
31-
CONDITIONS OF ANY KIND, either express or implied. See the License for the
32-
specific language governing permissions and limitations under the License.
33-
34-
Code Cracker
35-
36-
Copyright 2014 Giovanni Bassi and Elemar Jr.
37-
38-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
39-
these files except in compliance with the License. You may obtain a copy of the
40-
License at
41-
42-
http://www.apache.org/licenses/LICENSE-2.0
43-
44-
Unless required by applicable law or agreed to in writing, software distributed
45-
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
46-
CONDITIONS OF ANY KIND, either express or implied. See the License for the
47-
specific language governing permissions and limitations under the License.
48-
49-
LightJson
50-
51-
Copyright (c) 2017 Marcos López C.
52-
53-
Permission is hereby granted, free of charge, to any person obtaining a copy
54-
of this software and associated documentation files (the "Software"), to deal
55-
in the Software without restriction, including without limitation the rights
56-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
57-
copies of the Software, and to permit persons to whom the Software is
58-
furnished to do so, subject to the following conditions:
59-
60-
The above copyright notice and this permission notice shall be included in
61-
all copies or substantial portions of the Software.
62-
63-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
64-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
65-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
66-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
67-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
68-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
69-
THE SOFTWARE.
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/FileHeaderCodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/InheritdocCodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/PropertySummaryDocumentationCodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1600CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1609SA1610CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1615SA1616CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1617CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1626CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/DocumentationRules/SA1629CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
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 Apache License, Version 2.0. See LICENSE in the project root for license information.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
namespace StyleCop.Analyzers.DocumentationRules
55
{

0 commit comments

Comments
 (0)