aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2021-07-21 22:28:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-21 22:28:59 +0000
commitde159c2d839cdda49de0318b2ba441f52aefd994 (patch)
tree2878509b9aff734261b6e274b0b2c38bf7d2c153
parent0b604f821af8c1bf537ef1fc2297122b66fe6254 (diff)
parent6b8b63c80976804254a5d7e84ebc001e31f30a31 (diff)
downloadliburing-de159c2d839cdda49de0318b2ba441f52aefd994.tar.gz
Add third-party metadata. am: 0c15f927ab am: 6fe3615a61 am: 6b8b63c809
Original change: https://android-review.googlesource.com/c/platform/external/liburing/+/1773367 Change-Id: I35f515a97dbaa957c29a7cdca8e80c5d0f29302a
-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