Skip to content

Update documentation and notices for release under Tunnel Vision Laboratories, LLC #21

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions CollectionsCompat.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
THIRD-PARTY-NOTICES.txt = THIRD-PARTY-NOTICES.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.Immutable", "System.Collections.Immutable\src\System.Collections.Immutable.csproj", "{AFD73D93-F104-443A-8BD9-033C7BDFD6C3}"
Expand Down
29 changes: 1 addition & 28 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Rackspace US
Copyright (c) Tunnel Vision Laboratories, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,30 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---

This project uses other open source projects, which are used under the terms
of the following license(s).

.NET Core

Copyright (c) Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS 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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Rackspace.Collections.Immutable
# TunnelVisionLabs.Collections.Immutable

[![Build status](https://ci.appveyor.com/api/projects/status/o6sy4k8aaif2tel8/branch/master?svg=true)][1]

This project is a complete port of the [System.Collections.Immutable][2] assembly to support .NET 3.5 and newer.
This project is a complete port of the [System.Collections.Immutable][2] assembly to support .NET 2.0 and newer.

[1]: https://ci.appveyor.com/project/sharwell/dotnet-collections/branch/master
[2]: https://www.nuget.org/packages/System.Collections.Immutable

## Releases

* [Binaries (NuGet)](https://www.nuget.org/packages/Rackspace.Collections.Immutable)
* [Release Notes](https://github.com/rackerlabs/dotnet-collections/releases)
* [License](https://github.com/sharwell/dotnet-collections/blob/master/LICENSE)
* [Binaries (NuGet)](https://www.nuget.org/packages/TunnelVisionLabs.Collections.Immutable)
* [Release Notes](https://github.com/tunnelvisionlabs/dotnet-collections/releases)
* [License](https://github.com/tunnelvisionlabs/dotnet-collections/blob/master/LICENSE)

Release version 1.1.36 and earlier can be found on NuGet in the [Rackspace.Collections.Immutable][3] library.

[3]: https://www.nuget.org/packages/Rackspace.Collections.Immutable

## Supported APIs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AssemblyName>Rackspace.Collections.Immutable</AssemblyName>

<Description>Compatibility library for using the Microsoft Immutable Collections library in projects targeting .NET 3.5 and newer.</Description>
<Company>Microsoft Corporation</Company>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<Company>Tunnel Vision Laboratories, LLC</Company>
<Copyright>© Tunnel Vision Laboratories, LLC. All rights reserved.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>

<Version>1.1.0.0</Version>
Expand All @@ -20,7 +20,7 @@
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>

<PackageId>Rackspace.Collections.Immutable</PackageId>
<PackageId>TunnelVisionLabs.Collections.Immutable</PackageId>
<PackageVersion>$(InformationalVersion)</PackageVersion>
<Authors>Sam Harwell</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
55 changes: 55 additions & 0 deletions THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
The Java Threading library uses third-party libraries or other resources that may be
distributed under licenses different than the Java Threading Library software.

In the event that we accidentally failed to list a required notice, please
bring it to our attention by posting an issue.

The attached notices are provided for information only.

License notice for Rackspace.Collections.Immutable
--------------------------------------------------

The MIT License (MIT)

Copyright (c) Rackspace US

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS 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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

License notice for .NET Core
----------------------------

Copyright (c) Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS 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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.