Add METADATA / Licensing info
Change-Id: Icc17547a0292c0ed508790a2c6bc3e5814bc1594
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..60af273
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: structopt
+description: "Parse command line argument by defining a struct."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/structopt"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/TeXitoi/structopt"
+ }
+ version: "0.3.14"
+ 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