aboutsummaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-21 08:43:18 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-21 08:43:18 -0700
commit2579a853e6db72ba75a1e3e6c30997364b9df32d (patch)
tree657610f4965a001e1d8064885591b4f2f7046901 /src/platform
parent0dfee5a37a0339a0cc2fad9998976f3b3d44f0a0 (diff)
downloadnng-2579a853e6db72ba75a1e3e6c30997364b9df32d.tar.gz
nng-2579a853e6db72ba75a1e3e6c30997364b9df32d.tar.bz2
nng-2579a853e6db72ba75a1e3e6c30997364b9df32d.zip
Update Capitar copyrights.
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/posix/posix_pipedesc.c1
-rw-r--r--src/platform/posix/posix_pollq.h1
-rw-r--r--src/platform/posix/posix_pollq_poll.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/platform/posix/posix_pipedesc.c b/src/platform/posix/posix_pipedesc.c
index b85e79a9..5dd77dcb 100644
--- a/src/platform/posix/posix_pipedesc.c
+++ b/src/platform/posix/posix_pipedesc.c
@@ -1,5 +1,6 @@
//
// Copyright 2017 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
diff --git a/src/platform/posix/posix_pollq.h b/src/platform/posix/posix_pollq.h
index acffb975..c17ee800 100644
--- a/src/platform/posix/posix_pollq.h
+++ b/src/platform/posix/posix_pollq.h
@@ -1,5 +1,6 @@
//
// Copyright 2017 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
diff --git a/src/platform/posix/posix_pollq_poll.c b/src/platform/posix/posix_pollq_poll.c
index 1bc814bf..8f7aece5 100644
--- a/src/platform/posix/posix_pollq_poll.c
+++ b/src/platform/posix/posix_pollq_poll.c
@@ -1,5 +1,6 @@
//
// Copyright 2017 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this