emacs-diffs
[Top][All Lists]
Advanced

[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: Wed, 14 May 2008 07:39:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/05/14 07:39:02

Index: md5.c
===================================================================
RCS file: /sources/emacs/emacs/src/md5.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- md5.c       14 Jan 2007 03:24:37 -0000      1.10
+++ md5.c       14 May 2008 07:39:01 -0000      1.11
@@ -2,7 +2,8 @@
    according to the definition of MD5 in RFC 1321 from April 1992.
    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.
+
+   This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -14,9 +15,9 @@
    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 the GNU C Library; see the file COPYING.  If not,
-   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth 
Floor,
+   You should have received a copy of the GNU General Public License
+   along with the GNU C Library; see the file COPYING.  If not, write to the
+   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.  */
 
 /* Written by Ulrich Drepper <address@hidden>, 1995.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]