aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-07 13:41:04 -0700
committerJoel Galenson <jgalenson@google.com>2020-07-07 13:41:04 -0700
commit0fa126bf077c9915e114f9299861219697a857b8 (patch)
tree12a005145c20e3b0f75302c818d86abfdd65ee5c
parent79677650b968ec08af57025ffa9332d8506e6087 (diff)
downloadrand_chacha-0fa126bf077c9915e114f9299861219697a857b8.tar.gz
Add metadata files
Change-Id: I987cdcc614cf0047ae0a70b8c148e608c34068f7
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