diff --git a/CollectionsCompat.sln b/CollectionsCompat.sln
index 36ff423..7813dfe 100644
--- a/CollectionsCompat.sln
+++ b/CollectionsCompat.sln
@@ -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}"
diff --git a/LICENSE b/LICENSE
index 8256980..04e89fc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
@@ -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.
diff --git a/README.md b/README.md
index fbab542..46ce7e9 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,21 @@
-# Rackspace.Collections.Immutable
+# TunnelVisionLabs.Collections.Immutable
[][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
diff --git a/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/System.Collections.Immutable/src/System.Collections.Immutable.csproj
index f9b941c..457a1a9 100644
--- a/System.Collections.Immutable/src/System.Collections.Immutable.csproj
+++ b/System.Collections.Immutable/src/System.Collections.Immutable.csproj
@@ -6,8 +6,8 @@
Rackspace.Collections.Immutable
Compatibility library for using the Microsoft Immutable Collections library in projects targeting .NET 3.5 and newer.
- Microsoft Corporation
- © Microsoft Corporation. All rights reserved.
+ Tunnel Vision Laboratories, LLC
+ © Tunnel Vision Laboratories, LLC. All rights reserved.
en-US
1.1.0.0
@@ -20,7 +20,7 @@
true
true
- Rackspace.Collections.Immutable
+ TunnelVisionLabs.Collections.Immutable
$(InformationalVersion)
Sam Harwell
true
diff --git a/THIRD-PARTY-NOTICES.txt b/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..397eb8b
--- /dev/null
+++ b/THIRD-PARTY-NOTICES.txt
@@ -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.