diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-02-25 13:54:40 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-02-25 13:54:40 -0800 |
| commit | 545942f7ace7cde8a1b8a6a5289cecc185b08fbc (patch) | |
| tree | 1bcdcb23828c610026af0e9205f2beaf87a62f7c /docs | |
| parent | 9d3b04f01baf6565ea9e5637a1bd3e54651de307 (diff) | |
| download | nng-545942f7ace7cde8a1b8a6a5289cecc185b08fbc.tar.gz nng-545942f7ace7cde8a1b8a6a5289cecc185b08fbc.tar.bz2 nng-545942f7ace7cde8a1b8a6a5289cecc185b08fbc.zip | |
Better way to handle copyright.
We move the copyright info along with trademark info to the refman
layout. The source files still have their own inline copyright (now
in correct readable form).
This leads towards being able to generate that master reference manual.
Diffstat (limited to 'docs')
138 files changed, 1246 insertions, 1310 deletions
diff --git a/docs/libnng.adoc b/docs/libnng.adoc index 51b11c39..72516705 100644 --- a/docs/libnng.adoc +++ b/docs/libnng.adoc @@ -1,9 +1,13 @@ = libnng(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -13,7 +17,6 @@ libnng - nanomsg next generation library *cc* [_flags_] _files_ *-lnng* [_libraries_] - == DESCRIPTION The <<nng#,nng(7)>> library provides a common messaging framework @@ -308,7 +311,3 @@ with TLS support. <<nng#,nng(7)>>, <<nng_compat#,nng_compat(3)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng.adoc b/docs/nng.adoc index 6c865a8d..2d0f6567 100644 --- a/docs/nng.adoc +++ b/docs/nng.adoc @@ -1,16 +1,21 @@ = nng(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME + nng - nanomsg next generation == SYNOPSIS -*cc* ['flags'] 'files' *-lnng* ['libraries'] +*cc* ['flags'] 'files' *-lnng* ['libraries'] == DESCRIPTION @@ -147,7 +152,3 @@ The library API is documented at <<libnng#,libnng(3)>>. <<libnng#,libnng(3)>>, <<nng_compat#,nng_compat(3)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_abort.adoc b/docs/nng_aio_abort.adoc index f462f753..51e1533d 100644 --- a/docs/nng_aio_abort.adoc +++ b/docs/nng_aio_abort.adoc @@ -1,9 +1,13 @@ = nng_aio_abort(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_abort - abort asynchronous I/O operation void nng_aio_abort(nng_aio *aio, int err); ----------- - == DESCRIPTION The `nng_aio_abort()` function aborts an operation previously started @@ -47,7 +50,3 @@ None. <<nng_aio_cancel#,nng_aio_cancel(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_alloc.adoc b/docs/nng_aio_alloc.adoc index fa2329e0..57054e04 100644 --- a/docs/nng_aio_alloc.adoc +++ b/docs/nng_aio_alloc.adoc @@ -1,9 +1,13 @@ = nng_aio_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_alloc - allocate asynchronous I/O handle int nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg); ----------- - == DESCRIPTION The `nng_aio_alloc()` function allocates a handle for asynchronous I/O @@ -68,7 +71,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_aio_wait#,nng_aio_wait(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_cancel.adoc b/docs/nng_aio_cancel.adoc index 2aa5b95a..22ef0166 100644 --- a/docs/nng_aio_cancel.adoc +++ b/docs/nng_aio_cancel.adoc @@ -1,9 +1,13 @@ = nng_aio_cancel(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_cancel - cancel asynchronous I/O operation void nng_aio_cancel(nng_aio *aio); ----------- - == DESCRIPTION The `nng_aio_cancel()` function aborts an operation previously started @@ -50,7 +53,3 @@ None. <<nng_aio_alloc#,nng_aio_alloc(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_count.adoc b/docs/nng_aio_count.adoc index 68a05d45..6ea42bf9 100644 --- a/docs/nng_aio_count.adoc +++ b/docs/nng_aio_count.adoc @@ -1,9 +1,13 @@ = nng_aio_count(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_count - return number of bytes transferred size_t nng_aio_count(nng_aio *aio); ----------- - == DESCRIPTION The `nng_aio_count()` returns the number of bytes transferred by the @@ -53,7 +56,3 @@ None. <<nng_aio_wait#,nng_aio_wait(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_finish.adoc b/docs/nng_aio_finish.adoc index 8ee1595b..42c51970 100644 --- a/docs/nng_aio_finish.adoc +++ b/docs/nng_aio_finish.adoc @@ -1,9 +1,13 @@ = nng_aio_finish(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_finish - finish asynchronous I/O operation void nng_aio_finish(nng_aio *aio, int err); ----------- - == DESCRIPTION The `nng_aio_finish()` function marks operation associated with _aio_ as @@ -49,7 +52,3 @@ None. <<nng_aio_cancel#,nng_aio_cancel(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_free.adoc b/docs/nng_aio_free.adoc index 649d7441..20ece8ae 100644 --- a/docs/nng_aio_free.adoc +++ b/docs/nng_aio_free.adoc @@ -1,9 +1,13 @@ = nng_aio_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_free - free asynchronous I/O handle void nng_aio_free(nng_aio *aio); ----------- - == DESCRIPTION The `nng_aio_free()` function frees an allocated asynchronous I/O handle. @@ -40,7 +43,3 @@ None. <<nng_aio_alloc#,nng_aio_alloc(3)>>, <<nng_aio_stop#,nng_aio_stop(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_get_input.adoc b/docs/nng_aio_get_input.adoc index f4528090..73b0acd2 100644 --- a/docs/nng_aio_get_input.adoc +++ b/docs/nng_aio_get_input.adoc @@ -1,9 +1,13 @@ = nng_aio_get_input(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -44,7 +48,3 @@ None. <<nng_aio_set_input#,nng_aio_set_input(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_get_output.adoc b/docs/nng_aio_get_output.adoc index 281b5ac4..a362e0ae 100644 --- a/docs/nng_aio_get_output.adoc +++ b/docs/nng_aio_get_output.adoc @@ -1,9 +1,13 @@ = nng_aio_get_output(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -48,7 +52,3 @@ None. <<nng_aio_set_input#,nng_aio_set_input(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_result.adoc b/docs/nng_aio_result.adoc index 43bb7074..1b55dc0e 100644 --- a/docs/nng_aio_result.adoc +++ b/docs/nng_aio_result.adoc @@ -1,9 +1,13 @@ = nng_aio_result(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -50,7 +54,3 @@ Various other return values are possible dependending on the operation. <<nng_aio_wait#,nng_aio_wait(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_set_input.adoc b/docs/nng_aio_set_input.adoc index 8d2d7474..3a240c6a 100644 --- a/docs/nng_aio_set_input.adoc +++ b/docs/nng_aio_set_input.adoc @@ -1,9 +1,13 @@ = nng_aio_set_input(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ None. <<nng_aio_get_output#,nng_aio_get_output(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_set_iov.adoc b/docs/nng_aio_set_iov.adoc index 331e7f7e..d5991ed6 100644 --- a/docs/nng_aio_set_iov.adoc +++ b/docs/nng_aio_set_iov.adoc @@ -1,9 +1,13 @@ = nng_aio_set_iov(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -65,7 +69,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_aio_count#,nng_aio_count(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_set_output.adoc b/docs/nng_aio_set_output.adoc index b65e4369..4c3d4a21 100644 --- a/docs/nng_aio_set_output.adoc +++ b/docs/nng_aio_set_output.adoc @@ -1,9 +1,13 @@ = nng_aio_set_output(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -52,7 +56,3 @@ None. <<nng_aio_get_output#,nng_aio_get_output(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_set_timeout.adoc b/docs/nng_aio_set_timeout.adoc index 335537f5..ff1244d5 100644 --- a/docs/nng_aio_set_timeout.adoc +++ b/docs/nng_aio_set_timeout.adoc @@ -1,9 +1,13 @@ = nng_aio_set_timeout(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -54,7 +58,3 @@ None. <<nng_aio_cancel#,nng_aio_cancel(3)>>, <<nng_aio_result#,nng_aio_result(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_stop.adoc b/docs/nng_aio_stop.adoc index 4e8a5fbd..ae5c5bda 100644 --- a/docs/nng_aio_stop.adoc +++ b/docs/nng_aio_stop.adoc @@ -1,9 +1,13 @@ = nng_aio_stop(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -48,7 +52,3 @@ None. <<nng_aio_wait#,nng_aio_wait(3)>>, <<nng_aio_alloc#,nng_aio_alloc(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_aio_wait.adoc b/docs/nng_aio_wait.adoc index ab4eccdc..fb0dad87 100644 --- a/docs/nng_aio_wait.adoc +++ b/docs/nng_aio_wait.adoc @@ -1,9 +1,13 @@ = nng_aio_wait(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_aio_wait - wait for asynchronous I/O operation void nng_aio_wait(nng_aio *aio); ----------- - == DESCRIPTION The `nng_aio_wait()` function waits for an asynchronous I/O operation @@ -41,7 +44,3 @@ None. <<nng_aio_abort#,nng_aio_abort(3)>>, <<nng_aio_alloc#,nng_aio_alloc(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_bus.adoc b/docs/nng_bus.adoc index 7d642c1b..18ba4664 100644 --- a/docs/nng_bus.adoc +++ b/docs/nng_bus.adoc @@ -1,9 +1,13 @@ = nng_bus(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -65,7 +69,3 @@ The _nng_bus_ protocol has no protocol-specific headers. == SEE ALSO <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_close.adoc b/docs/nng_close.adoc index ac8536e2..dfc1b0a6 100644 --- a/docs/nng_close.adoc +++ b/docs/nng_close.adoc @@ -1,9 +1,13 @@ = nng_close(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -42,7 +46,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_setopt#,nng_setopt(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_dial.adoc b/docs/nng_dial.adoc index 2f5052b4..18d55137 100644 --- a/docs/nng_dial.adoc +++ b/docs/nng_dial.adoc @@ -1,9 +1,13 @@ = nng_dial(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -81,7 +85,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_listen#,nng_listen(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_dialer_close.adoc b/docs/nng_dialer_close.adoc index 565b645c..82ca6fc3 100644 --- a/docs/nng_dialer_close.adoc +++ b/docs/nng_dialer_close.adoc @@ -1,9 +1,13 @@ = nng_dialer_close(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -46,7 +50,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_dialer_create#,nng_dialer_create(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_dialer_create.adoc b/docs/nng_dialer_create.adoc index a04df0c6..02b7796b 100644 --- a/docs/nng_dialer_create.adoc +++ b/docs/nng_dialer_create.adoc @@ -1,9 +1,13 @@ = nng_dialer_create(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -68,7 +72,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_listener_create#,nng_listener_create(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_dialer_getopt.adoc b/docs/nng_dialer_getopt.adoc index 21276374..7c6fc3ad 100644 --- a/docs/nng_dialer_getopt.adoc +++ b/docs/nng_dialer_getopt.adoc @@ -1,9 +1,13 @@ = nng_dialer_getopt(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -99,7 +103,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_getopt#,nng_getopt(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_dialer_setopt.adoc b/docs/nng_dialer_setopt.adoc index 5361d013..8bd6a04b 100644 --- a/docs/nng_dialer_setopt.adoc +++ b/docs/nng_dialer_setopt.adoc @@ -1,9 +1,13 @@ = nng_dialer_setopt(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -98,7 +102,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_setopt#,nng_setopt(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_dialer_start.adoc b/docs/nng_dialer_start.adoc index 241d954e..db6d7c07 100644 --- a/docs/nng_dialer_start.adoc +++ b/docs/nng_dialer_start.adoc @@ -1,9 +1,13 @@ = nng_dialer_start(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -68,7 +72,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_dialer_create#,nng_dialer_create(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_client_alloc.adoc b/docs/nng_http_client_alloc.adoc index 88c1c6ac..40499862 100644 --- a/docs/nng_http_client_alloc.adoc +++ b/docs/nng_http_client_alloc.adoc @@ -1,9 +1,13 @@ = nng_http_client_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_client_alloc - allocate HTTP client int nng_http_client_alloc(nng_http_client *clientp, const nng_url *url); ----------- - == DESCRIPTION The `nng_http_client_alloc()` allocates an HTTP client suitable for @@ -42,7 +45,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_url_parse#,nng_url_parse(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_client_connect.adoc b/docs/nng_http_client_connect.adoc index 8bba3148..f5fef4eb 100644 --- a/docs/nng_http_client_connect.adoc +++ b/docs/nng_http_client_connect.adoc @@ -1,9 +1,13 @@ = nng_http_client_connect(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_client_connect - establish HTTP client connection void nng_http_client_connect(nng_http_client *client, nng_aio *aio); ----------- - == DESCRIPTION The `nng_http_client_connect()` starts the process of establishing an HTTP @@ -91,7 +94,3 @@ None. <<nng_http_conn_write#,nng_http_conn_write(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_client_free.adoc b/docs/nng_http_client_free.adoc index 16e2ec94..e54c7bd5 100644 --- a/docs/nng_http_client_free.adoc +++ b/docs/nng_http_client_free.adoc @@ -1,9 +1,13 @@ = nng_http_client_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_client_free - free HTTP client void nng_http_client_free(nng_http_client *client); ----------- - == DESCRIPTION The `nng_http_client_free()` frees the HTTP client and any associated @@ -42,7 +45,3 @@ None. <<nng_http_client_alloc#,nng_http_client_alloc(3)>>, <<nng_http_client_connect#,nng_http_client_connect(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_client_get_tls.adoc b/docs/nng_http_client_get_tls.adoc index b38498b4..7aa5fd27 100644 --- a/docs/nng_http_client_get_tls.adoc +++ b/docs/nng_http_client_get_tls.adoc @@ -1,9 +1,13 @@ = nng_http_client_get_tls(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_client_get_tls - get HTTP client TLS configuration int nng_http_client_get_tls(nng_http_client *client, nng_tls_config **cfgp); ----------- - == DESCRIPTION The `nng_http_client_get_tls()` obtains the TLS configuration of _client_ and @@ -45,7 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_client_set_tls.adoc b/docs/nng_http_client_set_tls.adoc index ec133fbf..deed7e57 100644 --- a/docs/nng_http_client_set_tls.adoc +++ b/docs/nng_http_client_set_tls.adoc @@ -1,9 +1,13 @@ = nng_http_client_set_tls(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_client_set_tls - set HTTP client TLS configuration int nng_http_client_set_tls(nng_http_client *client, nng_tls_config *cfg); ----------- - == DESCRIPTION The `nng_http_client_set_tls()` sets the TLS configuration of _client_ to @@ -51,7 +54,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_close.adoc b/docs/nng_http_conn_close.adoc index 48957f2d..0c512815 100644 --- a/docs/nng_http_conn_close.adoc +++ b/docs/nng_http_conn_close.adoc @@ -1,9 +1,13 @@ = nng_http_conn_close(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -40,7 +44,3 @@ None. <<nng_http_alloc_handler#,nng_http_alloc_handler(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_read.adoc b/docs/nng_http_conn_read.adoc index 8dae92c6..92826682 100644 --- a/docs/nng_http_conn_read.adoc +++ b/docs/nng_http_conn_read.adoc @@ -1,9 +1,13 @@ = nng_http_conn_read(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -67,7 +71,3 @@ None. <<nng_http_conn_read_all#,nng_http_conn_read_all(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_read_all.adoc b/docs/nng_http_conn_read_all.adoc index 9ee936f8..e5f89389 100644 --- a/docs/nng_http_conn_read_all.adoc +++ b/docs/nng_http_conn_read_all.adoc @@ -1,9 +1,13 @@ = nng_http_conn_read_all(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -70,7 +74,3 @@ None. <<nng_http_conn_read#,nng_http_conn_read(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_read_req.adoc b/docs/nng_http_conn_read_req.adoc index edc68f1c..bf1c1289 100644 --- a/docs/nng_http_conn_read_req.adoc +++ b/docs/nng_http_conn_read_req.adoc @@ -1,9 +1,13 @@ = nng_http_conn_read_req(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -58,7 +62,3 @@ None. <<nng_http_conn_read_all#,nng_http_conn_read_all(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_read_res.adoc b/docs/nng_http_conn_read_res.adoc index 329767aa..4a1f6aaa 100644 --- a/docs/nng_http_conn_read_res.adoc +++ b/docs/nng_http_conn_read_res.adoc @@ -1,9 +1,13 @@ = nng_http_conn_read_res(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -58,7 +62,3 @@ None. <<nng_http_conn_read_all#,nng_http_conn_read_all(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_write.adoc b/docs/nng_http_conn_write.adoc index a7f05393..df9be033 100644 --- a/docs/nng_http_conn_write.adoc +++ b/docs/nng_http_conn_write.adoc @@ -1,9 +1,13 @@ = nng_http_conn_write(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -68,7 +72,3 @@ None. <<nng_http_conn_write_all#,nng_http_conn_write_all(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_write_all.adoc b/docs/nng_http_conn_write_all.adoc index 24e044b2..3f112540 100644 --- a/docs/nng_http_conn_write_all.adoc +++ b/docs/nng_http_conn_write_all.adoc @@ -1,9 +1,13 @@ = nng_http_conn_write_all(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -88,7 +92,3 @@ None. <<nng_http_res_set_data#,nng_http_res_set_data(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_write_req.adoc b/docs/nng_http_conn_write_req.adoc index d35bc6b3..040764ca 100644 --- a/docs/nng_http_conn_write_req.adoc +++ b/docs/nng_http_conn_write_req.adoc @@ -1,9 +1,13 @@ = nng_http_conn_write_req(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ None. <<nng_http_conn_read_all#,nng_http_conn_read_all(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_conn_write_res.adoc b/docs/nng_http_conn_write_res.adoc index 72a3023a..f2df3c72 100644 --- a/docs/nng_http_conn_write_res.adoc +++ b/docs/nng_http_conn_write_res.adoc @@ -1,9 +1,13 @@ = nng_http_conn_write_res(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -65,7 +69,3 @@ None. <<nng_http_conn_read_all#,nng_http_conn_read_all(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_alloc.adoc b/docs/nng_http_handler_alloc.adoc index 84f17949..023d0400 100644 --- a/docs/nng_http_handler_alloc.adoc +++ b/docs/nng_http_handler_alloc.adoc @@ -1,9 +1,13 @@ = nng_http_handler_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -28,7 +32,6 @@ int nng_http_handler_alloc_static(nng_http_handler **hp, const char *path, const void *data, size_t size, const char *content_type); ----------- - == DESCRIPTION The `nng_http_handler_alloc()` family of functions allocate a handler @@ -134,7 +137,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_free.adoc b/docs/nng_http_handler_free.adoc index 2f19619f..fe568513 100644 --- a/docs/nng_http_handler_free.adoc +++ b/docs/nng_http_handler_free.adoc @@ -1,9 +1,13 @@ = nng_http_handler_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_handler_free - free HTTP server handler void nng_http_handler_free(nng_http_handler *h); ----------- - == DESCRIPTION The `nng_http_handler_free()` function frees an allocated HTTP server handler. @@ -41,7 +44,3 @@ None. <<nng_http_handler_alloc#,nng_http_handler_alloc(3)>>, <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_get_data.adoc b/docs/nng_http_handler_get_data.adoc index b5075062..de139053 100644 --- a/docs/nng_http_handler_get_data.adoc +++ b/docs/nng_http_handler_get_data.adoc @@ -1,9 +1,13 @@ = nng_http_handler_get_data(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -40,7 +44,3 @@ None. <<nng_http_handler_set_data#,nng_http_server_set_data(3)>>, <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_set_data.adoc b/docs/nng_http_handler_set_data.adoc index ec7c3694..f1b74211 100644 --- a/docs/nng_http_handler_set_data.adoc +++ b/docs/nng_http_handler_set_data.adoc @@ -1,9 +1,13 @@ = nng_http_handler_set_data(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -46,7 +50,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_handler_get_data#,nng_http_server_get_data(3)>>, <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_set_host.adoc b/docs/nng_http_handler_set_host.adoc index 143311b1..d3e464e3 100644 --- a/docs/nng_http_handler_set_host.adoc +++ b/docs/nng_http_handler_set_host.adoc @@ -1,9 +1,13 @@ = nng_http_handler_set_host(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -50,7 +54,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_handler_alloc#,nng_http_handler_alloc(3)>>, <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_set_method.adoc b/docs/nng_http_handler_set_method.adoc index a57847c6..8769ffc8 100644 --- a/docs/nng_http_handler_set_method.adoc +++ b/docs/nng_http_handler_set_method.adoc @@ -1,9 +1,13 @@ = nng_http_handler_set_method(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -52,7 +56,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng_http_req_get_method#,nng_http_req_get_method(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_handler_set_tree.adoc b/docs/nng_http_handler_set_tree.adoc index 0731784b..a21a6681 100644 --- a/docs/nng_http_handler_set_tree.adoc +++ b/docs/nng_http_handler_set_tree.adoc @@ -1,9 +1,13 @@ = nng_http_handler_set_tree(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -43,7 +47,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng_http_req_get_method#,nng_http_req_get_method(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_hijack.adoc b/docs/nng_http_hijack.adoc index 292fc806..8a08751f 100644 --- a/docs/nng_http_hijack.adoc +++ b/docs/nng_http_hijack.adoc @@ -1,9 +1,13 @@ = nng_http_hijack(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -57,7 +61,3 @@ None. <<nng_http_conn_write_res#,nng_http_conn_write_res(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_add_header.adoc b/docs/nng_http_req_add_header.adoc index 7d31e785..eb403334 100644 --- a/docs/nng_http_req_add_header.adoc +++ b/docs/nng_http_req_add_header.adoc @@ -1,9 +1,13 @@ = nng_http_req_add_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_get_header#,nng_http_req_get_header(3)>>, <<nng_http_req_set_header#,nng_http_req_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_alloc.adoc b/docs/nng_http_req_alloc.adoc index 155cc7bd..f3aead52 100644 --- a/docs/nng_http_req_alloc.adoc +++ b/docs/nng_http_req_alloc.adoc @@ -1,9 +1,13 @@ = nng_http_req_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_req_alloc - allocate HTTP request structure int nng_http_req_alloc(nng_http_req **reqp, const nng_url *url); ----------- - == DESCRIPTION The `nng_http_req_alloc()` function allocates a new HTTP request structure @@ -55,7 +58,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_url_parse#,nng_url_parse(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_copy_data.adoc b/docs/nng_http_req_copy_data.adoc index 529bd923..184eaaa5 100644 --- a/docs/nng_http_req_copy_data.adoc +++ b/docs/nng_http_req_copy_data.adoc @@ -1,9 +1,13 @@ = nng_http_req_copy_data(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -54,7 +58,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_set_data#,nng_http_req_set_data(3)>>, <<nng_http_req_set_header#,nng_http_req_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_del_header.adoc b/docs/nng_http_req_del_header.adoc index c046f100..3306e8c9 100644 --- a/docs/nng_http_req_del_header.adoc +++ b/docs/nng_http_req_del_header.adoc @@ -1,9 +1,13 @@ = nng_http_req_set_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -17,7 +21,6 @@ nng_http_req_set_header - set HTTP request header #include <nng/supplemental/http/http.h> int nng_http_req_set_header(nng_http_req *req, const char *key); - ----------- == DESCRIPTION @@ -45,8 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_del_header#,nng_http_req_del_header(3)>>, <<nng_http_req_get_header#,nng_http_req_get_header(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_free.adoc b/docs/nng_http_req_free.adoc index 8e7d2765..8fe0b31c 100644 --- a/docs/nng_http_req_free.adoc +++ b/docs/nng_http_req_free.adoc @@ -1,9 +1,13 @@ = nng_http_req_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -36,7 +40,3 @@ None. <<nng_http_req_alloc#,nng_http_req_alloc(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_get_header.adoc b/docs/nng_http_req_get_header.adoc index b27cb892..b8ddafd3 100644 --- a/docs/nng_http_req_get_header.adoc +++ b/docs/nng_http_req_get_header.adoc @@ -1,9 +1,13 @@ = nng_http_req_get_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -44,7 +48,3 @@ None. <<nng_http_req_add_header#,nng_http_req_add_header(3)>>, <<nng_http_req_set_header#,nng_http_req_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_get_method.adoc b/docs/nng_http_req_get_method.adoc index 040552ba..2788a39d 100644 --- a/docs/nng_http_req_get_method.adoc +++ b/docs/nng_http_req_get_method.adoc @@ -1,9 +1,13 @@ = nng_http_req_get_method(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -38,9 +42,3 @@ None. <<nng_http_req_alloc#,nng_http_req_alloc(3)>>, <<nng_http_req_set_method#,nng_http_req_set_method(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} - diff --git a/docs/nng_http_req_get_uri.adoc b/docs/nng_http_req_get_uri.adoc index d2b58713..a5d7f46a 100644 --- a/docs/nng_http_req_get_uri.adoc +++ b/docs/nng_http_req_get_uri.adoc @@ -1,9 +1,13 @@ = nng_http_req_get_method(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -39,8 +43,3 @@ None. <<nng_http_req_alloc#,nng_http_req_alloc(3)>>, <<nng_http_req_set_uri#,nng_http_req_set_uri(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_get_version.adoc b/docs/nng_http_req_get_version.adoc index 87077f4c..958fd2c5 100644 --- a/docs/nng_http_req_get_version.adoc +++ b/docs/nng_http_req_get_version.adoc @@ -1,9 +1,13 @@ = nng_http_req_get_version(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -38,8 +42,3 @@ None. <<nng_http_req_alloc#,nng_http_req_alloc(3)>>, <<nng_http_req_set_version#,nng_http_req_set_version(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_set_data.adoc b/docs/nng_http_req_set_data.adoc index 25821566..005106a0 100644 --- a/docs/nng_http_req_set_data.adoc +++ b/docs/nng_http_req_set_data.adoc @@ -1,9 +1,13 @@ = nng_http_req_set_data(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_copy_data#,nng_http_req_copy_data(3)>>, <<nng_http_req_set_header#,nng_http_req_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_set_header.adoc b/docs/nng_http_req_set_header.adoc index fbfd563e..8d125c4a 100644 --- a/docs/nng_http_req_set_header.adoc +++ b/docs/nng_http_req_set_header.adoc @@ -1,9 +1,13 @@ = nng_http_req_set_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -49,8 +53,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_del_header#,nng_http_req_del_header(3)>>, <<nng_http_req_get_header#,nng_http_req_get_header(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_set_method.adoc b/docs/nng_http_req_set_method.adoc index bcb9b84b..76a6a18d 100644 --- a/docs/nng_http_req_set_method.adoc +++ b/docs/nng_http_req_set_method.adoc @@ -1,9 +1,13 @@ = nng_http_req_set_method(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -44,8 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_alloc#,nng_http_req_alloc(3)>>, <<nng_http_req_get_method#,nng_http_req_get_method(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_set_uri.adoc b/docs/nng_http_req_set_uri.adoc index 5688d2f3..9431b1da 100644 --- a/docs/nng_http_req_set_uri.adoc +++ b/docs/nng_http_req_set_uri.adoc @@ -1,9 +1,13 @@ = nng_http_req_set_uri(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -49,8 +53,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_get_uri#,nng_http_req_get_uri(3)>>, <<nng_url_parse#,nng_url_parse(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_req_set_version.adoc b/docs/nng_http_req_set_version.adoc index 48a9546c..969e8afa 100644 --- a/docs/nng_http_req_set_version.adoc +++ b/docs/nng_http_req_set_version.adoc @@ -1,9 +1,13 @@ = nng_http_req_set_version(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -49,8 +53,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_req_alloc#,nng_http_req_alloc(3)>>, <<nng_http_req_get_version#,nng_http_req_get_version(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_add_header.adoc b/docs/nng_http_res_add_header.adoc index fd575e72..75a4f206 100644 --- a/docs/nng_http_res_add_header.adoc +++ b/docs/nng_http_res_add_header.adoc @@ -1,9 +1,13 @@ = nng_http_res_add_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_get_header#,nng_http_res_get_header(3)>>, <<nng_http_res_set_header#,nng_http_res_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_alloc.adoc b/docs/nng_http_res_alloc.adoc index 2f376565..9de3d012 100644 --- a/docs/nng_http_res_alloc.adoc +++ b/docs/nng_http_res_alloc.adoc @@ -1,9 +1,13 @@ = nng_http_res_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_res_alloc - allocate HTTP response structure int nng_http_res_alloc(nng_http_res **resp); ----------- - == DESCRIPTION The `nng_http_res_alloc()` function allocates a new HTTP response structure @@ -59,7 +62,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_set_version#,nng_http_res_set_version(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_alloc_error.adoc b/docs/nng_http_res_alloc_error.adoc index df30cb24..720871b1 100644 --- a/docs/nng_http_res_alloc_error.adoc +++ b/docs/nng_http_res_alloc_error.adoc @@ -1,9 +1,13 @@ = nng_http_res_alloc_error(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_res_alloc_error - allocate HTTP error response int nng_http_res_alloc_error(nng_http_res **resp, uint16_t status); ----------- - == DESCRIPTION The `nng_http_res_alloc_error()` function allocates a new HTTP response structure @@ -49,7 +52,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_set_status#,nng_http_res_set_status(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_copy_data.adoc b/docs/nng_http_res_copy_data.adoc index 670d1cbe..56d10222 100644 --- a/docs/nng_http_res_copy_data.adoc +++ b/docs/nng_http_res_copy_data.adoc @@ -1,9 +1,13 @@ = nng_http_res_copy_data(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -54,7 +58,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_set_data#,nng_http_res_set_data(3)>>, <<nng_http_res_set_header#,nng_http_res_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_del_header.adoc b/docs/nng_http_res_del_header.adoc index ec689720..82a2387e 100644 --- a/docs/nng_http_res_del_header.adoc +++ b/docs/nng_http_res_del_header.adoc @@ -1,9 +1,13 @@ = nng_http_res_set_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -44,8 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_del_header#,nng_http_res_del_header(3)>>, <<nng_http_res_get_header#,nng_http_res_get_header(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_free.adoc b/docs/nng_http_res_free.adoc index 37187f40..ade3e151 100644 --- a/docs/nng_http_res_free.adoc +++ b/docs/nng_http_res_free.adoc @@ -1,9 +1,13 @@ = nng_http_res_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -36,7 +40,3 @@ None. <<nng_http_res_alloc#,nng_http_req_alloc(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_get_header.adoc b/docs/nng_http_res_get_header.adoc index 1d967602..0d3afbd6 100644 --- a/docs/nng_http_res_get_header.adoc +++ b/docs/nng_http_res_get_header.adoc @@ -1,9 +1,13 @@ = nng_http_res_get_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -44,8 +48,3 @@ None. <<nng_http_res_add_header#,nng_http_res_add_header(3)>>, <<nng_http_res_set_header#,nng_http_res_set_header(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_get_reason.adoc b/docs/nng_http_res_get_reason.adoc index d9edc980..7fe1f079 100644 --- a/docs/nng_http_res_get_reason.adoc +++ b/docs/nng_http_res_get_reason.adoc @@ -1,9 +1,13 @@ = nng_http_res_get_reason(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -40,8 +44,3 @@ None. <<nng_http_res_get_status#,nng_http_res_get_status(3)>>, <<nng_http_res_set_reason#,nng_http_res_set_reason(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_get_status.adoc b/docs/nng_http_res_get_status.adoc index d1e484fa..2056e2ce 100644 --- a/docs/nng_http_res_get_status.adoc +++ b/docs/nng_http_res_get_status.adoc @@ -1,9 +1,13 @@ = nng_http_res_get_status(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -110,8 +114,3 @@ None. <<nng_http_res_get_reason#,nng_http_res_get_reason(3)>>, <<nng_http_res_set_status#,nng_http_res_set_status(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_get_version.adoc b/docs/nng_http_res_get_version.adoc index ac1f1834..199bd95c 100644 --- a/docs/nng_http_res_get_version.adoc +++ b/docs/nng_http_res_get_version.adoc @@ -1,9 +1,13 @@ = nng_http_res_get_version(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -38,8 +42,3 @@ None. <<nng_http_res_alloc#,nng_http_res_alloc(3)>>, <<nng_http_res_set_version#,nng_http_res_set_version(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_set_data.adoc b/docs/nng_http_res_set_data.adoc index 0bd67254..aae0d076 100644 --- a/docs/nng_http_res_set_data.adoc +++ b/docs/nng_http_res_set_data.adoc @@ -1,9 +1,13 @@ = nng_http_res_set_data(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_copy_data#,nng_http_res_copy_data(3)>>, <<nng_http_res_set_header#,nng_http_res_set_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_set_header.adoc b/docs/nng_http_res_set_header.adoc index 302aece9..7c2a649e 100644 --- a/docs/nng_http_res_set_header.adoc +++ b/docs/nng_http_res_set_header.adoc @@ -1,9 +1,13 @@ = nng_http_res_set_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -49,7 +53,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_del_header#,nng_http_res_del_header(3)>>, <<nng_http_res_get_header#,nng_http_res_get_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_set_reason.adoc b/docs/nng_http_res_set_reason.adoc index 58ce3a56..150b8166 100644 --- a/docs/nng_http_res_set_reason.adoc +++ b/docs/nng_http_res_set_reason.adoc @@ -1,9 +1,13 @@ = nng_http_res_set_reason(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -48,8 +52,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_get_reason#,nng_http_req_get_reason(3)>>, <<nng_http_res_set_status#,nng_http_req_set_status(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_set_status.adoc b/docs/nng_http_res_set_status.adoc index 7efa95b6..f5e45cc4 100644 --- a/docs/nng_http_res_set_status.adoc +++ b/docs/nng_http_res_set_status.adoc @@ -1,9 +1,13 @@ = nng_http_res_set_status(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -116,8 +120,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_get_status#,nng_http_req_get_status(3)>>, <<nng_http_res_set_reason#,nng_http_req_set_reason(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_res_set_version.adoc b/docs/nng_http_res_set_version.adoc index 98340961..cb8f29a7 100644 --- a/docs/nng_http_res_set_version.adoc +++ b/docs/nng_http_res_set_version.adoc @@ -1,10 +1,14 @@ = nng_http_res_set_version(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. - +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// + == NAME nng_http_res_set_version - set HTTP response protocol version @@ -49,8 +53,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_res_alloc#,nng_http_res_alloc(3)>>, <<nng_http_req_get_version#,nng_http_req_get_version(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_add_handler.adoc b/docs/nng_http_server_add_handler.adoc index 6ff83070..333187a7 100644 --- a/docs/nng_http_server_add_handler.adoc +++ b/docs/nng_http_server_add_handler.adoc @@ -1,9 +1,13 @@ = nng_http_server_add_handler(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_add_handler - add HTTP server handler int nng_http_server_add_handler(nng_http_server *s, nng_http_handler *h); ----------- - == DESCRIPTION The `nng_http_server_add_handler()` adds the handler _h_ to the server @@ -52,7 +55,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_server_hold#,nng_http_server_hold(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_del_handler.adoc b/docs/nng_http_server_del_handler.adoc index 0a550e13..6dd72d8a 100644 --- a/docs/nng_http_server_del_handler.adoc +++ b/docs/nng_http_server_del_handler.adoc @@ -1,9 +1,13 @@ = nng_http_server_del_handler(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_del_handler - delete HTTP server handler int nng_http_server_del_hanlder(nng_http_server *s, nng_http_handler *h); ----------- - == DESCRIPTION The `nng_http_server_del_handler()` removes the handler _h_ from the server @@ -43,7 +46,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_get_tls.adoc b/docs/nng_http_server_get_tls.adoc index b62a97a7..c19fb4d9 100644 --- a/docs/nng_http_server_get_tls.adoc +++ b/docs/nng_http_server_get_tls.adoc @@ -1,9 +1,13 @@ = nng_http_server_get_tls(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_get_tls - get HTTP server TLS configuration int nng_http_server_get_tls(nng_http_server *s, nng_tls_config **cfgp); ----------- - == DESCRIPTION The `nng_http_server_get_tls()` obtains the TLS configuration of server _s_ and @@ -45,7 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_hold.adoc b/docs/nng_http_server_hold.adoc index 2d0411f3..61e5b068 100644 --- a/docs/nng_http_server_hold.adoc +++ b/docs/nng_http_server_hold.adoc @@ -1,9 +1,13 @@ = nng_http_server_hold(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_hold - get and hold HTTP server instance int nng_http_server_hold(nng_http_server **serverp, const nng_url *url); ----------- - == DESCRIPTION The `nng_http_server_hold()` acquires an instance of an HTTP server suitable @@ -57,7 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_url_parse#,nng_url_parse(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_release.adoc b/docs/nng_http_server_release.adoc index 64aea461..16c28227 100644 --- a/docs/nng_http_server_release.adoc +++ b/docs/nng_http_server_release.adoc @@ -1,9 +1,13 @@ = nng_http_server_release(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_release - release HTTP server instance void nng_http_server_release(nng_http_server *server); ----------- - == DESCRIPTION The `nng_http_server_release()` releases an instance of an HTTP _server_ @@ -48,7 +51,3 @@ None. <<nng_http_server_hold#,nng_http_server_hold(3)>>, <<nng_http_server_stop#,nng_http_server_stop(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_set_tls.adoc b/docs/nng_http_server_set_tls.adoc index 3c11528d..50039e49 100644 --- a/docs/nng_http_server_set_tls.adoc +++ b/docs/nng_http_server_set_tls.adoc @@ -1,9 +1,13 @@ = nng_http_server_set_tls(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_set_tls - set HTTP server TLS configuration int nng_http_server_set_tls(nng_http_server *s, nng_tls_config *cfg); ----------- - == DESCRIPTION The `nng_http_server_set_tls()` sets the TLS configuration of server _s_ to @@ -55,7 +58,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_start.adoc b/docs/nng_http_server_start.adoc index 36c40f52..4b7b1a4f 100644 --- a/docs/nng_http_server_start.adoc +++ b/docs/nng_http_server_start.adoc @@ -1,9 +1,13 @@ = nng_http_server_start(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_start - start HTTP server int nng_http_server_start(nng_http_server *server); ----------- - == DESCRIPTION The `nng_http_server_start()` starts the HTTP server instance _server_. @@ -45,7 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_url_parse#,nng_url_parse(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_http_server_stop.adoc b/docs/nng_http_server_stop.adoc index b2e08b22..8b2e0884 100644 --- a/docs/nng_http_server_stop.adoc +++ b/docs/nng_http_server_stop.adoc @@ -1,9 +1,13 @@ = nng_http_server_stop(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -19,7 +23,6 @@ nng_http_server_stop - stop HTTP server void nng_http_server_stop(nng_http_server *server); ----------- - == DESCRIPTION The `nng_http_server_stop()` stops the HTTP server instance _server_. @@ -39,7 +42,3 @@ None. <<nng_http_server_hold#,nng_http_server_hold(3)>>, <<nng_http_server_start#,nng_http_server_start(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_inproc.adoc b/docs/nng_inproc.adoc index d4f86c1e..c0dc270d 100644 --- a/docs/nng_inproc.adoc +++ b/docs/nng_inproc.adoc @@ -1,9 +1,13 @@ = nng_inproc(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -78,7 +82,3 @@ The _inproc_ transport has no special options. == SEE ALSO <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_ipc.adoc b/docs/nng_ipc.adoc index e3faaa14..e212cf0f 100644 --- a/docs/nng_ipc.adoc +++ b/docs/nng_ipc.adoc @@ -1,9 +1,13 @@ = nng_ipc(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -77,7 +81,3 @@ options.footnote:[Options for security attributes and credentials are planned.] == SEE ALSO <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_listen.adoc b/docs/nng_listen.adoc index 5c156ba8..4e403f3f 100644 --- a/docs/nng_listen.adoc +++ b/docs/nng_listen.adoc @@ -1,9 +1,13 @@ = nng_listen(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -74,7 +78,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_listener_start#,nng_listener_start(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_listener_close.adoc b/docs/nng_listener_close.adoc index c7419b75..396a354d 100644 --- a/docs/nng_listener_close.adoc +++ b/docs/nng_listener_close.adoc @@ -1,9 +1,13 @@ = nng_listener_close(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -46,7 +50,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_listener_create#,nng_listener_create(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_listener_create.adoc b/docs/nng_listener_create.adoc index f0933fbb..0ddcd685 100644 --- a/docs/nng_listener_create.adoc +++ b/docs/nng_listener_create.adoc @@ -1,9 +1,13 @@ = nng_listener_create(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -66,7 +70,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_listener_start#,nng_listener_start(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_listener_getopt.adoc b/docs/nng_listener_getopt.adoc index 8259a14c..1218feeb 100644 --- a/docs/nng_listener_getopt.adoc +++ b/docs/nng_listener_getopt.adoc @@ -1,9 +1,13 @@ = nng_listener_getopt(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -100,7 +104,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_getopt#,nng_getopt(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_listener_setopt.adoc b/docs/nng_listener_setopt.adoc index 85d74214..c231070e 100644 --- a/docs/nng_listener_setopt.adoc +++ b/docs/nng_listener_setopt.adoc @@ -1,9 +1,13 @@ = nng_listener_setopt(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -98,7 +102,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_setopt#,nng_setopt(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_listener_start.adoc b/docs/nng_listener_start.adoc index a5820c70..42175598 100644 --- a/docs/nng_listener_start.adoc +++ b/docs/nng_listener_start.adoc @@ -1,9 +1,13 @@ = nng_listener_start(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -55,7 +59,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_listener_create#,nng_listener_create(3)>> <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_alloc.adoc b/docs/nng_msg_alloc.adoc index 8dd5644d..40f31552 100644 --- a/docs/nng_msg_alloc.adoc +++ b/docs/nng_msg_alloc.adoc @@ -1,9 +1,13 @@ = nng_msg_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_msg_alloc - allocate a message int nng_msg_alloc(nng_msg **msgp, size_t size); ----------- - == DESCRIPTION The `nng_msg_alloc()` function allocates a new message with body length _size_ @@ -26,17 +29,14 @@ and stores the result in __msgp__. Messages allocated with this function contain a body and optionally a header. They are used with receive and transmit functions. - == RETURN VALUES This function returns 0 on success, and non-zero otherwise. - == ERRORS `NNG_ENOMEM`:: Insufficient free memory exists to allocate a message. - == SEE ALSO <<nng_msg_free#,nng_msg_free(3)>>, @@ -48,8 +48,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_realloc#,nng_msg_realloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_append.adoc b/docs/nng_msg_append.adoc index 0c679bd5..6bdf689d 100644 --- a/docs/nng_msg_append.adoc +++ b/docs/nng_msg_append.adoc @@ -1,9 +1,13 @@ = nng_msg_append(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -34,7 +38,6 @@ This function returns 0 on success, and non-zero otherwise. `NNG_ENOMEM`:: Insufficient free memory exists. - == SEE ALSO <<nng_msg_alloc#,nng_msg_alloc(3)>>, @@ -47,8 +50,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_trim#,nng_msg_trim(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_body.adoc b/docs/nng_msg_body.adoc index 434826c8..507c0e0d 100644 --- a/docs/nng_msg_body.adoc +++ b/docs/nng_msg_body.adoc @@ -1,9 +1,13 @@ = nng_msg_body(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -30,7 +34,6 @@ any of the <<nng_msg_trim#,nng_msg_trim(3)>>, <<nng_msg_chop#,nng_msg_chop(3)>>, <<nng_msg_append#,nng_msg_append(3)>>, or <<nng_msg_insert#,nng_msg_insert(3)>> variants. - == RETURN VALUES Pointer to start of message body. @@ -50,8 +53,3 @@ None. <<nng_msg_realloc#,nng_msg_realloc(3)>>, <<nng_msg_trim#,nng_msg_trim(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_chop.adoc b/docs/nng_msg_chop.adoc index e20e5e5c..f2acff4b 100644 --- a/docs/nng_msg_chop.adoc +++ b/docs/nng_msg_chop.adoc @@ -1,9 +1,13 @@ = nng_msg_chop(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -48,8 +52,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_trim#,nng_msg_trim(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_clear.adoc b/docs/nng_msg_clear.adoc index a78f64e7..aa6e8e64 100644 --- a/docs/nng_msg_clear.adoc +++ b/docs/nng_msg_clear.adoc @@ -1,9 +1,13 @@ = nng_msg_clear(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -35,7 +39,3 @@ None. <<nng_msg_alloc#,nng_msg_alloc(3)>>, <<nng_msg_free#,nng_msg_free(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_dup.adoc b/docs/nng_msg_dup.adoc index 3c3d2f39..426fba29 100644 --- a/docs/nng_msg_dup.adoc +++ b/docs/nng_msg_dup.adoc @@ -1,9 +1,13 @@ = nng_msg_dup(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -39,7 +43,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_free#,nng_msg_free(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_free.adoc b/docs/nng_msg_free.adoc index 976e29ad..dd9c39c6 100644 --- a/docs/nng_msg_free.adoc +++ b/docs/nng_msg_free.adoc @@ -1,9 +1,13 @@ = nng_msg_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -35,7 +39,3 @@ None. <<nng_msg_alloc#,nng_msg_alloc(3)>>, <<nng_msg_realloc#,nng_msg_realloc(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header.adoc b/docs/nng_msg_header.adoc index 00d94137..7d85db5e 100644 --- a/docs/nng_msg_header.adoc +++ b/docs/nng_msg_header.adoc @@ -1,9 +1,13 @@ = nng_msg_header(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -50,7 +54,3 @@ None. <<nng_msg_header_len#,nng_msg_header_len(3)>>, <<nng_msg_header_trim#,nng_msg_header_trim(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header_append.adoc b/docs/nng_msg_header_append.adoc index a5d2a7a9..a21da6dc 100644 --- a/docs/nng_msg_header_append.adoc +++ b/docs/nng_msg_header_append.adoc @@ -1,9 +1,13 @@ = nng_msg_header_append(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -47,7 +51,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_free#,nng_msg_free(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header_chop.adoc b/docs/nng_msg_header_chop.adoc index 1ec49d0f..f9c9f547 100644 --- a/docs/nng_msg_header_chop.adoc +++ b/docs/nng_msg_header_chop.adoc @@ -1,9 +1,13 @@ = nng_msg_header_chop(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -47,7 +51,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_free#,nng_msg_free(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header_clear.adoc b/docs/nng_msg_header_clear.adoc index a1c69300..03fbdccb 100644 --- a/docs/nng_msg_header_clear.adoc +++ b/docs/nng_msg_header_clear.adoc @@ -1,9 +1,13 @@ = nng_msg_header_clear(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -35,7 +39,3 @@ None. <<nng_msg_alloc#,nng_msg_alloc(3)>>, <<nng_msg_free#,nng_msg_free(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header_insert.adoc b/docs/nng_msg_header_insert.adoc index 0bff5805..4cc5016c 100644 --- a/docs/nng_msg_header_insert.adoc +++ b/docs/nng_msg_header_insert.adoc @@ -1,9 +1,13 @@ = nng_msg_header_insert(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -47,7 +51,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_realloc#,nng_msg_realloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header_len.adoc b/docs/nng_msg_header_len.adoc index 4993dd79..68dfbcff 100644 --- a/docs/nng_msg_header_len.adoc +++ b/docs/nng_msg_header_len.adoc @@ -1,9 +1,13 @@ = nng_msg_header_len(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -35,7 +39,3 @@ None. <<nng_msg_alloc#,nng_msg_alloc(3)>>, <<nng_msg_header#,nng_msg_header(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_header_trim.adoc b/docs/nng_msg_header_trim.adoc index 78db6bf0..44496c13 100644 --- a/docs/nng_msg_header_trim.adoc +++ b/docs/nng_msg_header_trim.adoc @@ -1,9 +1,13 @@ = nng_msg_header_trim(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -47,7 +51,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_free#,nng_msg_free(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_insert.adoc b/docs/nng_msg_insert.adoc index a8f81ee1..2a1f6d12 100644 --- a/docs/nng_msg_insert.adoc +++ b/docs/nng_msg_insert.adoc @@ -1,9 +1,13 @@ = nng_msg_insert(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -51,7 +55,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_trim#,nng_msg_trim(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_len.adoc b/docs/nng_msg_len.adoc index 53ff66e6..260be306 100644 --- a/docs/nng_msg_len.adoc +++ b/docs/nng_msg_len.adoc @@ -1,9 +1,13 @@ = nng_msg_len(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -35,7 +39,3 @@ None. <<nng_msg_alloc#,nng_msg_alloc(3)>>, <<nng_msg_body#,nng_msg_body(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_realloc.adoc b/docs/nng_msg_realloc.adoc index ec8e913b..47c9540b 100644 --- a/docs/nng_msg_realloc.adoc +++ b/docs/nng_msg_realloc.adoc @@ -1,9 +1,13 @@ = nng_msg_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -55,7 +59,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_trim#,nng_msg_trim(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_msg_trim.adoc b/docs/nng_msg_trim.adoc index b4f1c631..ff6f8431 100644 --- a/docs/nng_msg_trim.adoc +++ b/docs/nng_msg_trim.adoc @@ -1,9 +1,13 @@ = nng_msg_trim(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -48,7 +52,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_msg_realloc#,nng_msg_realloc(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_pair.adoc b/docs/nng_pair.adoc index d82c0e5e..b826f5fc 100644 --- a/docs/nng_pair.adoc +++ b/docs/nng_pair.adoc @@ -1,9 +1,13 @@ = nng_pair(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -126,7 +130,3 @@ each time the message is received by a new node. == SEE ALSO <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_pub.adoc b/docs/nng_pub.adoc index 11d08264..a8acb2c1 100644 --- a/docs/nng_pub.adoc +++ b/docs/nng_pub.adoc @@ -1,9 +1,13 @@ = nng_pub(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -60,7 +64,3 @@ The _nng_pub_ protocol has no protocol-specific headers. <<nng#,nng(7)>>, <<nng_sub#,nng_sub(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_pull.adoc b/docs/nng_pull.adoc index c348b3ea..f56afb5e 100644 --- a/docs/nng_pull.adoc +++ b/docs/nng_pull.adoc @@ -1,9 +1,13 @@ = nng_pull(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -57,7 +61,3 @@ The _nng_pull_ protocol has no protocol-specific headers. <<nng#,nng(7)>>, <<nng_push#,nng_push(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_push.adoc b/docs/nng_push.adoc index 9cbf6dbb..42cc2dd5 100644 --- a/docs/nng_push.adoc +++ b/docs/nng_push.adoc @@ -1,9 +1,13 @@ = nng_push(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -65,7 +69,3 @@ The _nng_push_ protocol has no protocol-specific headers. <<nng#,nng(7)>>, <<nng_pull#,nng_pull(7)>>, <<nng_req#,nng_req(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_recv.adoc b/docs/nng_recv.adoc index 39a112ec..e12d0b53 100644 --- a/docs/nng_recv.adoc +++ b/docs/nng_recv.adoc @@ -1,9 +1,13 @@ = nng_recv(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -37,7 +41,7 @@ the message body, and store it at the address referenced by _data_, and update the size referenced by _sizep_. When this flag is present, the caller assumes responsibility for disposing of the received buffer either by the function <<nng_free#,nng_free(3)>> or reusing the message for sending (with the same -size) via <<nng_send#nng_send(3)>>. +size) via <<nng_send#,nng_send(3)>>. NOTE: The semantics of what receiving a message means vary from protocol to protocol, so examination of the protocol documentation is encouraged. (For @@ -73,7 +77,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_send#,nng_send(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_rep.adoc b/docs/nng_rep.adoc index c33ec827..dcc7e6fb 100644 --- a/docs/nng_rep.adoc +++ b/docs/nng_rep.adoc @@ -1,9 +1,13 @@ = nng_rep(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// NAME ---- @@ -77,12 +81,3 @@ SEE ALSO -------- <<nng#,nng(7)>>, <<nng_req#,nng_req(7)>> - -COPYRIGHT ---------- - -Copyright 2018 mailto:garrett@damore.org[Garrett D'Amore] + -Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] - -This document is supplied under the terms of the -https://opensource.org/licenses/MIT[MIT License]. diff --git a/docs/nng_req.adoc b/docs/nng_req.adoc index 3ec9ebcd..550c90c4 100644 --- a/docs/nng_req.adoc +++ b/docs/nng_req.adoc @@ -1,9 +1,13 @@ = nng_req(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -130,7 +134,3 @@ request ID it originally used for the request. <<nng_device(3)#,nng_device(3)>>, <<nng#,nng(7)>>, <<nng_rep#,nng_rep(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_respondent.adoc b/docs/nng_respondent.adoc index 8930eb72..9cc6519e 100644 --- a/docs/nng_respondent.adoc +++ b/docs/nng_respondent.adoc @@ -1,9 +1,13 @@ = nng_respondent(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -80,12 +84,7 @@ having their high order bit set to one.) // TODO: Insert reference to RFC. - == SEE ALSO <<nng#,nng(7)>>, <<nng_surveyor#,nng_surveyor(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_send.adoc b/docs/nng_send.adoc index cd103bec..a6c98790 100644 --- a/docs/nng_send.adoc +++ b/docs/nng_send.adoc @@ -1,9 +1,13 @@ = nng_send(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -88,7 +92,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_sendmsg#,nng_sendmsg(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_strerror.adoc b/docs/nng_strerror.adoc index 4f8e6a92..c81a460f 100644 --- a/docs/nng_strerror.adoc +++ b/docs/nng_strerror.adoc @@ -1,9 +1,13 @@ = nng_strerror(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -40,7 +44,3 @@ by a `NUL` byte. <<libnng#,libnng(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_sub.adoc b/docs/nng_sub.adoc index 427dd42c..579e4cf0 100644 --- a/docs/nng_sub.adoc +++ b/docs/nng_sub.adoc @@ -1,9 +1,13 @@ = nng_sub(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -77,7 +81,3 @@ The _nng_sub_ protocol has no protocol-specific headers. <<nng#,nng(7)>>, <<nng_pub#,nng_pub(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_surveyor.adoc b/docs/nng_surveyor.adoc index 87f3aaf9..15937b27 100644 --- a/docs/nng_surveyor.adoc +++ b/docs/nng_surveyor.adoc @@ -1,9 +1,13 @@ = nng_surveyor(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -101,7 +105,3 @@ having their high order bit set to one.) <<nng#,nng(7)>>, <<nng_respondent#,nng_respondent(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tcp.adoc b/docs/nng_tcp.adoc index 5f93d7ca..9a0c9897 100644 --- a/docs/nng_tcp.adoc +++ b/docs/nng_tcp.adoc @@ -1,9 +1,13 @@ = nng_tcp(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -109,7 +113,3 @@ options.footnote:[Options for TCP keepalive, linger, and nodelay are planned.] == SEE ALSO <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls.adoc b/docs/nng_tls.adoc index 1114a029..6ad4033f 100644 --- a/docs/nng_tls.adoc +++ b/docs/nng_tls.adoc @@ -1,9 +1,13 @@ = nng_tls(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -174,7 +178,3 @@ results if peer authentication is disabled with `NNG_TLS_AUTH_MODE_NONE`. <<nng#,nng(7)>>, <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_alloc.adoc b/docs/nng_tls_config_alloc.adoc index 8a261866..e67982da 100644 --- a/docs/nng_tls_config_alloc.adoc +++ b/docs/nng_tls_config_alloc.adoc @@ -1,9 +1,13 @@ = nng_tls_config_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -64,7 +68,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_free#,nng_tls_config_free(3)>>, <<nng_tls_config_server_name#,nng_tls_config_server_name(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_auth_mode.adoc b/docs/nng_tls_config_auth_mode.adoc index cdac88a4..1c0f70ec 100644 --- a/docs/nng_tls_config_auth_mode.adoc +++ b/docs/nng_tls_config_auth_mode.adoc @@ -1,9 +1,13 @@ = nng_tls_config_auth_mode(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -64,8 +68,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_ca_file#,nng_tls_config_ca_file(3)>>, <<nng_tls_config_server_name#,nng_tls_config_server_name(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_ca_chain.adoc b/docs/nng_tls_config_ca_chain.adoc index a3b83ba1..cac92b3c 100644 --- a/docs/nng_tls_config_ca_chain.adoc +++ b/docs/nng_tls_config_ca_chain.adoc @@ -1,9 +1,13 @@ = nng_tls_config_ca_chain(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,7 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_auth_mode#,nng_tls_config_auth_mode(3)>>, <<nng_tls_config_ca_file#,nng_tls_config_ca_file(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_ca_file.adoc b/docs/nng_tls_config_ca_file.adoc index 9ae8977c..833c6747 100644 --- a/docs/nng_tls_config_ca_file.adoc +++ b/docs/nng_tls_config_ca_file.adoc @@ -1,9 +1,13 @@ = nng_tls_config_ca_file(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -53,7 +57,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_auth_mode#,nng_tls_config_auth_mode(3)>>, <<nng_tls_config_ca_chain#,nng_tls_config_ca_chain(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_cert_key_file.adoc b/docs/nng_tls_config_cert_key_file.adoc index 9fb94c66..9e1424b6 100644 --- a/docs/nng_tls_config_cert_key_file.adoc +++ b/docs/nng_tls_config_cert_key_file.adoc @@ -1,9 +1,13 @@ = nng_tls_config_cert_key_file(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -57,8 +61,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_tls_config_own_cert#,nng_tls_config_own_cert(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_free.adoc b/docs/nng_tls_config_free.adoc index 113dfd06..c1233b0b 100644 --- a/docs/nng_tls_config_free.adoc +++ b/docs/nng_tls_config_free.adoc @@ -1,9 +1,13 @@ = nng_tls_config_alloc(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -36,7 +40,3 @@ None. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_own_cert.adoc b/docs/nng_tls_config_own_cert.adoc index 37ce880b..bd13fa92 100644 --- a/docs/nng_tls_config_own_cert.adoc +++ b/docs/nng_tls_config_own_cert.adoc @@ -1,9 +1,13 @@ = nng_tls_config_own_cert(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -56,8 +60,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_tls_config_cert_key_file#,nng_tls_config_cert_key_file(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_tls_config_server_name.adoc b/docs/nng_tls_config_server_name.adoc index d23b4f69..d533a809 100644 --- a/docs/nng_tls_config_server_name.adoc +++ b/docs/nng_tls_config_server_name.adoc @@ -1,9 +1,13 @@ = nng_tls_config_server_name(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -43,7 +47,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng_tls_config_auth_mode#,nng_tls_config_auth_mode(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_url_clone.adoc b/docs/nng_url_clone.adoc index 4dfe8522..4c005120 100644 --- a/docs/nng_url_clone.adoc +++ b/docs/nng_url_clone.adoc @@ -1,9 +1,13 @@ = nng_url_clone(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -38,7 +42,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_url_parse#,nng_url_parse(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_url_free.adoc b/docs/nng_url_free.adoc index 2a8c20d1..427f6f48 100644 --- a/docs/nng_url_free.adoc +++ b/docs/nng_url_free.adoc @@ -1,10 +1,14 @@ = nng_url_free(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. - +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// + == NAME nng_url_free - free a URL structure @@ -36,7 +40,3 @@ None. <<nng_url_clone#,nng_url_clone(3)>>, <<nng_url_parse#,nng_url_parse(3)>>, <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_url_parse.adoc b/docs/nng_url_parse.adoc index e4c1bb8d..c42d5c1c 100644 --- a/docs/nng_url_parse.adoc +++ b/docs/nng_url_parse.adoc @@ -1,9 +1,13 @@ = nng_url_parse(3) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -18,7 +22,6 @@ nng_url_parse - create URL structure from a string int nng_url_parse(nng_url **urlp, const char *str); ----------- - == DESCRIPTION The `nng_url_parse()` function parses the string _str_ containing an @@ -89,8 +92,3 @@ This function returns 0 on success, and non-zero otherwise. <<nng_url_free#,nng_url_free(3)>>, <<nng_strerror#,nng_strerror(3)>>, <<nng#,nng(7)>> - - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_ws.adoc b/docs/nng_ws.adoc index 0fa1475d..c41ccc1c 100644 --- a/docs/nng_ws.adoc +++ b/docs/nng_ws.adoc @@ -1,9 +1,13 @@ = nng_ws(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -203,7 +207,3 @@ results if peer authentication is disabled with `NNG_TLS_AUTH_MODE_NONE`. <<nng#,nng(7)>>, <<nng_tls_config_alloc#,nng_tls_config_alloc(3)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/nng_zerotier.adoc b/docs/nng_zerotier.adoc index 895ebad7..d28b1884 100644 --- a/docs/nng_zerotier.adoc +++ b/docs/nng_zerotier.adoc @@ -1,9 +1,13 @@ = nng_zerotier(7) -:copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ - Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ - {blank} + \ - This document is supplied under the terms of the \ - https://opensource.org/licenses/MIT[MIT License]. +// +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// == NAME @@ -203,7 +207,3 @@ in this fashion. == SEE ALSO <<nng#,nng(7)>> - -== COPYRIGHT - -{copyright} diff --git a/docs/publish.sh b/docs/publish.sh index 85c2107c..8ef60b58 100755 --- a/docs/publish.sh +++ b/docs/publish.sh @@ -23,11 +23,12 @@ tmpdir=$(mktemp -d) srcdir=$(dirname $0) dstdir=${tmpdir}/pages cd ${srcdir} -vers=$(cat ../.version) -dstman=${dstdir}/man/v${vers} -name=nng +VERSION=$(cat ../.version) MANMANUAL="NNG Reference Manual" MANSOURCE="NNG" +LAYOUT=refman +dstman=${dstdir}/man/v${VERSION} +name=nng giturl="${GITURL:-git@github.com:nanomsg/nng}" @@ -57,8 +58,8 @@ for input in $(find . -name '*.adoc'); do when=$(git log -n1 --format='%ad' '--date=format-local:%s' $input ) cat <<EOF > ${output} --- -version: ${vers} -layout: default +version: ${VERSION} +layout: ${LAYOUT} --- EOF @@ -80,8 +81,7 @@ EOF -dmanpage \ -amansource="${MANSOURCE}" \ -amanmanual="${MANMANUAL}" \ - -aversion-label=${name} \ - -arevnumber=${vers} \ + -anofooter=yes \ -askip-front-matter \ -atoc=left \ -asource-highlighter=pygments \ @@ -112,4 +112,4 @@ then exit 1 fi -(cd ${dstman}; git commit -m "man page updates for ${vers}"; git push origin gh-pages) +(cd ${dstman}; git commit -m "man page updates for ${VERSION}"; git push origin gh-pages) |
