aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-05 20:10:12 +0100
committerNeil Fuller <nfuller@google.com>2020-08-05 20:12:39 +0100
commitd94b7d89ef60b7b7e4921bf8258fe1642803c425 (patch)
tree70e4631082428704dd35a700c66a86c0f47ca45f
parentd0968a04b8e040cda564fa6cddd10ca2632a1fd7 (diff)
downloadjackson-core-d94b7d89ef60b7b7e4921bf8258fe1642803c425.tar.gz
Adding files required for external/
Test: None Bug: 152747091 Change-Id: I064a5d69d256b48b5b841bf38c870a19cd4eb92d
-rw-r--r--METADATA22
-rw-r--r--MODULE_LICENSE_APACHE20
2 files changed, 22 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..91d28eb0
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,22 @@
+name: "jackson-core"
+description:
+ "This project contains core low-level incremental ("streaming") parser and "
+ "generator abstractions used by Jackson Data Processor. It also includes "
+ "the default implementation of handler types (parser, generator) that "
+ "handle JSON format. The core abstractions are not JSON specific, although "
+ "naming does contain 'JSON' in many places, due to historical reasons. Only "
+ "packages that specifically contain word 'json' are JSON-specific."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/FasterXML/jackson-core"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/FasterXML/jackson-core.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 00000000..e69de29b
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2