Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: third_party/README

Issue 2302913002: Reorg and cleanup, add readme & docs on third party additions (Closed)
Patch Set: update README terms Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « resources/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+
« no previous file with comments | « resources/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698