aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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