This is Debian/GNU Linux's prepackaged version of ecc, a Reed-Solomon 
Error Correcting Coder written by Paul Flaherty (paulf@Stanford.EDU) and
later speeded up by Fung-Chai Lim (fclim@acm.org).

This package was put together by David Frey <David.Frey@eos.lugs.ch>,
from the sources found on FSF's mirror sites.

Changes:
 * added Debian GNU/Linux package maintenance system files

/* `ecc.c' -- A simple application of the rs255-249 and gf256 library.

   Copyright (C) 1993, 1996 Free Software Foundation, Inc.

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

   Written by Paul Flaherty (paulf@stanford.edu).
   Speeded up by Fung-Chai Lim (fclim@acm.org).

   This file is part of GNU ecc.  */
   
  and (from README.too):
 
 
    This note is intended for programmers wishing to use the GNU ecc library
    in their applications:

    You should read COPYING.LIB carefully.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/doc/copyright/GPL' and the
complete text of the GNU Library General Public License can be 
found in `/usr/doc/copyright/LGPL'.
