third_party/README.md
All sources in this repo should be authored from scratch by the committer. Don't copy sources you've found in any other location.
We do "vendor in" some sources, in cases where we do not want our users to have a transitive dependency. For example, to make testing more reliable, we copy a font into our repo. That allows our integration tests to run without dynamically requesting that font.
Follow these guidelines for adding sources under third_party:
This directory is treated specially by Bazel.
All BUILD.bazel files under third_party are required to have a licenses statement.
See https://docs.bazel.build/versions/master/be/functions.html#licenses
Note that we don't yet have a way to enumerate the licenses and include them in our distribution. Follow https://github.com/bazelbuild/bazel/issues/188