mel of MEL 3.3.
[elisp/flim.git] / mel.el
diff --git a/mel.el b/mel.el
index 6448f1f..1f7fbf9 100644 (file)
--- a/mel.el
+++ b/mel.el
@@ -1,10 +1,33 @@
 ;;;
-;;; mel : a MIME encoding library
+;;; mel.el : a MIME encoding/decoding library
 ;;;
-;;;    by MORIOKA Tomohiko <morioka@jaist.ac.jp>, 1995/6/25
+;;; Copyright (C) 1995 Free Software Foundation, Inc.
+;;; Copyright (C) 1995,1996 MORIOKA Tomohiko
 ;;;
-;;; $Id: mel.el,v 3.2 1995/11/02 04:19:47 morioka Exp $
+;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
+;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
+;;; Created: 1995/6/25
+;;; Version:
+;;;    $Id: mel.el,v 3.3 1996/01/09 18:31:08 morioka Exp $
+;;; Keywords: MIME, Quoted-Printable
 ;;;
+;;; This file is part of MEL (MIME Encoding Library).
+;;;
+;;; 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;
+;;; Code:
 
 (autoload 'base64-encode-region "mel-b" nil t)
 (autoload 'base64-decode-region "mel-b" nil t)