summaryrefslogtreecommitdiff
path: root/src/md5.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-14 07:39:01 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-14 07:39:01 +0000
commitb05871e9ac23341bd576edecbd67d454eaa5c805 (patch)
tree3d1e6e71d9c0ae59355038a79bf1fc84aaf5323f /src/md5.c
parenta85a9b1b4ae804cee7bd2ce3ea5803b10167457c (diff)
downloademacs-b05871e9ac23341bd576edecbd67d454eaa5c805.tar.gz
Mark as part of the GNU C Library rather than of Emacs.
Re-fill permissions.
Diffstat (limited to 'src/md5.c')
-rw-r--r--src/md5.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/md5.c b/src/md5.c
index 4d8c6d890fe..37ae2e6acb5 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -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 <drepper@gnu.ai.mit.edu>, 1995. */