From 8aa8f92af855ce3dc84082b40e873d41e94006ea Mon Sep 17 00:00:00 2001 From: "Caitlin Bales (MSFT)" Date: Wed, 14 Feb 2018 17:03:21 -0800 Subject: [PATCH] Add information on third party packages --- README.md | 2 +- THIRD PARTY NOTICES | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 THIRD PARTY NOTICES diff --git a/README.md b/README.md index 0c21ae8a238..76090d60efc 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ If you are looking to build the library locally for the purposes of contributing ## License -Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE.txt) +Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE.txt). See [Third Party Notices](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/master/THIRD%20PARTY%20NOTICES) for information on the packages referenced via NuGet. diff --git a/THIRD PARTY NOTICES b/THIRD PARTY NOTICES new file mode 100644 index 00000000000..e51b03c8d85 --- /dev/null +++ b/THIRD PARTY NOTICES @@ -0,0 +1,16 @@ +This file is based on or incorporates material from the projects listed below (Third Party OSS). The original copyright notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for the Microsoft product or service. Microsoft +reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise. + +Newtonsoft.Json - 6.0.1 <= 9.0.1 +Copyright (c) 2008 James Newton-King + +Provided for Informational Purposes Only + +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: + +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.