Index: third_party/README |
diff --git a/third_party/README b/third_party/README |
index b9ea7166493f34768e4497f8e2690c9be235c726..e549f2ce34ba420bd21a5ad633be30a9d12d909c 100644 |
--- a/third_party/README |
+++ b/third_party/README |
@@ -1,5 +1,13 @@ |
-This directory contains a set of dependencies that are needed to build various |
-components and tools within Skia. Some of these dependencies reside within |
-the Skia repo, while others are pulled from other repositories and placed |
-in the third_party/externals directory. These external dependencies are defined |
-in a DEPS file and are kept up-to-date using 'gclient sync'. |
+The third_party directory contains a set of dependencies from outside sources |
+that are needed to build various components and tools within Skia. |
+ |
+Some of these dependencies reside within the Skia repo, while others are pulled |
+from other repositories and placed in the third_party/externals directory |
+during build. These external dependencies are defined in a DEPS file. |
+ |
+Products in third_party are subject to their own respective license terms. The |
+license for each project should be included in the source itself via a license |
+header or file. If the source itself does not include a license header or file, |
+create a README that refers to reliable documentation of the project's license |
+terms on the web. |
+ |