aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-07-15 20:58:47 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-15 20:58:47 -0700
commit6e6dc82e79377868e471f20ccdd3ee3a8237206d (patch)
tree1b569fce81fb59a8f6cc322b8dedc11471565621
parente924d29befe87c8cbac757ece4df6947e3d7c131 (diff)
parent984c41e82dadda541597b0975c1d9e1af07cdd8d (diff)
downloadrapidjson-6e6dc82e79377868e471f20ccdd3ee3a8237206d.tar.gz
Add third party requisite files and OWNERS file. am: 12f7a5c01a am: 8e3638cbab
am: 984c41e82d Change-Id: Idc1ee4894c806ea030b39dabe9032415255eccb5
l---------LICENSE1
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_MIT0
l---------NOTICE1
-rw-r--r--OWNERS5
5 files changed, 24 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..cd301a4
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+license.txt \ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..4c9d958
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "rapidjson"
+description:
+ "A fast JSON parser/generator for C++ with both SAX/DOM style API "
+ "http://rapidjson.org/"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/miloyip/rapidjson"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/Tencent/rapidjson.git"
+ }
+ version: "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5"
+ last_upgrade_date { year: 2018 month: 07 day: 10 }
+}
diff --git a/MODULE_LICENSE_MIT b/MODULE_LICENSE_MIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MIT
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
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..122cd06
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,5 @@
+asmundak@google.com
+ccross@google.com
+dwillemsen@google.com
+jungjw@google.com
+patricearruda@google.com