diff --git a/include/libhttp.h b/include/libhttp.h index 6b265a62..2c2cefd9 100644 --- a/include/libhttp.h +++ b/include/libhttp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_accept_new_connection.c b/src/httplib_accept_new_connection.c index a54ef266..1c4e9151 100644 --- a/src/httplib_accept_new_connection.c +++ b/src/httplib_accept_new_connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_check_acl.c b/src/httplib_check_acl.c index 826dc6ee..08095768 100644 --- a/src/httplib_check_acl.c +++ b/src/httplib_check_acl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_check_feature.c b/src/httplib_check_feature.c index d1bf9b39..01dac2f7 100644 --- a/src/httplib_check_feature.c +++ b/src/httplib_check_feature.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_close_all_listening_sockets.c b/src/httplib_close_all_listening_sockets.c index c9722e59..f8003630 100644 --- a/src/httplib_close_all_listening_sockets.c +++ b/src/httplib_close_all_listening_sockets.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_close_connection.c b/src/httplib_close_connection.c index 70091da8..a61b60ef 100644 --- a/src/httplib_close_connection.c +++ b/src/httplib_close_connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_close_socket_gracefully.c b/src/httplib_close_socket_gracefully.c index 0fba91c0..d3ff3103 100644 --- a/src/httplib_close_socket_gracefully.c +++ b/src/httplib_close_socket_gracefully.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_connect_client.c b/src/httplib_connect_client.c index 1de08ef2..f5f55a60 100644 --- a/src/httplib_connect_client.c +++ b/src/httplib_connect_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_connect_websocket_client.c b/src/httplib_connect_websocket_client.c index 0d214a43..bf528eb2 100644 --- a/src/httplib_connect_websocket_client.c +++ b/src/httplib_connect_websocket_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_consume_socket.c b/src/httplib_consume_socket.c index d6df8fcb..32474452 100644 --- a/src/httplib_consume_socket.c +++ b/src/httplib_consume_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_download.c b/src/httplib_download.c index fe1b1af3..cd1107fa 100644 --- a/src/httplib_download.c +++ b/src/httplib_download.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_free_context.c b/src/httplib_free_context.c index a99e1fca..3305b1b0 100644 --- a/src/httplib_free_context.c +++ b/src/httplib_free_context.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_first_ssl_listener_index.c b/src/httplib_get_first_ssl_listener_index.c index 92c42744..3b34f137 100644 --- a/src/httplib_get_first_ssl_listener_index.c +++ b/src/httplib_get_first_ssl_listener_index.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_rel_url_at_current_server.c b/src/httplib_get_rel_url_at_current_server.c index 39767a01..18422d40 100644 --- a/src/httplib_get_rel_url_at_current_server.c +++ b/src/httplib_get_rel_url_at_current_server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_remote_ip.c b/src/httplib_get_remote_ip.c index f4236f2d..9e3d6db5 100644 --- a/src/httplib_get_remote_ip.c +++ b/src/httplib_get_remote_ip.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_request_handler.c b/src/httplib_get_request_handler.c index 1a5f0ce8..223ead8b 100644 --- a/src/httplib_get_request_handler.c +++ b/src/httplib_get_request_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_response.c b/src/httplib_get_response.c index e02ab588..54ec7499 100644 --- a/src/httplib_get_response.c +++ b/src/httplib_get_response.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_response_code_text.c b/src/httplib_get_response_code_text.c index 80707279..d0dc5ca1 100644 --- a/src/httplib_get_response_code_text.c +++ b/src/httplib_get_response_code_text.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_system_name.c b/src/httplib_get_system_name.c index c07b6b8c..d2ef93d8 100644 --- a/src/httplib_get_system_name.c +++ b/src/httplib_get_system_name.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_get_uri_type.c b/src/httplib_get_uri_type.c index 118f1cd4..6dffb48d 100644 --- a/src/httplib_get_uri_type.c +++ b/src/httplib_get_uri_type.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_getreq.c b/src/httplib_getreq.c index a5aff0b3..faa26472 100644 --- a/src/httplib_getreq.c +++ b/src/httplib_getreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_handle_file_based_request.c b/src/httplib_handle_file_based_request.c index 0d85cebe..73624859 100644 --- a/src/httplib_handle_file_based_request.c +++ b/src/httplib_handle_file_based_request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_handle_request.c b/src/httplib_handle_request.c index e523d570..db9feeda 100644 --- a/src/httplib_handle_request.c +++ b/src/httplib_handle_request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_handle_websocket_request.c b/src/httplib_handle_websocket_request.c index 52fb86d9..7d16f9a0 100644 --- a/src/httplib_handle_websocket_request.c +++ b/src/httplib_handle_websocket_request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_initialize_ssl.c b/src/httplib_initialize_ssl.c index f7613d7b..2f0f87dc 100644 --- a/src/httplib_initialize_ssl.c +++ b/src/httplib_initialize_ssl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_is_websocket_protocol.c b/src/httplib_is_websocket_protocol.c index 718105e5..de7be283 100644 --- a/src/httplib_is_websocket_protocol.c +++ b/src/httplib_is_websocket_protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_load_dll.c b/src/httplib_load_dll.c index 1ce210ac..ede9f741 100644 --- a/src/httplib_load_dll.c +++ b/src/httplib_load_dll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_log_access.c b/src/httplib_log_access.c index 8023a0e4..1d5a3d6b 100644 --- a/src/httplib_log_access.c +++ b/src/httplib_log_access.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_master_thread.c b/src/httplib_master_thread.c index 2909f916..607e573f 100644 --- a/src/httplib_master_thread.c +++ b/src/httplib_master_thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_parse_net.c b/src/httplib_parse_net.c index b0683597..28e1c8be 100644 --- a/src/httplib_parse_net.c +++ b/src/httplib_parse_net.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_process_new_connection.c b/src/httplib_process_new_connection.c index d75266f5..df767295 100644 --- a/src/httplib_process_new_connection.c +++ b/src/httplib_process_new_connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_produce_socket.c b/src/httplib_produce_socket.c index 87523eac..1bbd2fbc 100644 --- a/src/httplib_produce_socket.c +++ b/src/httplib_produce_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_redirect_to_https_port.c b/src/httplib_redirect_to_https_port.c index be0c8e05..22500558 100644 --- a/src/httplib_redirect_to_https_port.c +++ b/src/httplib_redirect_to_https_port.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_refresh_trust.c b/src/httplib_refresh_trust.c index cf2d5bc1..6b523bbd 100644 --- a/src/httplib_refresh_trust.c +++ b/src/httplib_refresh_trust.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_reset_per_request_attributes.c b/src/httplib_reset_per_request_attributes.c index d705d008..f8e950ec 100644 --- a/src/httplib_reset_per_request_attributes.c +++ b/src/httplib_reset_per_request_attributes.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_acl_option.c b/src/httplib_set_acl_option.c index b3bdd002..a3c19132 100644 --- a/src/httplib_set_acl_option.c +++ b/src/httplib_set_acl_option.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_auth_handler.c b/src/httplib_set_auth_handler.c index efda12f9..db91f90a 100644 --- a/src/httplib_set_auth_handler.c +++ b/src/httplib_set_auth_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_gpass_option.c b/src/httplib_set_gpass_option.c index a950ce8f..6730d7ad 100644 --- a/src/httplib_set_gpass_option.c +++ b/src/httplib_set_gpass_option.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_handler_type.c b/src/httplib_set_handler_type.c index 35095dff..c952e5ae 100644 --- a/src/httplib_set_handler_type.c +++ b/src/httplib_set_handler_type.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_ports_option.c b/src/httplib_set_ports_option.c index 714ac3e0..4fb5ce19 100644 --- a/src/httplib_set_ports_option.c +++ b/src/httplib_set_ports_option.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_request_handler.c b/src/httplib_set_request_handler.c index cd156598..b966e0c0 100644 --- a/src/httplib_set_request_handler.c +++ b/src/httplib_set_request_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_sock_timeout.c b/src/httplib_set_sock_timeout.c index 3ea71099..e05ebbca 100644 --- a/src/httplib_set_sock_timeout.c +++ b/src/httplib_set_sock_timeout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_ssl_option.c b/src/httplib_set_ssl_option.c index 735a9ee8..a30e3a73 100644 --- a/src/httplib_set_ssl_option.c +++ b/src/httplib_set_ssl_option.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_tcp_nodelay.c b/src/httplib_set_tcp_nodelay.c index 0a4dec7e..2888a215 100644 --- a/src/httplib_set_tcp_nodelay.c +++ b/src/httplib_set_tcp_nodelay.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_throttle.c b/src/httplib_set_throttle.c index 198429d4..8a4e186a 100644 --- a/src/httplib_set_throttle.c +++ b/src/httplib_set_throttle.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_uid_option.c b/src/httplib_set_uid_option.c index 06853e87..79f83c3d 100644 --- a/src/httplib_set_uid_option.c +++ b/src/httplib_set_uid_option.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_set_websocket_handler.c b/src/httplib_set_websocket_handler.c index b9f89c50..eae05d95 100644 --- a/src/httplib_set_websocket_handler.c +++ b/src/httplib_set_websocket_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_ssl_error.c b/src/httplib_ssl_error.c index d64b60c6..f1cf2ed2 100644 --- a/src/httplib_ssl_error.c +++ b/src/httplib_ssl_error.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_ssl_get_client_cert_info.c b/src/httplib_ssl_get_client_cert_info.c index 523a5693..9b572d87 100644 --- a/src/httplib_ssl_get_client_cert_info.c +++ b/src/httplib_ssl_get_client_cert_info.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_ssl_get_protocol.c b/src/httplib_ssl_get_protocol.c index 2e993500..64959e84 100644 --- a/src/httplib_ssl_get_protocol.c +++ b/src/httplib_ssl_get_protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_ssl_id_callback.c b/src/httplib_ssl_id_callback.c index 49ff3b3e..0a1a310c 100644 --- a/src/httplib_ssl_id_callback.c +++ b/src/httplib_ssl_id_callback.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_ssl_locking_callback.c b/src/httplib_ssl_locking_callback.c index fff17fcc..78b5be97 100644 --- a/src/httplib_ssl_locking_callback.c +++ b/src/httplib_ssl_locking_callback.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_ssl_use_pem_file.c b/src/httplib_ssl_use_pem_file.c index 3f932a36..1c6febad 100644 --- a/src/httplib_ssl_use_pem_file.c +++ b/src/httplib_ssl_use_pem_file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_sslize.c b/src/httplib_sslize.c index 4fe13718..b75cf74a 100644 --- a/src/httplib_sslize.c +++ b/src/httplib_sslize.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_start.c b/src/httplib_start.c index 22f72260..a91daac5 100644 --- a/src/httplib_start.c +++ b/src/httplib_start.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_stop.c b/src/httplib_stop.c index 4f393b4f..3dad7614 100644 --- a/src/httplib_stop.c +++ b/src/httplib_stop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_tls_dtor.c b/src/httplib_tls_dtor.c index 61dd9657..f3b27ad5 100644 --- a/src/httplib_tls_dtor.c +++ b/src/httplib_tls_dtor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_uninitialize_ssl.c b/src/httplib_uninitialize_ssl.c index 20dad561..389765c7 100644 --- a/src/httplib_uninitialize_ssl.c +++ b/src/httplib_uninitialize_ssl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_version.c b/src/httplib_version.c index 4682019e..7f1d9a71 100644 --- a/src/httplib_version.c +++ b/src/httplib_version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_websocket_client_thread.c b/src/httplib_websocket_client_thread.c index fa1b3541..fbe38af3 100644 --- a/src/httplib_websocket_client_thread.c +++ b/src/httplib_websocket_client_thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/httplib_worker_thread.c b/src/httplib_worker_thread.c index bfe2d537..a3f2e9dc 100644 --- a/src/httplib_worker_thread.c +++ b/src/httplib_worker_thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * diff --git a/src/libhttp.c b/src/libhttp.c index 9b7d4aa1..1451a675 100644 --- a/src/libhttp.c +++ b/src/libhttp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Lammert Bies + * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka *