aboutsummaryrefslogtreecommitdiff
path: root/LICENSE-MIT
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-03-30 09:39:03 +0200
committerJeff Vander Stoep <jeffv@google.com>2023-03-30 09:39:03 +0200
commita7a12dcfc53de263c2bb06d120202c1f7dcb1885 (patch)
tree9d2b399e7395066859abbd950e2f95bb4ecd2ee8 /LICENSE-MIT
parent791ee538c219e8b887b0b3ac9cd5489c95415788 (diff)
downloadzeroize-a7a12dcfc53de263c2bb06d120202c1f7dcb1885.tar.gz
Upgrade zeroize to 1.6.0android-u-beta-1-gpl
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/zeroize For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I6d0ab1e27e53a5ab4a833bee43c7e9b8be7ec824
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..3a2b004
--- /dev/null
+++ b/LICENSE-MIT
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018-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.