diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 17:02:29 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 17:02:29 +0000 |
commit | 12b5b6ad28c4ad63991320262c171e0f0ab82505 (patch) | |
tree | 88cba348b86cd0340df3487dc21ef94ade46bf10 /plugins/SpellChecker/src/hunspell/README | |
parent | 6893a28bd219b45bdf1e2ed5be015bc365d709d9 (diff) |
SpellChecker: linked with external hunspell
git-svn-id: http://svn.miranda-ng.org/main/trunk@16194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/README')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/SpellChecker/src/hunspell/README b/plugins/SpellChecker/src/hunspell/README deleted file mode 100644 index b452096282..0000000000 --- a/plugins/SpellChecker/src/hunspell/README +++ /dev/null @@ -1,21 +0,0 @@ -Hunspell spell checker and morphological analyser library - -Documentation, tests, examples: http://hunspell.sourceforge.net - -Author of Hunspell: -László Németh (nemethl (at) gyorsposta.hu) - -Hunspell based on OpenOffice.org's Myspell. MySpell's author: -Kevin Hendricks (kevin.hendricks (at) sympatico.ca) - -License: GPL 2.0/LGPL 2.1/MPL 1.1 tri-license - -The contents of this library may be used under the terms of -the GNU General Public License Version 2 or later (the "GPL"), or -the GNU Lesser General Public License Version 2.1 or later (the "LGPL", -see http://gnu.org/copyleft/lesser.html) or the Mozilla Public License -Version 1.1 or later (the "MPL", see http://mozilla.org/MPL/MPL-1.1.html). - -Software distributed under these licenses is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences -for the specific language governing rights and limitations under the licenses. |