/[chrome]/trunk/src/third_party/README.chromium.template
Chromium logo

Contents of /trunk/src/third_party/README.chromium.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 250962 - (show annotations)
Thu Feb 13 05:31:25 2014 UTC (5 years, 11 months ago) by kochi@google.com
File size: 1547 byte(s)
Fix crlf to lf-only for third_party/README.chromium.template

We should use LF-only unless it is really necessary (e.g. .BAT files).
Probably this was introduced by crrev.com/250068.

BUG=none
TBR=mnaganov@chromium.org, darin@chromium.org

Review URL: https://codereview.chromium.org/162763002
1 Name: Descriptive name of the package
2 Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
3 URL: The URL where the package lives
4 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)
5 Date: (OPTIONAL if version is supplied) The date that the package was updated
6 Revision: (OPTIONAL if version is supplied) The current revision of the package
7 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.
8 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.
9 Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
10 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.
11
12 Description:
13 A short description of what the package is and is used for.
14
15 Local Modifications:
16 Enumerate any changes that have been made locally to the package from the shipping version listed above.

Powered by ViewVC 1.1.26 ViewVC Help