Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 284aa2c

Browse files
committed
Split license and third-party notices
1 parent c0b984e commit 284aa2c

File tree

4 files changed

+46
-35
lines changed

4 files changed

+46
-35
lines changed

LICENSE

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,3 @@ Unless required by applicable law or agreed to in writing, software distributed
1010
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
1111
CONDITIONS OF ANY KIND, either express or implied. See the License for the
1212
specific language governing permissions and limitations under the License.
13-
14-
---
15-
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-
StyleCop Analyzers
35-
36-
Copyright 2015 Tunnel Vision Laboratories, LLC.
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.

PublicApiAnalyzer.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2020
CONTRIBUTING.md = CONTRIBUTING.md
2121
LICENSE = LICENSE
2222
README.md = README.md
23+
THIRD-PARTY-NOTICES.txt = THIRD-PARTY-NOTICES.txt
2324
EndProjectSection
2425
EndProject
2526
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7B1E5C00-D8DB-41A6-AEB4-671EF3AD3586}"

PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
</metadata>
1818
<files>
1919

20+
<!-- Additional Files -->
21+
<file src="..\..\LICENSE" />
22+
<file src="..\..\THIRD-PARTY-NOTICES.txt" />
23+
2024
<!-- Binaries and symbols -->
2125
<file src="bin\$Configuration$\netstandard1.1\PublicApiAnalyzer.dll" target="analyzers\dotnet\cs" />
2226
<file src="bin\$Configuration$\netstandard1.1\**\PublicApiAnalyzer.resources.dll" target="analyzers\dotnet\cs" />

THIRD-PARTY-NOTICES.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
PublicApiAnalyzer uses third-party libraries or other resources that may be
2+
distributed under licenses different than the PublicApiAnalyzer software.
3+
4+
In the event that we accidentally failed to list a required notice, please
5+
bring it to our attention by posting an issue.
6+
7+
The attached notices are provided for information only.
8+
9+
10+
License notice for .NET Compiler Platform ("Roslyn")
11+
----------------------------------------------------
12+
13+
Copyright Microsoft.
14+
15+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
16+
these files except in compliance with the License. You may obtain a copy of the
17+
License at
18+
19+
http://www.apache.org/licenses/LICENSE-2.0
20+
21+
Unless required by applicable law or agreed to in writing, software distributed
22+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
23+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
24+
specific language governing permissions and limitations under the License.
25+
26+
27+
License notice for StyleCop.Analyzers
28+
-------------------------------------
29+
30+
Copyright (c) Tunnel Vision Laboratories, LLC. All rights reserved.
31+
32+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
33+
these files except in compliance with the License. You may obtain a copy of the
34+
License at
35+
36+
http://www.apache.org/licenses/LICENSE-2.0
37+
38+
Unless required by applicable law or agreed to in writing, software distributed
39+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
40+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
41+
specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)