aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-30 15:51:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-30 15:51:35 +0000
commit6708f54866362c0ee25dcb6a98268bf058cd16c4 (patch)
tree1dd927e063a136014a39512dd191084cc76dcd80
parenteebc2db1c518e96049375a73122aecb18e603113 (diff)
parenteb68f5eb68af3b58eeeaf8a00c84499ee2c0ac29 (diff)
downloadfallible-iterator-6708f54866362c0ee25dcb6a98268bf058cd16c4.tar.gz
Add metadata files am: 186f52a024 am: eb68f5eb68
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1375108 Change-Id: If228ccb6f5bb30fe43d50f7732bbecc48f286b26
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..fb6f685
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "fallible-iterator"
+description:
+ "Fallible iterator traits"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/fallible-iterator"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/sfackler/rust-fallible-iterator"
+ }
+ version: "0.2.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