README.chromium 1.1 KB

12345678910111213141516171819202122232425262728
  1. Name: hyphenation-patterns
  2. Short Name: hyphenation-patterns
  3. URL: https://android.googlesource.com/platform/external/hyphenation-patterns/
  4. Version: 0
  5. Date: 20200619
  6. Revision: 061d892d99db8594ab858ada1b34ef9935b1c7af
  7. Security Critical: no
  8. 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
  9. License File: LICENSE
  10. License Android Compatible: yes
  11. Description:
  12. Hyphenation patterns for automatic hyphenation from Android. The data is
  13. originated from TeX hyphenation patterns project at http://www.hyphenation.org,
  14. modified by Android engineers. See src/README.android.
  15. Local Modifications:
  16. * Added BUILD.gn.
  17. * The script `build_hyb.sh` was added to generate binary data files
  18. for the minikin library. Also the `hyb` directory contains the
  19. binary data files generated by the script.
  20. * The `LICENSE` file was generated by concatenating `NOTICE` or
  21. `LICENSE` files in each locale directory.
  22. * Removed `src/OWNERS`.
  23. The binary data and `LICENSE` files can be rebuilt by running:
  24. $ ./build_hyb.sh
  25. from this directory.