Skip to content

Commit 4e8d82a

Browse files
Add assets package containing Unicode UCD files (#44)
1 parent 97a3499 commit 4e8d82a

File tree

12 files changed

+83936
-29
lines changed

12 files changed

+83936
-29
lines changed

THIRD-PARTY-NOTICES.TXT

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
In the event that we accidentally failed to list a required notice, please
5+
bring it to our attention. Post an issue or email us:
6+
7+
8+
9+
The attached notices are provided for information only.
10+
11+
License notice for Stack Overflow
12+
---------------------------------
13+
14+
Policy: https://stackoverflow.com/help/licensing
15+
License: https://creativecommons.org/licenses/by-sa/3.0/
16+
17+
Title: javascript regex iso datetime
18+
Content: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231
19+
Question author: Scott -- https://stackoverflow.com/users/140811/scott
20+
Answer author: Brock Adams -- https://stackoverflow.com/users/331508/brock-adams
21+
22+
Use:
23+
24+
* https://github.com/dotnet/runtime-assets/blob/1b409ad29feded5e1723e67a37fe094c1c8d0a08/System.IO.Compression.TestData/UncompressedTestFiles/WebFiles/angular.js
25+
* https://github.com/dotnet/runtime-assets/blob/1b409ad29feded5e1723e67a37fe094c1c8d0a08/System.IO.Compression.TestData/GZipTestData/WebFiles/angular.js.gz
26+
27+
28+
License notice for Unicode data
29+
-------------------------------
30+
31+
http://www.unicode.org/copyright.html#License
32+
33+
Copyright © 1991-2019 Unicode, Inc. All rights reserved.
34+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
35+
36+
Permission is hereby granted, free of charge, to any person obtaining
37+
a copy of the Unicode data files and any associated documentation
38+
(the "Data Files") or Unicode software and any associated documentation
39+
(the "Software") to deal in the Data Files or Software
40+
without restriction, including without limitation the rights to use,
41+
copy, modify, merge, publish, distribute, and/or sell copies of
42+
the Data Files or Software, and to permit persons to whom the Data Files
43+
or Software are furnished to do so, provided that either
44+
(a) this copyright and permission notice appear with all copies
45+
of the Data Files or Software, or
46+
(b) this copyright and permission notice appear in associated
47+
Documentation.
48+
49+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
50+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
51+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
53+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
54+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
55+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
56+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
57+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
58+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
59+
60+
Except as contained in this notice, the name of a copyright holder
61+
shall not be used in advertising or otherwise to promote the sale,
62+
use or other dealings in these Data Files or Software without prior
63+
written authorization of the copyright holder.

runtime-assets.sln

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.IO.Packaging.TestDat
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.TestData", "src\System.Net.TestData\System.Net.TestData.csproj", "{D05B44EC-6903-4CD8-95AC-14096D51BE26}"
1515
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Private.Runtime.UnicodeData", "src\System.Private.Runtime.UnicodeData\System.Private.Runtime.UnicodeData.csproj", "{6E7ACB67-F024-4289-A86E-482A88BEE7D5}"
17+
EndProject
1618
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security.Cryptography.X509Certificates.TestData", "src\System.Security.Cryptography.X509Certificates.TestData\System.Security.Cryptography.X509Certificates.TestData.csproj", "{71993558-D1D9-487D-A119-E3105CDE9C55}"
1719
EndProject
1820
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.RegularExpressions.TestData", "src\System.Text.RegularExpressions.TestData\System.Text.RegularExpressions.TestData.csproj", "{A4E24DCF-46B0-493A-B328-9173E567693B}"
@@ -92,6 +94,18 @@ Global
9294
{D05B44EC-6903-4CD8-95AC-14096D51BE26}.Release|x64.Build.0 = Release|Any CPU
9395
{D05B44EC-6903-4CD8-95AC-14096D51BE26}.Release|x86.ActiveCfg = Release|Any CPU
9496
{D05B44EC-6903-4CD8-95AC-14096D51BE26}.Release|x86.Build.0 = Release|Any CPU
97+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
98+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
99+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x64.ActiveCfg = Debug|Any CPU
100+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x64.Build.0 = Debug|Any CPU
101+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x86.ActiveCfg = Debug|Any CPU
102+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x86.Build.0 = Debug|Any CPU
103+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
104+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|Any CPU.Build.0 = Release|Any CPU
105+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x64.ActiveCfg = Release|Any CPU
106+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x64.Build.0 = Release|Any CPU
107+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x86.ActiveCfg = Release|Any CPU
108+
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x86.Build.0 = Release|Any CPU
95109
{71993558-D1D9-487D-A119-E3105CDE9C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
96110
{71993558-D1D9-487D-A119-E3105CDE9C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
97111
{71993558-D1D9-487D-A119-E3105CDE9C55}.Debug|x64.ActiveCfg = Debug|Any CPU

src/System.IO.Compression.TestData/THIRD-PARTY-NOTICES.TXT

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)