diff options
author | Dave <dmz.oneill@gmail.com> | 2024-03-13 14:41:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:41:40 +0100 |
commit | 12843eccf7c5282e9ec5350ffc6884e82d40e62f (patch) | |
tree | 150c8dab4037d5658706e61dd6860be13507a5db /licenses/msal-extensions.txt | |
parent | Prune dangle image periodically (#14957) (diff) | |
download | awx-12843eccf7c5282e9ec5350ffc6884e82d40e62f.tar.xz awx-12843eccf7c5282e9ec5350ffc6884e82d40e62f.zip |
AAP-13369 Python 3.9 -> 3.11 upgrade (#14771)
* Python 3.9 -> 3.11 upgrade
* Test: updating azure-keyvault to 4.2.0
* Revert "Test: updating azure-keyvault to 4.2.0"
This reverts commit cf0b83699442e0c0de4a1152d4af8543a5e05b88.
* Test: updating azure-keyvault to latest and adding azure-identity
* Fix licenses
* Adding new licenses
* Revert "Fix licenses"
This reverts commit da3876911ef5ebbe7a8adbddd336ced3039b6228.
* Fixing dependencies
* Test: updating azure-keyvault to 4.2.0
* Fix licenses
* Revert "Fix licenses"
This reverts commit da3876911ef5ebbe7a8adbddd336ced3039b6228.
* Fixing dependencies
---------
Co-authored-by: César Francisco San Nicolás Martínez <csannico@redhat.com>
Diffstat (limited to 'licenses/msal-extensions.txt')
-rw-r--r-- | licenses/msal-extensions.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/licenses/msal-extensions.txt b/licenses/msal-extensions.txt new file mode 100644 index 0000000000..d1ca00f20a --- /dev/null +++ b/licenses/msal-extensions.txt @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. 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
\ No newline at end of file |