aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-06-05 15:28:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-05 15:28:59 +0000
commit8e98ca80d0cbe747d8213f4499cbd24c699d337e (patch)
treedb57ecc1e7aec063f939b01ccbe7b3375b9769dd
parent104e53cd6fef4654c028013dfe0fb29a489247f8 (diff)
parent9474104f9bada28b19ac5bc6e513d5356a302feb (diff)
downloadsyn-mid-8e98ca80d0cbe747d8213f4499cbd24c699d337e.tar.gz
Add METADATA / Licensing info am: cbffc4ca6e am: 9474104f9b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/syn-mid/+/1321940 Change-Id: I157126ec0d33912e62253259bf3c357cea058e1c
l---------LICENSE1
-rw-r--r--METADATA19
-rw-r--r--MODULE_LICENSE_APACHE20
l---------NOTICE1
4 files changed, 21 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..b9861b7
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: syn-mid
+description: "Providing the features between 'full' and 'derive' of syn."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/syn-mid"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/taiki-e/syn-mid"
+ }
+ version: "0.5.0"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 5
+ day: 6
+ }
+} \ No newline at end of file
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file