extensions/spellcheck/hunspell/src/license.myspell

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /*
michael@0 2 * Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada
michael@0 3 * And Contributors. All rights reserved.
michael@0 4 *
michael@0 5 * Redistribution and use in source and binary forms, with or without
michael@0 6 * modification, are permitted provided that the following conditions
michael@0 7 * are met:
michael@0 8 *
michael@0 9 * 1. Redistributions of source code must retain the above copyright
michael@0 10 * notice, this list of conditions and the following disclaimer.
michael@0 11 *
michael@0 12 * 2. Redistributions in binary form must reproduce the above copyright
michael@0 13 * notice, this list of conditions and the following disclaimer in the
michael@0 14 * documentation and/or other materials provided with the distribution.
michael@0 15 *
michael@0 16 * 3. All modifications to the source code must be clearly marked as
michael@0 17 * such. Binary redistributions based on modified source code
michael@0 18 * must be clearly marked as modified versions in the documentation
michael@0 19 * and/or other materials provided with the distribution.
michael@0 20 *
michael@0 21 * THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS
michael@0 22 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
michael@0 24 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
michael@0 25 * KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
michael@0 26 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
michael@0 27 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 28 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 32 * SUCH DAMAGE.
michael@0 33 *
michael@0 34 *
michael@0 35 * NOTE: A special thanks and credit goes to Geoff Kuenning
michael@0 36 * the creator of ispell. MySpell's affix algorithms were
michael@0 37 * based on those of ispell which should be noted is
michael@0 38 * copyright Geoff Kuenning et.al. and now available
michael@0 39 * under a BSD style license. For more information on ispell
michael@0 40 * and affix compression in general, please see:
michael@0 41 * http://www.cs.ucla.edu/ficus-members/geoff/ispell.html
michael@0 42 * (the home page for ispell)
michael@0 43 *
michael@0 44 * An almost complete rewrite of MySpell for use by
michael@0 45 * the Mozilla project has been developed by David Einstein
michael@0 46 * (Deinst@world.std.com). David and I are now
michael@0 47 * working on parallel development tracks to help
michael@0 48 * our respective projects (Mozilla and OpenOffice.org
michael@0 49 * and we will maintain full affix file and dictionary
michael@0 50 * file compatibility and work on merging our versions
michael@0 51 * of MySpell back into a single tree. David has been
michael@0 52 * a significant help in improving MySpell.
michael@0 53 *
michael@0 54 * Special thanks also go to La'szlo' Ne'meth
michael@0 55 * <nemethl@gyorsposta.hu> who is the author of the
michael@0 56 * Hungarian dictionary and who developed and contributed
michael@0 57 * the code to support compound words in MySpell
michael@0 58 * and fixed numerous problems with the encoding
michael@0 59 * case conversion tables.
michael@0 60 *
michael@0 61 */

mercurial