summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-31 00:44:41 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-31 00:44:41 +0000
commit692c3359cb88bc662328f944ae3c96c77f9d8294 (patch)
treeba12ffaf1aa5ceb164c5741e9e44d1647ccb2bd7
parent7db67cd5d30901856edafa04165168160442e632 (diff)
downloadsamba-692c3359cb88bc662328f944ae3c96c77f9d8294.tar.gz
samba-692c3359cb88bc662328f944ae3c96c77f9d8294.tar.xz
samba-692c3359cb88bc662328f944ae3c96c77f9d8294.zip
acknowledging where the md5 source comes from (the ssh 1.2.27 sources)
-rw-r--r--source/include/md5.h19
-rw-r--r--source/lib/md5.c20
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 <ylo@cs.hut.fi> to