aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-06 15:24:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-06 15:24:02 +0000
commit1a0f01ba489e745b8833f8f64a6c7b7665d5379c (patch)
tree80be10bdc64d94a5de716a21093c18677fe7aa87
parentddcb8af5f1776e30c6ac32b6461001780b10b171 (diff)
parent0712d7d8f2e9c260fb53b8e151665e0008b1361a (diff)
downloadjackson-databind-1a0f01ba489e745b8833f8f64a6c7b7665d5379c.tar.gz
Adding files required for external/ am: 0712d7d8f2
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/jackson-databind/+/12318383 Change-Id: I247117ab8cb9c91751be2d450df34218ffd8d40c
-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