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