summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2019-08-02 16:45:22 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-02 16:45:22 -0700
commitbe83b553fef2fa13ecc8edbea974f450637cc60e (patch)
tree5e446882e9b3852fedddada36e9abf7fff69f0c4
parent3d406b8575766698bae4908c2cadc3034eb9200c (diff)
parent6b03344fbe4681511bd68f81a6b2880903157c97 (diff)
Add metadata files am: f082a5799a am: f1dd033208 am: 774e95c8a5
am: 6b03344fbe Change-Id: I11d9ee1c62608e43b81a64c100d0682acf66d2da
-rw-r--r--METADATA18
-rw-r--r--MODULE_LICENSE_LGPL20
l---------NOTICE1
3 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..749cb0c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "libfuse"
+description:
+ "The reference implementation of the Linux FUSE (Filesystem in Userspace) "
+ "interface"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/libfuse"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/libfuse/libfuse.git"
+ }
+ version: "3.6.2"
+ last_upgrade_date { year: 2019 month: 7 day: 19 }
+ license_type: RESTRICTED_IF_STATICALLY_LINKED
+}
diff --git a/MODULE_LICENSE_LGPL2 b/MODULE_LICENSE_LGPL2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_LGPL2
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file