X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/27d2a96638122fdf4dad352904eddfc42a8327e4..5b95556284173d0cebc3b1378166c207afb3c495:/src/md5.h diff --git a/src/md5.h b/src/md5.h index c4788cacab..a23dbd089b 100644 --- a/src/md5.h +++ b/src/md5.h @@ -1,22 +1,23 @@ /* Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007 Free Software Foundation, Inc. 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, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + 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. */ #ifndef _MD5_H #define _MD5_H 1 @@ -144,3 +145,6 @@ extern void *md5_buffer __P ((const char *buffer, size_t len, void *resblock)); #endif /* md5.h */ + +/* arch-tag: 7cd389f3-6c40-4950-999d-0b2ebd1d20d7 + (do not change this comment) */