intl/hyphenation/src/README.mozilla

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/hyphenation/src/README.mozilla	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +About the hyphenation code in this directory
     1.5 +============================================
     1.6 +
     1.7 +The core hyphenation code (files "hyphen.c" and "hyphen.h") comes from the
     1.8 +Hyphen library, part of the hunspell project. The various COPYING* and README*
     1.9 +files (except this README.mozilla) are likewise from the hunspell distribution
    1.10 +of Hyphen:
    1.11 +
    1.12 +  http://sourceforge.net/projects/hunspell/files/Hyphen/.
    1.13 +
    1.14 +This code is distributed under the GPL 2.0/LGPL 2.1/MPL 1.1 tri-license, as
    1.15 +detailed in the associated README and COPYING files.
    1.16 +
    1.17 +Note that we do not include other tools and resources found in the complete
    1.18 +Hyphen package from upstream, so the original README.* files may refer to
    1.19 +additional files that are not present in the Mozilla source tree.
    1.20 +
    1.21 +
    1.22 +The other source files here:
    1.23 +
    1.24 +  hnjalloc.h
    1.25 +  hnjstdio.cpp
    1.26 +  nsHyphenationManager.cpp
    1.27 +  nsHyphenator.cpp
    1.28 +
    1.29 +as well as the build files (Makefile.in and moz.build) are Mozilla-authored
    1.30 +code, and the standard MPL 2.0 applies to these, as noted in the comments
    1.31 +within the files.

mercurial