Skip to content

Commit a56c665

Browse files
committed
Add license detection test
Reference: #3543 Reported-by: Omair Majid @omajid Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 7bc1e09 commit a56c665

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
.NET Core uses third-party libraries or other resources that may be
2+
distributed under licenses different than the .NET Core software.
3+
4+
Attributions and licence notices for test cases originally authored by
5+
third parties can be found in the respective test directories.
6+
7+
In the event that we accidentally failed to list a required notice, please
8+
bring it to our attention. Post an issue or email us:
9+
10+
11+
12+
The attached notices are provided for information only.
13+
14+
License notice for Nuget.Client
15+
-------------------------------
16+
17+
Copyright (c) .NET Foundation. All rights reserved.
18+
19+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
20+
these files except in compliance with the License. You may obtain a copy of the
21+
License at
22+
23+
http://www.apache.org/licenses/LICENSE-2.0
24+
25+
Unless required by applicable law or agreed to in writing, software distributed
26+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
27+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
28+
specific language governing permissions and limitations under the License.
29+
30+
31+
License notice for LZMA SDK
32+
---------------------------
33+
34+
http://7-zip.org/sdk.html
35+
36+
LZMA SDK is placed in the public domain.
37+
38+
Anyone is free to copy, modify, publish, use, compile, sell, or distribute the
39+
original LZMA SDK code, either in source code form or as a compiled binary,
40+
for any purpose, commercial or non-commercial, and by any means.
41+
42+
License notice for RFC 3492
43+
---------------------------
44+
45+
Copyright (C) The Internet Society (2003). All Rights Reserved.
46+
47+
This document and translations of it may be copied and furnished to
48+
others, and derivative works that comment on or otherwise explain it
49+
or assist in its implementation may be prepared, copied, published
50+
and distributed, in whole or in part, without restriction of any
51+
kind, provided that the above copyright notice and this paragraph are
52+
included on all such copies and derivative works. However, this
53+
document itself may not be modified in any way, such as by removing
54+
the copyright notice or references to the Internet Society or other
55+
Internet organizations, except as needed for the purpose of
56+
developing Internet standards in which case the procedures for
57+
copyrights defined in the Internet Standards process must be
58+
followed, or as required to translate it into languages other than
59+
English.
60+
61+
The limited permissions granted above are perpetual and will not be
62+
revoked by the Internet Society or its successors or assigns.
63+
64+
This document and the information contained herein is provided on an
65+
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
66+
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
67+
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
68+
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
69+
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
70+
71+
License notice for MonoDevelop
72+
------------------------------
73+
74+
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
75+
76+
Permission is hereby granted, free of charge, to any person obtaining a copy
77+
of this software and associated documentation files (the "Software"), to deal
78+
in the Software without restriction, including without limitation the rights
79+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
80+
copies of the Software, and to permit persons to whom the Software is
81+
furnished to do so, subject to the following conditions:
82+
83+
The above copyright notice and this permission notice shall be included in
84+
all copies or substantial portions of the Software.
85+
86+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
88+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
89+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
90+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
91+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
92+
THE SOFTWARE.
93+
94+
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
95+
96+
Permission is hereby granted, free of charge, to any person obtaining a copy
97+
of this software and associated documentation files (the "Software"), to deal
98+
in the Software without restriction, including without limitation the rights
99+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
100+
copies of the Software, and to permit persons to whom the Software is
101+
furnished to do so, subject to the following conditions:
102+
103+
The above copyright notice and this permission notice shall be included in
104+
all copies or substantial portions of the Software.
105+
106+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
107+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
108+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
109+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
110+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
111+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
112+
THE SOFTWARE.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
license_expressions:
2+
- unknown-license-reference
3+
- apache-2.0
4+
- lzma-sdk-9.22
5+
- ietf
6+
- mit
7+
- mit

0 commit comments

Comments
 (0)