- 
                Notifications
    You must be signed in to change notification settings 
- Fork 60
Add TestData project containing Unicode UCD files #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
            GrabYourPitchforks
  merged 11 commits into
  dotnet:master
from
GrabYourPitchforks:unicodedata
  
      
      
   
  Dec 10, 2019 
      
    
  
     Merged
                    Changes from 5 commits
      Commits
    
    
            Show all changes
          
          
            11 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      b8abc58
              
                Add TestData project containing Unicode UCD files
              
              
                GrabYourPitchforks b7bb156
              
                Consolidate third-party notices
              
              
                GrabYourPitchforks ffd072d
              
                Merge remote-tracking branch 'origin/master' into unicodedata
              
              
                GrabYourPitchforks f798998
              
                Remove old third-party notices
              
              
                GrabYourPitchforks 5aba85b
              
                Rename CoreFx.Private.TestUtilities.Unicode.TestData -> Microsoft.Pri…
              
              
                GrabYourPitchforks 81792a8
              
                Rename project to Microsoft.Private.Runtime.UnicodeData
              
              
                GrabYourPitchforks f63b6e5
              
                Merge remote-tracking branch 'origin/master' into unicodedata
              
              
                GrabYourPitchforks 9bb7876
              
                Remove version number from UnicodeData project
              
              
                GrabYourPitchforks 0a89f72
              
                Merge remote-tracking branch 'origin/master' into unicodedata
              
              
                GrabYourPitchforks baa8598
              
                Rename Microsoft.Private.* -> System.Private.*
              
              
                GrabYourPitchforks 29de9a8
              
                Specify nupkg properties explicitly
              
              
                GrabYourPitchforks File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | 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. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.