Doc nits cleanup, round 2
[openssl.git] / doc / crypto / mdc2.pod
index f7cc4257fe8d776baceefd41af0208c06944e2d9..f7db71b460d3eeaa3be5100d361c137a1b02bdfd 100644 (file)
@@ -44,7 +44,7 @@ hash functions directly.
 
 =head1 RETURN VALUES
 
-MDC2() returns a pointer to the hash value. 
+MDC2() returns a pointer to the hash value.
 
 MDC2_Init(), MDC2_Update() and MDC2_Final() return 1 for success, 0 otherwise.
 
@@ -56,4 +56,13 @@ ISO/IEC 10118-2, with DES
 
 L<EVP_DigestInit(3)>
 
+=head1 COPYRIGHT
+
+Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (the "License").  You may not use
+this file except in compliance with the License.  You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
 =cut