about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-06-29T13·12+0100
committerVincent Ambo <tazjin@google.com>2019-06-29T13·12+0100
commit545d9a2db9fa775990f0631b9d6b3ac6aef65c5f (patch)
treeac5637d82a0c26da87403d2f9d7f9b496697c4a9 /third_party
parent4cefb9256ac840f28409a7e0e5348465618a8bae (diff)
docs(third_party): Add README r/5
Diffstat (limited to 'third_party')
-rw-r--r--third_party/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/README.md b/third_party/README.md
new file mode 100644
index 0000000000..267f234697
--- /dev/null
+++ b/third_party/README.md
@@ -0,0 +1,13 @@
+Third-Party Code
+================
+
+Code under this folder is one of the following:
+
+1. Externally developed dependencies which have been imported ("vendored") into
+   this repository. These dependencies come with their own licenses and whatever
+   else.
+
+2. Code that is developed inside of this repository, but released to an external
+   repository via [Copybara][].
+
+[Copybara]: https://github.com/google/copybara