From 0c115c3068d06f197bf3cb99aad53c3a948a15a0 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 12 Mar 1998 19:29:17 +0000 Subject: [PATCH] Modify header. --- SEMI-MK | 3 ++- eword-encode.el | 7 +++---- mail-mime-setup.el | 6 ++---- mime-bbdb.el | 5 ++--- mime-image.el | 6 ++---- mime-mc.el | 3 +-- mime-setup.el | 6 ++---- mime-text.el | 5 ++--- semi-setup.el | 5 ++--- 9 files changed, 18 insertions(+), 28 deletions(-) diff --git a/SEMI-MK b/SEMI-MK index 02c7e44..0467074 100644 --- a/SEMI-MK +++ b/SEMI-MK @@ -1,7 +1,8 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-MK,v 0.5 1997-05-13 15:03:32 morioka Exp $ +;;; $Id: SEMI-MK,v 1.1 1998-03-12 19:06:44 morioka Exp $ ;;; +;;; Code: (defun config-semi () (let (prefix exec-prefix lisp-dir) diff --git a/eword-encode.el b/eword-encode.el index ef038fd..6dbbea3 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -1,12 +1,11 @@ ;;; eword-encode.el --- RFC 2047 based encoded-word encoder for GNU Emacs -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Revision: 0.33 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Spadework for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -36,7 +35,7 @@ ;;; (defconst eword-encode-RCS-ID - "$Id: eword-encode.el,v 0.33 1997-11-04 17:29:57 morioka Exp $") + "$Id: eword-encode.el,v 1.1 1998-03-12 19:10:12 morioka Exp $") (defconst eword-encode-version (get-version-string eword-encode-RCS-ID)) diff --git a/mail-mime-setup.el b/mail-mime-setup.el index efa7107..d11ef6d 100644 --- a/mail-mime-setup.el +++ b/mail-mime-setup.el @@ -1,13 +1,11 @@ ;;; mail-mime-setup.el --- setup file for mail-mode. -;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1994,1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: -;; $Id: mail-mime-setup.el,v 0.0 1997-03-14 08:47:06 morioka Exp $ ;; Keywords: mail-mode, MIME, multimedia, multilingual, encoded-word -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Setting for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/mime-bbdb.el b/mime-bbdb.el index beadbfd..6ee0feb 100644 --- a/mime-bbdb.el +++ b/mime-bbdb.el @@ -1,14 +1,13 @@ ;;; mime-bbdb.el --- SEMI shared module for BBDB ;; Copyright (C) 1995,1996,1997 Shuhei KOBAYASHI -;; Copyright (C) 1997 MORIOKA Tomohiko +;; Copyright (C) 1997,1998 MORIOKA Tomohiko ;; Author: Shuhei KOBAYASHI ;; Maintainer: Shuhei KOBAYASHI -;; Version: $Id: mime-bbdb.el,v 0.5 1997-11-06 16:21:15 morioka Exp $ ;; Keywords: BBDB, MIME, multimedia, multilingual, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Suite of Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/mime-image.el b/mime-image.el index ff7646d..d24963a 100644 --- a/mime-image.el +++ b/mime-image.el @@ -1,6 +1,6 @@ ;;; mime-image.el --- mime-view filter to display images -;; Copyright (C) 1995,1996,1997 MORIOKA Tomohiko +;; Copyright (C) 1995,1996,1997,1998 MORIOKA Tomohiko ;; Copyright (C) 1996 Dan Rich ;; Author: MORIOKA Tomohiko @@ -8,12 +8,10 @@ ;; Maintainer: MORIOKA Tomohiko ;; Created: 1995/12/15 ;; Renamed: 1997/2/21 from tm-image.el -;; Version: -;; $Id: mime-image.el,v 0.14 1998-01-16 23:57:03 morioka Exp $ ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news -;; This file is part of XEmacs. +;; This file is part of SEMI (Suite of Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/mime-mc.el b/mime-mc.el index 21c0f4f..78dfdae 100644 --- a/mime-mc.el +++ b/mime-mc.el @@ -1,9 +1,8 @@ ;;; mime-mc.el --- Mailcrypt interface for SEMI -;; Copyright (C) 1996,1997 MORIOKA Tomohiko +;; Copyright (C) 1996,1997,1998 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-mc.el,v 0.1 1997-11-20 13:26:48 morioka Exp $ ;; Keywords: PGP, security, MIME, multimedia, mail, news ;; This file is part of SEMI (Secure Emacs MIME Interface). diff --git a/mime-setup.el b/mime-setup.el index e533375..cee4616 100644 --- a/mime-setup.el +++ b/mime-setup.el @@ -1,13 +1,11 @@ ;;; mime-setup.el --- setup file for MIME viewer and composer. -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: -;; $Id: mime-setup.el,v 0.11 1997-03-14 08:46:50 morioka Exp $ ;; Keywords: MIME, multimedia, multilingual, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Setting for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/mime-text.el b/mime-text.el index 0e705f7..7b63a9d 100644 --- a/mime-text.el +++ b/mime-text.el @@ -1,12 +1,11 @@ ;;; mime-text.el --- mime-view content filter for text -;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1994,1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-text.el,v 0.24 1997-07-02 16:20:22 morioka Exp $ ;; Keywords: text, MIME, multimedia, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Suite of Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/semi-setup.el b/semi-setup.el index c64e17d..f095424 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -1,12 +1,11 @@ ;;; semi-setup.el --- setup file for MIME-View. -;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1994,1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: semi-setup.el,v 0.18 1997-11-06 16:20:05 morioka Exp $ ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Setting for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as -- 1.7.10.4