From 692c3359cb88bc662328f944ae3c96c77f9d8294 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 31 Mar 2000 00:44:41 +0000 Subject: acknowledging where the md5 source comes from (the ssh 1.2.27 sources) --- source/include/md5.h | 19 +++---------------- source/lib/md5.c | 20 ++++---------------- 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/source/include/md5.h b/source/include/md5.h index 070d8c307da..9f7580bda50 100644 --- a/source/include/md5.h +++ b/source/include/md5.h @@ -1,22 +1,9 @@ /* Unix SMB/Netbios implementation. - Version 1.9. - Copyright (C) Andrew Tridgell 1992-1999 - Copyright (C) Luke Kenneth Casson Leighton 1996-1999 - - 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 Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. + Version 2.0. + + This code comes directly from the ssh-1.2.27 sources. - 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef MD5_H diff --git a/source/lib/md5.c b/source/lib/md5.c index cff7bef034b..ae2bb9f29ce 100644 --- a/source/lib/md5.c +++ b/source/lib/md5.c @@ -1,21 +1,9 @@ /* Unix SMB/Netbios implementation. - Version 1.9. - Copyright (C) Andrew Tridgell 1992-1999 - - 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 Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program 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 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., 675 Mass Ave, Cambridge, MA 02139, USA. + Version 2.0. + + This code comes directly from the ssh-1.2.27 sources. + */ /* This code has been heavily hacked by Tatu Ylonen to -- cgit