aboutsummaryrefslogtreecommitdiff
path: root/LICENSE-MIT
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-19 12:25:56 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-19 12:27:36 +0100
commit2136a482b1e54e41f2d81ec9be91bdf3fc8957a0 (patch)
treea80582ae260aaf6c983b8bb1c1182785fa7067b2 /LICENSE-MIT
parent39798c7dc576f2d80a10ade2922cbb573cc219ef (diff)
downloadzeroize_derive-2136a482b1e54e41f2d81ec9be91bdf3fc8957a0.tar.gz
Upgrade zeroize_derive to 1.3.3main-16k-with-phones
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/zeroize_derive For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I5e21b116c88c3d393707ddaca48aef4bb440f328
Diffstat (limited to 'LICENSE-MIT')
-rw-r--r--LICENSE-MIT21
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE-MIT b/LICENSE-MIT
new file mode 100644
index 0000000..4281628
--- /dev/null
+++ b/LICENSE-MIT
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019-2021 The RustCrypto Project Developers
+
+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.