diff options
author | 2015-05-07 11:27:58 +0200 | |
---|---|---|
committer | 2015-05-07 11:27:58 +0200 | |
commit | 3034cb645148509387f72088baad0b5dd8ec2a24 (patch) | |
tree | 0dbba0cf97c53e33433cd1b50ffda30f90a33e10 /src/lib/util/md5.c | |
parent | f5ba2d39b304f9bb8aba487012e9cf4a784bbf7a (diff) |
Missed lib for adding licenses (nw)
Diffstat (limited to 'src/lib/util/md5.c')
-rw-r--r-- | src/lib/util/md5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/md5.c b/src/lib/util/md5.c index 55ca7c70c1f..1bb70a8f695 100644 --- a/src/lib/util/md5.c +++ b/src/lib/util/md5.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? /* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was |