Add copyright to manpages
[openssl.git] / doc / crypto / BIO_s_socket.pod
index 1c8d3a91102745b581b284d2d8114945dab43a46..f0bdd8fd7f305b03909e028783b2f6cc78945bb2 100644 (file)
@@ -8,7 +8,7 @@ BIO_s_socket, BIO_new_socket - socket BIO
 
  #include <openssl/bio.h>
 
- BIO_METHOD *BIO_s_socket(void);
const BIO_METHOD *BIO_s_socket(void);
 
  long BIO_set_fd(BIO *b, int fd, long close_flag);
  long BIO_get_fd(BIO *b, int *c);
@@ -61,3 +61,16 @@ occurred.
 =head1 SEE ALSO
 
 TBA
+
+=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