diff options
author | rekby <rekby@ydb.tech> | 2024-08-16 13:53:46 +0300 |
---|---|---|
committer | rekby <rekby@ydb.tech> | 2024-08-16 14:02:56 +0300 |
commit | f23ace9b7c0c2e8578421e3e640e3d1cc0fe381b (patch) | |
tree | b8e99314de0a9340e442e5fa1a5289cf1a6a8704 /contrib/python/deepmerge/py3/LICENSE | |
parent | a63920bcb9be4fb351b4e4e85c7cadc6b331ba18 (diff) | |
download | ydb-f23ace9b7c0c2e8578421e3e640e3d1cc0fe381b.tar.gz |
Export python deepmerge library instead of mergedeep to github.com/ydb-platform/ydb for support python2
98bbe613ba94337077da6f6bb9b519768fdef800
Diffstat (limited to 'contrib/python/deepmerge/py3/LICENSE')
-rw-r--r-- | contrib/python/deepmerge/py3/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/python/deepmerge/py3/LICENSE b/contrib/python/deepmerge/py3/LICENSE new file mode 100644 index 0000000000..7e0b51be12 --- /dev/null +++ b/contrib/python/deepmerge/py3/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Yusuke Tsutsumi + +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. |