(svn r2701) Insert Id tags into all source files

This commit is contained in:
tron
2005-07-24 14:12:37 +00:00
parent 1492a04844
commit 647cbd6bdd
231 changed files with 465 additions and 3 deletions

4
md5.c
View File

@@ -1,3 +1,5 @@
/* $Id$ */
/*
Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
@@ -21,7 +23,7 @@
ghost@aladdin.com
*/
/* $Id: md5.c,v 1.6 2002/04/13 19:20:28 lpd Exp $ */
/* $Id$ */
/*
Independent implementation of MD5 (RFC 1321).