Add METADATA / Licensing info am: ed985d4a5a am: 189086d8e9 am: 2bb6f83c14 am: 4a741144d9 am: 8552d821d9

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-segmentation/+/1321872

Change-Id: I5c5adda65db81f235256612989e40224a7caeaf6
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..8bab1c9
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: unicode-segmentation
+description: "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules."
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://crates.io/crates/unicode-segmentation"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/unicode-rs/unicode-segmentation"
+  }
+  version: "1.6.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