aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-30 16:52:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-30 16:52:53 +0000
commit7fb563b320057ea0ac6aa2b59751a0e1704effc4 (patch)
treeb35c8c445b8609ea7a6a7283c60bb2e17fa56062
parent4bdd88eb3c1d333edef3cb47b9d9fe253bdc16b8 (diff)
parenteadde6a1eafd35c8e8b8f78cf73359321737652d (diff)
downloadlru-cache-7fb563b320057ea0ac6aa2b59751a0e1704effc4.tar.gz
Add metadata files am: 76a157d30a am: 501aa7cc12 am: c1e483a4c8 am: a1af3285f2 am: eadde6a1ea
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/1375177 Change-Id: I95bc2ffec5d6fecc44e075f47562ee797c8f8b9e
l---------LICENSE1
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_APACHE20
3 files changed, 18 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..6b579aa
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+LICENSE-APACHE \ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..00d1884
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "lru-cache"
+description:
+ "A cache that holds a limited number of key-value pairs"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/lru-cache"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/contain-rs/lru-cache"
+ }
+ version: "0.1.2"
+ last_upgrade_date { year: 2020 month: 6 day: 11 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2