aboutsummaryrefslogtreecommitdiff
path: root/LICENSE-MIT
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-22 09:58:47 +0100
committerJakub Kotur <qtr@google.com>2021-03-16 15:53:07 +0100
commit00ae16c006e7cbaae1607b18e42773aea747dd42 (patch)
treee7043dd243c60e90da63a7851b0fd7091a284886 /LICENSE-MIT
parenta1fea5657190801bcb3a7160fb41eb26de8e8ddf (diff)
downloadcrossbeam-utils-00ae16c006e7cbaae1607b18e42773aea747dd42.tar.gz
Add metadata files for crossbeam-utils.
Tests are disabled because the parser on device is considering them failing. This is because every test that is printing unrecognized output is considered failing. In case of this lib it's validating if threads are behaving correctly when panicking, and panic is printing stuff to stderr. Interestingly this is and issue only on device because there we're parsing both stdout and stderr while as opposed to stdout only on host. I'll enable tests for both host and device once the parser issue is solved. Bug: 155309706 Change-Id: Ic7762ed7bce403d41ecb28ba4b578de614309b6a
Diffstat (limited to 'LICENSE-MIT')
-rw-r--r--LICENSE-MIT27
1 files changed, 27 insertions, 0 deletions
diff --git a/LICENSE-MIT b/LICENSE-MIT
new file mode 100644
index 0000000..068d491
--- /dev/null
+++ b/LICENSE-MIT
@@ -0,0 +1,27 @@
+The MIT License (MIT)
+
+Copyright (c) 2019 The Crossbeam 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.