X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmd2.c;h=9d5af1a92b5842c6fbbe81ef9c850dc7699a77af;hb=0c6fd3b84775ca4cf1045d4cc07a2dff4c73f29b;hp=3aec8b0753d94c4488b970e27480aa079f7e8dda;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/md2.c b/lib/md2.c index 3aec8b075..9d5af1a92 100644 --- a/lib/md2.c +++ b/lib/md2.c @@ -1,7 +1,7 @@ /* Functions to compute MD2 message digest of files or memory blocks. according to the definition of MD2 in RFC 1319 from April 1992. - Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005, 2006, - 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 1999-2003, 2005-2006, 2008-2014 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ /* Adapted by Simon Josefsson from public domain Libtomcrypt 1.06 by Tom St Denis. */