aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-05 20:43:18 +0100
committerNeil Fuller <nfuller@google.com>2020-08-05 20:43:18 +0100
commit0712d7d8f2e9c260fb53b8e151665e0008b1361a (patch)
tree80be10bdc64d94a5de716a21093c18677fe7aa87
parent6fd19d1ee827a9757f951fe7444d263d2e1c662c (diff)
downloadjackson-databind-0712d7d8f2e9c260fb53b8e151665e0008b1361a.tar.gz
Adding files required for external/
Test: None Bug: 152747091 Change-Id: I002768068bb9d6667f633451df9f7099a5977702
-rw-r--r--METADATA20
-rw-r--r--MODULE_LICENSE_APACHE20
2 files changed, 20 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..b16d2febf
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,20 @@
+name: "jackson-databind"
+description:
+ "This project contains the general-purpose data-binding functionality and "
+ "tree-model for Jackson Data Processor. It builds on Streaming API (stream "
+ "parser/generator) package, and uses Jackson Annotations for configuration. "
+ "Project is licensed under Apache License 2.0."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/FasterXML/jackson-databind"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/FasterXML/jackson-databind.git"
+ }
+ version: "2.12"
+ last_upgrade_date { year: 2020 month: 8 day: 5 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2