aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-08 18:46:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-08 18:46:53 +0000
commit579175f0ae793e38b04c947148f669338c5afea5 (patch)
treefb406486edb6117dbcc12c39b076cdd781e82d34
parentcbf313c78bc55cb0405cf47185062778d937ba2f (diff)
parentd6f2c6e35e00af8f5e7ccae49104af29cadc93bb (diff)
downloadgetrandom-579175f0ae793e38b04c947148f669338c5afea5.tar.gz
Add metadata files am: 424f1b4adc am: 5059211d44 am: d9099d59bd am: d6f2c6e35e
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/getrandom/+/1357992 Change-Id: I3dd31a74a32a1d36d9e778c4df197f90f381568c
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..fe630e7
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "getrandom"
+description:
+ "A small cross-platform library for retrieving random data from system "
+ "source"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/getrandom"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/rust-random/getrandom"
+ }
+ version: "0.1.14"
+ last_upgrade_date { year: 2020 month: 6 day: 18 }
+ 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