Add copyright to manpages
[openssl.git] / doc / crypto / RAND_set_rand_method.pod
index 533d577fa6e6f70af565200ba24145add2a390b8..86060c95257042fe3ad5124814733f293467e840 100644 (file)
@@ -45,8 +45,8 @@ API is being used, so this function is no longer recommended.
        int (*status)(void);
  } RAND_METHOD;
 
-The components point to the implementation of RAND_seed(),
-RAND_bytes(), RAND_cleanup(), RAND_add(), RAND_pseudo_rand()
+The components point to method implementations used by (or called by), in order,
+RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
 and RAND_status().
 Each component may be NULL if the function is not implemented.
 
@@ -70,3 +70,14 @@ algorithms.
 L<rand(3)>, L<engine(3)>
 
 =cut
+
+=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