diff options
Diffstat (limited to 'src/lib/util')
-rw-r--r-- | src/lib/util/md5.c | 2 | ||||
-rw-r--r-- | src/lib/util/md5.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/md5.c b/src/lib/util/md5.c index c777cd998f5..1fdcb26de03 100644 --- a/src/lib/util/md5.c +++ b/src/lib/util/md5.c @@ -1,5 +1,5 @@ // license:Public Domain -// copyright-holders:Colin Plumb +// copyright-holders:Colin Plumb /* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was diff --git a/src/lib/util/md5.h b/src/lib/util/md5.h index 6926d4c1d81..8358e8c1e91 100644 --- a/src/lib/util/md5.h +++ b/src/lib/util/md5.h @@ -1,5 +1,5 @@ // license:Public Domain -// copyright-holders:Colin Plumb +// copyright-holders:Colin Plumb /* * This is the header file for the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was |