aboutsummaryrefslogtreecommitdiff
path: root/library/md4.c
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2010-07-18 10:13:04 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2010-07-18 10:13:04 +0000
commit84f12b76fc6d5b9dc3ec4eff3dc0f1e6b03a259a (patch)
tree53027ae3ebc620bd100973281128d6fff83dbdab /library/md4.c
parentc38b2f5bcf7af32a9cdff4850345cdae1949439f (diff)
downloadmbedtls-84f12b76fc6d5b9dc3ec4eff3dc0f1e6b03a259a.zip
mbedtls-84f12b76fc6d5b9dc3ec4eff3dc0f1e6b03a259a.tar.gz
mbedtls-84f12b76fc6d5b9dc3ec4eff3dc0f1e6b03a259a.tar.bz2
- Updated Copyright to correct entity
Diffstat (limited to 'library/md4.c')
-rw-r--r--library/md4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/md4.c b/library/md4.c
index f3d80d0..03637f1 100644
--- a/library/md4.c
+++ b/library/md4.c
@@ -1,7 +1,8 @@
/*
* RFC 1186/1320 compliant MD4 implementation
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify