This package was debianized by
  1998-2002 Takuo KITAME <kitame@debian.org>
  2003-2004 Tatsuya Kinoshita <tats@vega.ocn.ne.jp>

The upstream source can be downloaded from
  http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/
  ftp://ftp.m17n.org/pub/mule/flim/
  cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root

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
with the Debian distribution in file `/usr/share/common-licenses/GPL';
if not, write to the Free Software Foundation, Inc., 59 Temple Place -
Suite 330, Boston, MA 02111-1307, USA.

On Debian systems, the complete text of the GNU General Public License,
version 2, can be found in `/usr/share/common-licenses/GPL-2'.

Copyright holders:

NEWS:Copyright (C) 1998,1999 Free Software Foundation, Inc.
eword-decode.el:;; Copyright (C) 1995,96,97,98,99,2000,01,03,04 Free Software Foundation, Inc.
eword-encode.el:;; Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
hex-util.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
hmac-def.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
hmac-md5.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
hmac-sha1.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
luna.el:;; Copyright (C) 1999,2000,2002 Free Software Foundation, Inc.
lunit.el:;; Copyright (C) 2000 Daiki Ueno.
mailcap.el:;; Copyright (C) 1997,1998,1999,2000 Free Software Foundation, Inc.
md4.el:;; Copyright (C) 2004 Free Software Foundation, Inc.
md4.el:;; Copyright (C) 2001 Taro Kawagishi
md5-dl.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
md5.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
mel-b-ccl.el:;; Copyright (C) 1998,1999,2000 Free Software Foundation, Inc.
mel-b-dl.el:;; Copyright (C) 1998,1999 Free Software Foundation, Inc.
mel-b-el.el:;; Copyright (C) 1992,95,96,97,98,99,2001 Free Software Foundation, Inc.
mel-g.el:;; Copyright (C) 1995,96,97,98,99,2001  Free Software Foundation, Inc.
mel-q-ccl.el:;; Copyright (C) 1998,1999 Tanaka Akira
mel-q.el:;; Copyright (C) 1995,96,97,98,99,2000,2001 Free Software Foundation, Inc.
mel-u.el:;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc.
mel.el:;; Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
mime-conf.el:;; Copyright (C) 1997,1998,1999,2000,2004 Free Software Foundation, Inc.
mime-def.el:;; Copyright (C) 1995,96,97,98,99,2000,2001,2002,2003
mime-def.el:;;   Free Software Foundation, Inc.
mime-parse.el:;; Copyright (C) 1994,95,96,97,98,99,2001 Free Software Foundation, Inc.
mime.el:;; Copyright (C) 1998,1999,2000,2001,2003 Free Software Foundation, Inc.
mmbuffer.el:;; Copyright (C) 1998,1999,2000 Free Software Foundation, Inc.
mmcooked.el:;; Copyright (C) 1998,1999 Free Software Foundation, Inc.
mmexternal.el:;; Copyright (C) 1998,1999,2000 Free Software Foundation, Inc.
mmgeneric.el:;; Copyright (C) 1995,96,97,98,99,2000 Free Software Foundation, Inc.
ntlm.el:;; Copyright (C) 2001 Taro Kawagishi
qmtp.el:;; Copyright (C) 2000 Free Software Foundation, Inc.
sasl-cram.el:;; Copyright (C) 2000 Free Software Foundation, Inc.
sasl-digest.el:;; Copyright (C) 2000 Free Software Foundation, Inc.
sasl-ntlm.el:;; Copyright (C) 2000 Free Software Foundation, Inc.
sasl-scram.el:;; Copyright (C) 1999 Shuhei KOBAYASHI
sasl.el:;; Copyright (C) 2000 Free Software Foundation, Inc.
sha1-dl.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
sha1-el.el:;; Copyright (C) 1999, 2001  Free Software Foundation, Inc.
sha1.el:;; Copyright (C) 1999, 2001, 2003, 2004 Free Software Foundation, Inc.
smtp.el:;; Copyright (C) 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
smtpmail.el:;; Copyright (C) 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
std11.el:;; Copyright (C) 1995,96,97,98,99,2000,01,02 Free Software Foundation, Inc.

md5-el.el:

;;; Copyright and licence: ----------------------------------------------------

;; Copyright (C) 1995, 1996, 1997 by Gareth Rees
;; Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm
;; 
;; md5.el 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.
;; 
;; md5.el 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.
;; 
;; The original copyright notice is given below, as required by the
;; licence for the original code.  This code is distributed under *both*
;; RSA's original licence and the GNU General Public Licence.  (There
;; should be no problems, as the former is more liberal than the
;; latter).

;;; Original copyright notice: ------------------------------------------------

;; Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.
;;
;; License to copy and use this software is granted provided that it is
;; identified as the "RSA Data Security, Inc. MD5 Message- Digest
;; Algorithm" in all material mentioning or referencing this software or
;; this function.
;;
;; License is also granted to make and use derivative works provided
;; that such works are identified as "derived from the RSA Data
;; Security, Inc. MD5 Message-Digest Algorithm" in all material
;; mentioning or referencing the derived work.
;;
;; RSA Data Security, Inc. makes no representations concerning either
;; the merchantability of this software or the suitability of this
;; software for any particular purpose.  It is provided "as is" without
;; express or implied warranty of any kind.
;;
;; These notices must be retained in any copies of any part of this
;; documentation and/or software.
