summaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-05 18:56:05 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-05 18:56:05 -0800
commit94428e07a4b4924428c9f7d07ee2b42ee137a79b (patch)
tree19fb0ecb7c3b926a4070a79fa51e389825388808 /src/platform
parenta933bbbbf2399a3440442970e17b140e77c1203c (diff)
downloadnng-94428e07a4b4924428c9f7d07ee2b42ee137a79b.tar.gz
nng-94428e07a4b4924428c9f7d07ee2b42ee137a79b.tar.bz2
nng-94428e07a4b4924428c9f7d07ee2b42ee137a79b.zip
Change a bunch of copyrights to 2017 for work done since the 1st.
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/posix/posix_debug.c2
-rw-r--r--src/platform/posix/posix_impl.h2
-rw-r--r--src/platform/posix/posix_net.c2
-rw-r--r--src/platform/posix/posix_thread.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/platform/posix/posix_debug.c b/src/platform/posix/posix_debug.c
index f1c6f9e7..a956d777 100644
--- a/src/platform/posix/posix_debug.c
+++ b/src/platform/posix/posix_debug.c
@@ -1,5 +1,5 @@
//
-// Copyright 2016 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Garrett D'Amore <garrett@damore.org>
//
// 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_impl.h b/src/platform/posix/posix_impl.h
index ed52b6fb..9825b151 100644
--- a/src/platform/posix/posix_impl.h
+++ b/src/platform/posix/posix_impl.h
@@ -1,5 +1,5 @@
//
-// Copyright 2016 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Garrett D'Amore <garrett@damore.org>
//
// 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_net.c b/src/platform/posix/posix_net.c
index c7af7d0c..76a40259 100644
--- a/src/platform/posix/posix_net.c
+++ b/src/platform/posix/posix_net.c
@@ -1,5 +1,5 @@
//
-// Copyright 2016 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Garrett D'Amore <garrett@damore.org>
//
// 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_thread.c b/src/platform/posix/posix_thread.c
index 00419aac..e4e5e74b 100644
--- a/src/platform/posix/posix_thread.c
+++ b/src/platform/posix/posix_thread.c
@@ -1,5 +1,5 @@
//
-// Copyright 2016 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Garrett D'Amore <garrett@damore.org>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this