aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-06 10:40:15 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-06 10:40:15 -0800
commitf0cf0d11a0ec35fb6c0b65351d5a8bb311dc091d (patch)
tree949fc9202de3bafe0bff673b35f87b8440644d19
parent59a4b69c7989ac4fef1645f929abfa91b884215b (diff)
downloadnng-f0cf0d11a0ec35fb6c0b65351d5a8bb311dc091d.tar.gz
nng-f0cf0d11a0ec35fb6c0b65351d5a8bb311dc091d.tar.bz2
nng-f0cf0d11a0ec35fb6c0b65351d5a8bb311dc091d.zip
Bunch of copyright fixes.
-rw-r--r--src/core/list.c2
-rw-r--r--src/core/list.h2
-rw-r--r--src/core/pipe.c2
-rw-r--r--src/core/pipe.h2
-rw-r--r--src/core/thread.c2
-rw-r--r--src/protocol/pair/pair.c2
-rw-r--r--src/protocol/reqrep/rep.c2
-rw-r--r--src/protocol/reqrep/req.c2
-rw-r--r--src/transport/inproc/inproc.c2
-rw-r--r--tests/pubsub.c2
-rw-r--r--tests/reqrep.c2
-rw-r--r--tests/sock.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/core/list.c b/src/core/list.c
index b1adf2cd..18858582 100644
--- a/src/core/list.c
+++ b/src/core/list.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/core/list.h b/src/core/list.h
index 7d8b50be..963be01e 100644
--- a/src/core/list.h
+++ b/src/core/list.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/core/pipe.c b/src/core/pipe.c
index 768b7240..e49ad05a 100644
--- a/src/core/pipe.c
+++ b/src/core/pipe.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/core/pipe.h b/src/core/pipe.h
index 6ebb7090..242e1d8c 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.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/core/thread.c b/src/core/thread.c
index 74d80513..7678ad0a 100644
--- a/src/core/thread.c
+++ b/src/core/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
diff --git a/src/protocol/pair/pair.c b/src/protocol/pair/pair.c
index f86a9fa7..830a02e6 100644
--- a/src/protocol/pair/pair.c
+++ b/src/protocol/pair/pair.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/protocol/reqrep/rep.c b/src/protocol/reqrep/rep.c
index 5e9c3696..56ee2367 100644
--- a/src/protocol/reqrep/rep.c
+++ b/src/protocol/reqrep/rep.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/protocol/reqrep/req.c b/src/protocol/reqrep/req.c
index 037acd1c..1c58d7a1 100644
--- a/src/protocol/reqrep/req.c
+++ b/src/protocol/reqrep/req.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/transport/inproc/inproc.c b/src/transport/inproc/inproc.c
index df9c9aa9..3f645d13 100644
--- a/src/transport/inproc/inproc.c
+++ b/src/transport/inproc/inproc.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/tests/pubsub.c b/tests/pubsub.c
index df828241..33858f92 100644
--- a/tests/pubsub.c
+++ b/tests/pubsub.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/tests/reqrep.c b/tests/reqrep.c
index 1bdef4fd..53091928 100644
--- a/tests/reqrep.c
+++ b/tests/reqrep.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/tests/sock.c b/tests/sock.c
index 78d97a9b..cc7e56b0 100644
--- a/tests/sock.c
+++ b/tests/sock.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