From 8cc49d3da47eb7ec2b5e1d90da822ba8f743db0f Mon Sep 17 00:00:00 2001 From: Jibola Date: Mon, 27 Nov 2023 13:18:31 -0500 Subject: [PATCH] adding MongoDB 2023 license --- LICENSE | 2 +- THIRD-PARTY-NOTICES.txt | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 THIRD-PARTY-NOTICES.txt diff --git a/LICENSE b/LICENSE index f11987b..9c240ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Sebastián Ramírez +Copyright (c) 2023 MongoDB Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/THIRD-PARTY-NOTICES.txt b/THIRD-PARTY-NOTICES.txt new file mode 100644 index 0000000..d6dbe58 --- /dev/null +++ b/THIRD-PARTY-NOTICES.txt @@ -0,0 +1,36 @@ +MongoDB uses third-party libraries or other resources that may be +distributed under licenses different than the MongoDB software. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention by creating a pull-request or filing a github +issue with the full-stack-fastapi-mongodb project. + +The attached notices are provided for information only. + +For any licenses that require disclosure of source, sources are available at +https://github.com/mongodb-labs/full-stack-fastapi-mongodb. + +1) License notice for full-stack-fastapi-postgresql +--------------------------------------------------- + +MIT License + +Copyright (c) 2019 Sebastián Ramírez + +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.