# HG changeset patch # User Glenn Morris # Date 1210750741 0 # Node ID fd635b03dbe5aba7b38161912c3be35cdc763cdd # Parent d2b202fafd8c11158d370433673d908aba06ba86 Mark as part of the GNU C Library rather than of Emacs. Re-fill permissions. diff -r d2b202fafd8c -r fd635b03dbe5 src/md5.c --- a/src/md5.c Wed May 14 04:28:51 2008 +0000 +++ b/src/md5.c Wed May 14 07:39:01 2008 +0000 @@ -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 , 1995. */