intl/hyphenation/src/README.mozilla

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 About the hyphenation code in this directory
michael@0 2 ============================================
michael@0 3
michael@0 4 The core hyphenation code (files "hyphen.c" and "hyphen.h") comes from the
michael@0 5 Hyphen library, part of the hunspell project. The various COPYING* and README*
michael@0 6 files (except this README.mozilla) are likewise from the hunspell distribution
michael@0 7 of Hyphen:
michael@0 8
michael@0 9 http://sourceforge.net/projects/hunspell/files/Hyphen/.
michael@0 10
michael@0 11 This code is distributed under the GPL 2.0/LGPL 2.1/MPL 1.1 tri-license, as
michael@0 12 detailed in the associated README and COPYING files.
michael@0 13
michael@0 14 Note that we do not include other tools and resources found in the complete
michael@0 15 Hyphen package from upstream, so the original README.* files may refer to
michael@0 16 additional files that are not present in the Mozilla source tree.
michael@0 17
michael@0 18
michael@0 19 The other source files here:
michael@0 20
michael@0 21 hnjalloc.h
michael@0 22 hnjstdio.cpp
michael@0 23 nsHyphenationManager.cpp
michael@0 24 nsHyphenator.cpp
michael@0 25
michael@0 26 as well as the build files (Makefile.in and moz.build) are Mozilla-authored
michael@0 27 code, and the standard MPL 2.0 applies to these, as noted in the comments
michael@0 28 within the files.

mercurial