(mml2015-epg-sign): Save the signing keys in
[gnus] / lisp / md4.el
index 00eeefe..9e37499 100644 (file)
@@ -1,7 +1,7 @@
 ;;; md4.el --- MD4 Message Digest Algorithm.
 
 ;; Copyright (C) 2004 Free Software Foundation, Inc.
-;; Copyright (C) 2001, 2004 Taro Kawagishi
+;; Copyright (C) 2001 Taro Kawagishi
 ;; Author: Taro Kawagishi <tarok@transpulse.org>
 ;; Keywords: MD4
 ;; Version: 1.00
@@ -21,8 +21,8 @@
 ;;
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Code:
 
@@ -225,4 +225,5 @@ integer is represented as a pair of two 16 bits integers (cons high low)."
 
 (provide 'md4)
 
+;;; arch-tag: 99d706fe-089b-42ea-9507-67ae41091e6e
 ;;; md4.el ends here