aboutsummaryrefslogtreecommitdiff
path: root/LICENSE.md
diff options
context:
space:
mode:
authorMartin Geisler <mgeisler@google.com>2024-04-09 20:01:13 +0200
committerMartin Geisler <mgeisler@google.com>2024-04-09 20:01:13 +0200
commitb1c472d10310e1e641ac8fa2642e0f42faf0ad8a (patch)
treec2c64216fc875d979ae8f7ec3a4918c207259312 /LICENSE.md
parent285c3be939e3c2ae6c1af0284aecf8acaa3ea10d (diff)
downloadbincode-b1c472d10310e1e641ac8fa2642e0f42faf0ad8a.tar.gz
Import 'bincode' crateupstream
Request Document: go/android-rust-importing-crates For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: http://b/330683225 Test: m libbincode Change-Id: I4c077729d734537bfa80a53e7c9a2ca8069353e5
Diffstat (limited to 'LICENSE.md')
-rw-r--r--LICENSE.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..3db1f01
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Ty Overby
+
+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.