aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-06-02 11:15:06 -0700
committerMatthew Maurer <mmaurer@google.com>2020-06-02 11:15:06 -0700
commitb9c6c14cca18afa346c1fc036b90c626979a8803 (patch)
tree833a7b0f86400583bdab4f7b2fa5a7266d46b52c
parent6967d67d623b869bfedf119d9cc79ea862d2175e (diff)
downloadheck-b9c6c14cca18afa346c1fc036b90c626979a8803.tar.gz
Add METADATA / Licensing info
Change-Id: Icf59389d6cd46a5317c502e02a33691a2d92a8fc
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..5103e71
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: heck
+description: "heck is a case conversion library."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/heck"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/withoutboats/heck"
+ }
+ version: "0.3.1"
+ 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