aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-30 15:33:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-30 15:33:01 +0000
commit33c71746a8503370fd1acb87b4add80b481acce6 (patch)
tree39e7a9e6f9c51aa04b808fe4048438a021a649f8
parente42445152a37747b751c79ab578a58832ffbed30 (diff)
parentd32c0a5db6ed5b2f9d03fa555a05524d9e973191 (diff)
downloadsmallvec-33c71746a8503370fd1acb87b4add80b481acce6.tar.gz
Add metadata files am: d32c0a5db6
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/smallvec/+/1374114 Change-Id: Ic7ce9fe0bc564c7d1284312ead9f3b607dc3af92
l---------LICENSE1
-rw-r--r--METADATA18
-rw-r--r--MODULE_LICENSE_APACHE20
3 files changed, 19 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..7c7eccd
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "smallvec"
+description:
+ "'Small vector' optimization: store up to a small number of items on the "
+ "stack"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/smallvec"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/servo/rust-smallvec"
+ }
+ version: "1.4.0"
+ 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