docs(third_party): Add README
This commit is contained in:
parent
4cefb9256a
commit
545d9a2db9
1 changed files with 13 additions and 0 deletions
13
third_party/README.md
vendored
Normal file
13
third_party/README.md
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue