summaryrefslogtreecommitdiff
path: root/src/md5.c
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2006-09-18 03:32:42 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2006-09-18 03:32:42 +0000
commit596d372adbced952325472b83bbd4c1693f88485 (patch)
tree039ca03ddee4b38540e3f5e73e18bd09998eac61 /src/md5.c
parent60f1859906e5d5ad777890eeb62c91770f406595 (diff)
downloademacs-596d372adbced952325472b83bbd4c1693f88485.tar.gz
Replace "GNU Library General Public License" by "GNU General Public
License" throughout.
Diffstat (limited to 'src/md5.c')
-rw-r--r--src/md5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/md5.c b/src/md5.c
index d3c25b04d3e..0daf2c3ef7c 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -5,17 +5,17 @@
This file is part of the GNU Emacs.
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
+ modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
+ 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. */