blob: d01e783ea8b186ba76c0be8c9cdabf6e3983a08a [file]
Name: hyphenation-patterns
Short Name: hyphenation-patterns
URL: https://android.googlesource.com/platform/external/hyphenation-patterns/
Version: N/A
Date: 2023-01-24
Revision: 06ce8d348f9145e41e8f52ff9f83470fe3563084
Update Mechanism: Manual
Security Critical: no
Shipped: yes
License: Unicode-DFS-2015, LGPL-2.1, Unlicense, MPL-1.1, GNU-All-permissive-Copying-License, MIT, CC-BY-3.0, BSD-3-Clause, zxing, MPL-2.0
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.