aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2021-07-21 21:41:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-21 21:41:59 +0000
commit6fe3615a61e795ca6d94c20f4e8cb2a7a577e6d1 (patch)
tree2878509b9aff734261b6e274b0b2c38bf7d2c153
parent9cded8880a89de975b3cee7cb65f4be5b535e81b (diff)
parent0c15f927abbf3f2a72fd48ab0f84b5c74c42019b (diff)
downloadliburing-6fe3615a61e795ca6d94c20f4e8cb2a7a577e6d1.tar.gz
Add third-party metadata. am: 0c15f927ab
Original change: https://android-review.googlesource.com/c/platform/external/liburing/+/1773367 Change-Id: Ib09e868a52e5f3ea322071355e612a7d9f839242
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_MIT_LGPL0
-rw-r--r--NOTICE7
-rw-r--r--OWNERS2
4 files changed, 26 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..fb168cc
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "liburing"
+description:
+ "io_uring userspace library"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/axboe/liburing"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/axboe/liburing"
+ }
+ version: "2.0"
+ last_upgrade_date { year: 2021 month: 7 day: 20 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_MIT_LGPL b/MODULE_LICENSE_MIT_LGPL
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MIT_LGPL
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..ae941fa
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,7 @@
+Copyright 2020 Jens Axboe
+
+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.
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..542829f
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+dvander@google.com
+akailash@google.com