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
commitd881b91572a084fe4d96cbe7fa9a790a784ffac1 (patch)
tree12a005145c20e3b0f75302c818d86abfdd65ee5c
parent9dc7e661c0f07fb4092d2a3e5edb696848cee51e (diff)
parentc33d0941e9826af223447e0e0596ad92cb3ed163 (diff)
downloadrand_chacha-d881b91572a084fe4d96cbe7fa9a790a784ffac1.tar.gz
Add metadata files am: 0fa126bf07 am: 53dd5274dd am: 44b6f69a6d am: c33d0941e9
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand_chacha/+/1357989 Change-Id: I4a45a203bd643c6ee683c176bcfa55c9519787ea
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..433ae78
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "rand_chacha"
+description:
+ "ChaCha random number generator"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/rand_chacha"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/rust-random/rand"
+ }
+ version: "0.2.2"
+ last_upgrade_date { year: 2020 month: 6 day: 18 }
+ # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
+ 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