diff options
author | Brad King <brad.king@kitware.com> | 2010-01-27 13:51:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-01-27 13:51:58 (GMT) |
commit | baf8e9938272d658c4df23648c2c8989376e2073 (patch) | |
tree | 3405379670ee59a4546e1ec77d91d038a4524b47 | |
parent | 54cb05238b81551cd3d7b478b6271ecbbd96bec3 (diff) | |
download | CMake-baf8e9938272d658c4df23648c2c8989376e2073.zip CMake-baf8e9938272d658c4df23648c2c8989376e2073.tar.gz CMake-baf8e9938272d658c4df23648c2c8989376e2073.tar.bz2 |
KWSys: Remove $Id$ from MD5.c
This CVS keyword was copied into the file with the rest of the
implementation. It has no meaning outside its original project tree.
-rw-r--r-- | Source/kwsys/MD5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/MD5.c b/Source/kwsys/MD5.c index f2e2019..1ea0a66 100644 --- a/Source/kwsys/MD5.c +++ b/Source/kwsys/MD5.c @@ -52,7 +52,6 @@ ghost@aladdin.com */ -/* $Id$ */ /* Independent implementation of MD5 (RFC 1321). |