aboutsummaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
authorLiam Staskawicz <liam@stask.net>2018-03-03 15:23:56 -0800
committerGarrett D'Amore <garrett@damore.org>2018-03-04 12:59:40 -0800
commit0094f83a9e3b54d6cbfc1ea1885036366b87b991 (patch)
tree34e3bde0ff81047b2f20bf7151df4c3ce7e580cf /src/platform
parentf305f28c8dbac109c1038d430c7125222ee90703 (diff)
downloadnng-0094f83a9e3b54d6cbfc1ea1885036366b87b991.tar.gz
nng-0094f83a9e3b54d6cbfc1ea1885036366b87b991.tar.bz2
nng-0094f83a9e3b54d6cbfc1ea1885036366b87b991.zip
kqueue: add license info
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/posix/posix_pollq_kqueue.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/platform/posix/posix_pollq_kqueue.c b/src/platform/posix/posix_pollq_kqueue.c
index d9a89472..5a2b2c69 100644
--- a/src/platform/posix/posix_pollq_kqueue.c
+++ b/src/platform/posix/posix_pollq_kqueue.c
@@ -1,3 +1,14 @@
+//
+// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2018 Capitar IT Group BV <info@capitar.com>
+// Copyright 2018 Liam Staskawicz <liam@stask.net>
+//
+// This software 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.
+//
+
#ifdef NNG_HAVE_KQUEUE
#include <errno.h>