From 1638f0650ff6616942e262e6a3153e73113e430e Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 9 Aug 2021 15:02:10 -0500 Subject: [PATCH] {azure-mgmt-sql} Add LICENSE to PyPi pkg Fixes: azure/azure-sdk-for-python#20183 Signed-off-by: Major Hayden --- sdk/sql/azure-mgmt-sql/LICENSE.txt | 20 ++++++++++++++++++++ sdk/sql/azure-mgmt-sql/MANIFEST.in | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 sdk/sql/azure-mgmt-sql/LICENSE.txt diff --git a/sdk/sql/azure-mgmt-sql/LICENSE.txt b/sdk/sql/azure-mgmt-sql/LICENSE.txt new file mode 100644 index 000000000000..9573b956133b --- /dev/null +++ b/sdk/sql/azure-mgmt-sql/LICENSE.txt @@ -0,0 +1,20 @@ +The MIT License (MIT) +Copyright (c) 2014 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. \ No newline at end of file diff --git a/sdk/sql/azure-mgmt-sql/MANIFEST.in b/sdk/sql/azure-mgmt-sql/MANIFEST.in index 3a9b6517412b..ef61eb0e3527 100644 --- a/sdk/sql/azure-mgmt-sql/MANIFEST.in +++ b/sdk/sql/azure-mgmt-sql/MANIFEST.in @@ -3,4 +3,4 @@ recursive-include tests *.py *.yaml include *.md include azure/__init__.py include azure/mgmt/__init__.py - +include LICENSE.txt