blob: 1bd1d4b039583d92950b2a438243d5f908b0fcc4 [file] [log] [blame]
Name: hyphenation-patterns
Short Name: hyphenation-patterns
URL: https://android.googlesource.com/platform/external/hyphenation-patterns/
Version: 0
Date: 20230124
Revision: 06ce8d348f9145e41e8f52ff9f83470fe3563084
Security Critical: no
Shipped: yes
License: MIT, MPL 1.1/GPL 2.0/LGPL 2.1, GNU Lesser Public License, Unicode License, Unicode Data License, custom notice license, Unlicense, 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`.
* Converted CR/LF pairs to LFs.
The binary data and `LICENSE` files can be rebuilt by running:
$ ./build_hyb.sh
from this directory.