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
commit89be39c91fffe0328155be68db92ac6ba6473026 (patch)
treeca2db28f0a56e3fd59c2c5964c2aad970df665af
parentc52c35e16b5d81a37074f6d43a9990f9d9c50b13 (diff)
parent0a2666b31a611cbe6e4ac662259ea78e65acc21e (diff)
downloadtime-89be39c91fffe0328155be68db92ac6ba6473026.tar.gz
Add metadata files am: 68e693915f am: 0a2666b31a
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/time/+/1374052 Change-Id: I21fc35f72f82becf91c8c4763e4f8fdd7c6ea849
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..9f31291
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "time"
+description:
+ "Utilities for working with time-related functions in Rust."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/time"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/time-rs/time"
+ }
+ version: "0.1.43"
+ 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