aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-30 16:13:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-30 16:13:56 +0000
commita1af3285f2bfdd30aa3b752520cad3e0fa3bb101 (patch)
treeb35c8c445b8609ea7a6a7283c60bb2e17fa56062
parentea1308d1003d7a71232097015d2febb97cb72f25 (diff)
parentc1e483a4c899ed91daa1f4e077055175c60693ee (diff)
downloadlru-cache-a1af3285f2bfdd30aa3b752520cad3e0fa3bb101.tar.gz
Add metadata files am: 76a157d30a am: 501aa7cc12 am: c1e483a4c8
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/1375177 Change-Id: I2d1cd6445873650c0aeb11f66c8fee5b7690c240
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