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

Unified Diff: third_party/README.chromium.template

Issue 162763002: Fix crlf to lf-only for third_party/README.chromium.template (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/README.chromium.template
diff --git a/third_party/README.chromium.template b/third_party/README.chromium.template
index fb271662b43f0d75e6b05327e7aa72d985a0fd44..c39450a34ab3e6eebf9d71f9485b28d9405bda77 100644
--- a/third_party/README.chromium.template
+++ b/third_party/README.chromium.template
@@ -1,16 +1,16 @@
-Name: Descriptive name of the package
-Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
-URL: The URL where the package lives
-Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
-Date: (OPTIONAL if version is supplied) The date that the package was updated
-Revision: (OPTIONAL if version is supplied) The current revision of the package
-License: The license under which the package is distributed. Standard forms are only accepted, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL. See ANDROID_WHITELISTED_LICENSES in PRESUBMIT.py for allowed patterns.
-License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
-Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
-License Android Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. Required only if the package is compatible and the 'License' field uses a non-standard value.
-
-Description:
-A short description of what the package is and is used for.
-
-Local Modifications:
-Enumerate any changes that have been made locally to the package from the shipping version listed above.
+Name: Descriptive name of the package
+Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
+URL: The URL where the package lives
+Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
+Date: (OPTIONAL if version is supplied) The date that the package was updated
+Revision: (OPTIONAL if version is supplied) The current revision of the package
+License: The license under which the package is distributed. Standard forms are only accepted, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL. See ANDROID_WHITELISTED_LICENSES in PRESUBMIT.py for allowed patterns.
+License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
+Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
+License Android Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. Required only if the package is compatible and the 'License' field uses a non-standard value.
+
+Description:
+A short description of what the package is and is used for.
+
+Local Modifications:
+Enumerate any changes that have been made locally to the package from the shipping version listed above.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698