aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-06-05 16:20:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-05 16:20:29 +0000
commit654655e6ceadb67b9d3c4afcc8ea261f905b0034 (patch)
tree9e73f917ed3d995671a5303e8bc51db71cb938ed
parent54ad1025f5271482de333d74fe4d1049cab28156 (diff)
parent2993e3a7657c128280a0ad75f6ec29f07d147960 (diff)
downloadtermcolor-654655e6ceadb67b9d3c4afcc8ea261f905b0034.tar.gz
Add METADATA / Licensing info am: 3601096306 am: 0123e4f07b am: 417d1f3ea8 am: ac0d527f7a am: 2993e3a765
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/termcolor/+/1321870 Change-Id: Ia677d59cc5c57220d8cb36f87965670323a8b9c0
l---------LICENSE1
-rw-r--r--METADATA19
-rw-r--r--MODULE_LICENSE_MIT0
l---------NOTICE1
4 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..7f9a88e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+LICENSE-MIT \ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d70a911
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: termcolor
+description: "A simple cross platform library for writing colored text to a terminal."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/termcolor"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/BurntSushi/termcolor"
+ }
+ version: "1.1.0"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 5
+ day: 6
+ }
+} \ No newline at end of file
diff --git a/MODULE_LICENSE_MIT b/MODULE_LICENSE_MIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MIT
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