aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-06-05 15:52:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-05 15:52:11 +0000
commitac0d527f7ad797e0b66d7ab2f74e7998cbfb047c (patch)
tree9e73f917ed3d995671a5303e8bc51db71cb938ed
parentf31501bdf0c491192bdb5242b843970d6b09d052 (diff)
parent417d1f3ea8c5594f9752b106e3c60e2647337e8b (diff)
downloadtermcolor-ac0d527f7ad797e0b66d7ab2f74e7998cbfb047c.tar.gz
Add METADATA / Licensing info am: 3601096306 am: 0123e4f07b am: 417d1f3ea8
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/termcolor/+/1321870 Change-Id: I57d2ad90882eca0c6d189eb7de5aae5e003da50f
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