[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/md5.c,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/src/md5.c,v |
Date: |
Sun, 14 Jan 2007 03:24:51 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 07/01/14 03:24:38
Index: md5.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/md5.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- md5.c 18 Sep 2006 03:29:55 -0000 1.9
+++ md5.c 14 Jan 2007 03:24:37 -0000 1.10
@@ -1,7 +1,7 @@
/* Functions to compute MD5 message digest of files or memory blocks.
according to the definition of MD5 in RFC 1321 from April 1992.
- Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004,
- 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
+ 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU Emacs.
The GNU C Library is free software; you can redistribute it and/or
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/md5.c,v,
Glenn Morris <=