aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_trace_event/third_party/protobuf/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/common/py_trace_event/third_party/protobuf/README.chromium')
-rw-r--r--catapult/common/py_trace_event/third_party/protobuf/README.chromium12
1 files changed, 12 insertions, 0 deletions
diff --git a/catapult/common/py_trace_event/third_party/protobuf/README.chromium b/catapult/common/py_trace_event/third_party/protobuf/README.chromium
new file mode 100644
index 00000000..f22d684e
--- /dev/null
+++ b/catapult/common/py_trace_event/third_party/protobuf/README.chromium
@@ -0,0 +1,12 @@
+Name: Protobuf
+URL: https://developers.google.com/protocol-buffers/
+Version: 3.0.0
+License: BSD
+
+Description:
+Protocol buffers are Google's language-neutral, platform-neutral,
+extensible mechanism for serializing structured data.
+
+Local Modifications:
+Removed pretty much everything except functions necessary to write
+bools, ints, and strings.