Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions THIRD-PARTY-NOTICES.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.NET Core uses third-party libraries or other resources that may be
distributed under licenses different than the .NET Core software.

In the event that we accidentally failed to list a required notice, please
bring it to our attention. Post an issue or email us:

[email protected]

The attached notices are provided for information only.

License notice for Stack Overflow
---------------------------------

Policy: https://stackoverflow.com/help/licensing
License: https://creativecommons.org/licenses/by-sa/3.0/

Title: javascript regex iso datetime
Content: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231
Question author: Scott -- https://stackoverflow.com/users/140811/scott
Answer author: Brock Adams -- https://stackoverflow.com/users/331508/brock-adams

Use:

* https://github.com/dotnet/runtime-assets/blob/1b409ad29feded5e1723e67a37fe094c1c8d0a08/System.IO.Compression.TestData/UncompressedTestFiles/WebFiles/angular.js
* https://github.com/dotnet/runtime-assets/blob/1b409ad29feded5e1723e67a37fe094c1c8d0a08/System.IO.Compression.TestData/GZipTestData/WebFiles/angular.js.gz


License notice for Unicode data
-------------------------------

http://www.unicode.org/copyright.html#License

Copyright © 1991-2019 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
14 changes: 14 additions & 0 deletions runtime-assets.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.RegularExpressi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Windows.Extensions.TestData", "src\System.Windows.Extensions.TestData\System.Windows.Extensions.TestData.csproj", "{BB874A4E-3388-44EB-B4DC-40C0F38572C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreFx.Private.TestUtilities.Unicode.TestData", "CoreFx.Private.TestUtilities.Unicode.TestData\CoreFx.Private.TestUtilities.Unicode.TestData.csproj", "{6E7ACB67-F024-4289-A86E-482A88BEE7D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -128,5 +130,17 @@ Global
{BB874A4E-3388-44EB-B4DC-40C0F38572C8}.Release|x64.Build.0 = Release|Any CPU
{BB874A4E-3388-44EB-B4DC-40C0F38572C8}.Release|x86.ActiveCfg = Release|Any CPU
{BB874A4E-3388-44EB-B4DC-40C0F38572C8}.Release|x86.Build.0 = Release|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x64.ActiveCfg = Debug|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x64.Build.0 = Debug|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x86.ActiveCfg = Debug|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Debug|x86.Build.0 = Debug|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|Any CPU.Build.0 = Release|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x64.ActiveCfg = Release|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x64.Build.0 = Release|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x86.ActiveCfg = Release|Any CPU
{6E7ACB67-F024-4289-A86E-482A88BEE7D5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading