Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
hyb 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
src 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
.gitignore 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
build-hyb.sh 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: hyphenation-patterns
Short Name: hyphenation-patterns
URL: https://android.googlesource.com/platform/external/hyphenation-patterns/
Version: 0
Date: 20200619
Revision: 061d892d99db8594ab858ada1b34ef9935b1c7af
Security Critical: no
License: MIT, MPL 1.1/GPL 2.0/LGPL 2.1, GNU Lesser Public License, Unicode License, Unicode Data License, custom notice license, custom permissive license
License File: LICENSE
License Android Compatible: yes

Description:
Hyphenation patterns for automatic hyphenation from Android. The data is
originated from TeX hyphenation patterns project at http://www.hyphenation.org,
modified by Android engineers. See src/README.android.

Local Modifications:
* Added BUILD.gn.
* The script `build_hyb.sh` was added to generate binary data files
for the minikin library. Also the `hyb` directory contains the
binary data files generated by the script.
* The `LICENSE` file was generated by concatenating `NOTICE` or
`LICENSE` files in each locale directory.
* Removed `src/OWNERS`.

The binary data and `LICENSE` files can be rebuilt by running:
$ ./build_hyb.sh
from this directory.