mel of MEL 3.3.
[elisp/flim.git] / mel-b.el
index e8fcaba..6db350e 100644 (file)
--- a/mel-b.el
+++ b/mel-b.el
@@ -1,6 +1,34 @@
 ;;;
-;;; $Id: mel-b.el,v 3.0 1995/11/02 04:14:51 morioka Exp $
+;;; mel-b.el: Base64 encoder/decoder for GNU Emacs
 ;;;
+;;; Copyright (C) 1995 Free Software Foundation, Inc.
+;;; Copyright (C) 1995,1996 MORIOKA Tomohiko
+;;;
+;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
+;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
+;;; Created: 1995/6/24
+;;; Version:
+;;;    $Id: mel-b.el,v 3.2 1996/01/09 18:25:22 morioka Exp $
+;;; Keywords: MIME, Base64
+;;;
+;;; 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:
+
 
 ;;; @ variables
 ;;;
@@ -252,4 +280,8 @@ and return list of packs. [mel-b; tl-seq function]"
     (reverse dest)
     ))
 
+
+;;; @ end
+;;;
+
 (provide 'mel-b)