diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2006-09-18 03:32:42 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2006-09-18 03:32:42 +0000 |
commit | 423a1f3c110b90b72e6cedeb9572300c3172c5b1 (patch) | |
tree | ea23a6ca22ad7b864220981ddebdf2f37f12bdeb /src/md5.h | |
parent | 228a2f15a6f16a34ce28fa8101d07441e9920dd6 (diff) | |
download | emacs-423a1f3c110b90b72e6cedeb9572300c3172c5b1.tar.gz emacs-423a1f3c110b90b72e6cedeb9572300c3172c5b1.tar.bz2 emacs-423a1f3c110b90b72e6cedeb9572300c3172c5b1.zip |
Replace "GNU Library General Public License" by "GNU General Public
License" throughout.
Diffstat (limited to 'src/md5.h')
-rw-r--r-- | src/md5.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/md5.h b/src/md5.h index 09bf02ff753..202b2749504 100644 --- a/src/md5.h +++ b/src/md5.h @@ -5,17 +5,17 @@ This file is part of 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. */ |