Skip to content
Merged
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
36 changes: 32 additions & 4 deletions ABOUT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,29 @@ The above copyright notice and this permission notice shall be included in all c

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.

Microsoft.Extensions.AI.Abstractions v10.5.2
Microsoft.Extensions.Caching.Abstractions v10.0.8
Microsoft.Extensions.Configuration.Abstractions v10.0.8
Microsoft.Extensions.DependencyInjection.Abstractions v10.0.8
Microsoft.Extensions.Diagnostics.Abstractions v10.0.8
Microsoft.Extensions.FileProviders.Abstractions v10.0.8
Microsoft.Extensions.Hosting.Abstractions v10.0.8
Microsoft.Extensions.Logging.Abstractions v10.0.8
Microsoft.Extensions.Options v10.0.8
Microsoft.Extensions.Primitives v10.0.8
The MIT License (MIT)
https://github.com/dotnet/runtime/blob/v10.0.8/LICENSE.TXT
https://github.com/dotnet/extensions/blob/2a86d759c251eee39274c191bd9f8e14c58f875a/LICENSE

Copyright (c) .NET Foundation and Contributors
All rights reserved.

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.

CsvHelper v30.0.1
Apache 2.0
https://github.com/JoshClose/CsvHelper/blob/master/LICENSE.txt
Expand Down Expand Up @@ -885,10 +908,15 @@ ByteSize (https://github.com/omar/ByteSize) - The MIT License (MIT), Copyright (
ModelContextProtocol v.1.3.0:
ModelContextProtocol.Core v.1.3.0:
https://github.com/modelcontextprotocol/csharp-sdk
https://github.com/modelcontextprotocol/csharp-sdk/blob/main/LICENSE
The MIT License (MIT)
Copyright (c) 2023-present Model Context Protocol contributors
Copyright (c) 2023-present Microsoft Corporation
https://github.com/modelcontextprotocol/csharp-sdk/blob/v1.3.0/LICENSE
Apache License, Version 2.0
Copyright (c) 2024-2026 Model Context Protocol a Series of LF Projects, LLC.

The upstream project is transitioning from the MIT License to the Apache License, Version 2.0. New and relicensed contributions are Apache-2.0; contributions not yet relicensed remain under the MIT License. The packages consumed here declare Apache-2.0.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Portions not yet relicensed remain under the MIT License:

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:

Expand Down
Loading