]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/md5.c
Update version + date
[bacula/bacula] / bacula / src / lib / md5.c
index b9192674d86165066f25025bc5ee9cd140237623..ba7eff104125f610a6a076c07409645525580e00 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -41,7 +41,6 @@
  * needed on buffers full of bytes, and then call MD5Final, which
  * will fill a supplied 16-byte array with the digest.
  *
- *   Version $Id$
  */
 
 /* Brutally hacked by John Walker back from ANSI C to K&R (no