home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libmyspell3c2 / copyright < prev   
Encoding:
Text File  |  2005-10-25  |  4.3 KB  |  114 lines

  1. This package was debianized by Rene Engelhard <rene@debian.org> on
  2. Sat,  4 Oct 2003 00:23:08 +0200.
  3.  
  4. It was downloaded from http://lingucomponent.openoffice.org
  5.  
  6. Upstream Author: Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
  7.  
  8. Copyright:
  9.  
  10. /*
  11.  * Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada
  12.  * And Contributors.  All rights reserved.
  13.  *
  14.  * Redistribution and use in source and binary forms, with or without
  15.  * modification, are permitted provided that the following conditions
  16.  * are met:
  17.  *
  18.  * 1. Redistributions of source code must retain the above copyright
  19.  *    notice, this list of conditions and the following disclaimer.
  20.  *
  21.  * 2. Redistributions in binary form must reproduce the above copyright
  22.  *    notice, this list of conditions and the following disclaimer in the
  23.  *    documentation and/or other materials provided with the distribution.
  24.  *
  25.  * 3. All modifications to the source code must be clearly marked as
  26.  *    such.  Binary redistributions based on modified source code
  27.  *    must be clearly marked as modified versions in the documentation
  28.  *    and/or other materials provided with the distribution.
  29.  *
  30.  * THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS 
  31.  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
  32.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
  33.  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL 
  34.  * KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
  35.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
  36.  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
  37.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  38.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  39.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  40.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  41.  * SUCH DAMAGE.
  42.  *
  43.  *
  44.  * NOTE: A special thanks and credit goes to Geoff Kuenning
  45.  * the creator of ispell.  MySpell's affix algorithms were
  46.  * based on those of ispell which should be noted is
  47.  * copyright Geoff Kuenning et.al. and now available
  48.  * under a BSD style license. For more information on ispell
  49.  * and affix compression in general, please see:
  50.  * http://www.cs.ucla.edu/ficus-members/geoff/ispell.html
  51.  * (the home page for ispell)
  52.  *
  53.  * An almost complete rewrite  of MySpell for use by  
  54.  * the Mozilla project has been developed by David Einstein 
  55.  * (Deinst@world.std.com).  David and I are now 
  56.  * working on parallel development tracks to help 
  57.  * our respective projects (Mozilla and OpenOffice.org 
  58.  * and we will maintain full affix file and dictionary 
  59.  * file compatibility and work on merging our versions 
  60.  * of MySpell back into a single tree. David has been 
  61.  * a significant help in improving MySpell.
  62.  * 
  63.  * Special thanks also go to La'szlo' Ne'meth 
  64.  * <nemethl@gyorsposta.hu> who is the author of the 
  65.  * Hungarian dictionary and who developed and contributed 
  66.  * the code to support compound words in MySpell 
  67.  * and fixed numerous problems with the encoding 
  68.  * case conversion tables.
  69.  *
  70.  */
  71.  
  72. -----------------------------------------------------------------
  73.  
  74. i2myspell:
  75.  
  76. #       i2myspell - Ispell->MySpell affix table and dictionary converter
  77. #
  78. #       Version 1.4 (2002.3.8.)
  79. #
  80. #       (c) Copyright 2002 Lßszl≤ NΘmeth, All Rights Reserved
  81. #
  82. #       This program is free software; you can redistribute it and/or
  83. #       modify it under the terms of the BSD License (see http://www.opensource.org)
  84.  
  85. -----------------------------------------------------------------
  86.  
  87. is2my-spell.pl:
  88.  
  89. #
  90. # LEGAL PART
  91. # ----------
  92. #
  93. # Written by Franτois DΘsarmΘnien <francois@fdesar.net>
  94. #
  95. # This file is PUBLIC DOMAIN and is provided "as is" without 
  96. # any guaranty of any kind. It sole purpose is to be eventually
  97. # usefull to someone.
  98. #
  99. # END OF LEGAL PART
  100.  
  101. -----------------------------------------------------------------
  102. #       $Id: copyright,v 1.2 2004/01/19 19:32:58 rene Exp $
  103. #   (C) 2002 Agustin Martin Domingo <agmartin@aq.upm.es> 
  104. #    This program is free software; you can redistribute it and/or modify
  105. #    it under the terms of the GNU General Public License as published by
  106. #    the Free Software Foundation; either version 2 of the License, or
  107. #    (at your option) any later version.
  108.  
  109. On Debian systems, the full text of the GPL can be found in
  110. /usr/share/common-licenses/GPL
  111.  
  112.