Skip to content

Commit 6aa64d0

Browse files
committed
Move third-party notices to THIRD-PARTY-NOTICES.txt
1 parent 2c7770d commit 6aa64d0

File tree

3 files changed

+60
-57
lines changed

3 files changed

+60
-57
lines changed

LICENSE

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -10,60 +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-
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.

StyleCopAnalyzers.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2222
CONTRIBUTING.md = CONTRIBUTING.md
2323
LICENSE = LICENSE
2424
README.md = README.md
25+
THIRD-PARTY-NOTICES.txt = THIRD-PARTY-NOTICES.txt
2526
EndProjectSection
2627
EndProject
2728
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A0840AD0-B615-487C-AEFF-9DCB691D037B}"

THIRD-PARTY-NOTICES.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,65 @@ bring it to our attention by posting an issue.
66

77
The attached notices are provided for information only.
88

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 Code Cracker
28+
-------------------------------
29+
30+
Copyright 2014 Giovanni Bassi and Elemar Jr.
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.
42+
43+
44+
License notice for LightJson
45+
----------------------------
46+
47+
Copyright (c) 2017 Marcos L�pez C.
48+
49+
Permission is hereby granted, free of charge, to any person obtaining a copy
50+
of this software and associated documentation files (the "Software"), to deal
51+
in the Software without restriction, including without limitation the rights
52+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53+
copies of the Software, and to permit persons to whom the Software is
54+
furnished to do so, subject to the following conditions:
55+
56+
The above copyright notice and this permission notice shall be included in
57+
all copies or substantial portions of the Software.
58+
59+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
62+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
65+
THE SOFTWARE.
66+
67+
968
License notice for StyleCop.Analyzers.Status
1069
--------------------------------------------------
1170

0 commit comments

Comments
 (0)