summaryrefslogtreecommitdiff
path: root/src/ipcpd
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-01-09 08:18:02 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2018-01-09 09:53:56 +0100
commit0160f2df8335aaa516d13334042e429a0bbfd0ad (patch)
treeaf91775de59cad9df2287a24e65afeaee18b8fd8 /src/ipcpd
parentfce4efcafd99205667870d8d77249a6236d7e4d8 (diff)
downloadouroboros-0160f2df8335aaa516d13334042e429a0bbfd0ad.tar.gz
ouroboros-0160f2df8335aaa516d13334042e429a0bbfd0ad.zip
include, src: Update copyright to 2018
Happy New Year, Ouroboros. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd')
-rw-r--r--src/ipcpd/config.h.in2
-rw-r--r--src/ipcpd/eth-llc/main.c2
-rw-r--r--src/ipcpd/ipcp.c2
-rw-r--r--src/ipcpd/ipcp.h2
-rw-r--r--src/ipcpd/local/main.c2
-rw-r--r--src/ipcpd/normal/addr_auth.c2
-rw-r--r--src/ipcpd/normal/addr_auth.h2
-rw-r--r--src/ipcpd/normal/ae.h2
-rw-r--r--src/ipcpd/normal/connmgr.c2
-rw-r--r--src/ipcpd/normal/connmgr.h2
-rw-r--r--src/ipcpd/normal/dht.c2
-rw-r--r--src/ipcpd/normal/dht.h2
-rw-r--r--src/ipcpd/normal/dir.c2
-rw-r--r--src/ipcpd/normal/dir.h2
-rw-r--r--src/ipcpd/normal/dt.c2
-rw-r--r--src/ipcpd/normal/dt.h2
-rw-r--r--src/ipcpd/normal/dt_const.h2
-rw-r--r--src/ipcpd/normal/dt_pci.c2
-rw-r--r--src/ipcpd/normal/dt_pci.h2
-rw-r--r--src/ipcpd/normal/enroll.c2
-rw-r--r--src/ipcpd/normal/enroll.h2
-rw-r--r--src/ipcpd/normal/enroll.proto2
-rw-r--r--src/ipcpd/normal/fa.c2
-rw-r--r--src/ipcpd/normal/fa.h2
-rw-r--r--src/ipcpd/normal/kademlia.proto2
-rw-r--r--src/ipcpd/normal/main.c2
-rw-r--r--src/ipcpd/normal/pff.c2
-rw-r--r--src/ipcpd/normal/pff.h2
-rw-r--r--src/ipcpd/normal/pol-addr-auth-ops.h2
-rw-r--r--src/ipcpd/normal/pol-pff-ops.h2
-rw-r--r--src/ipcpd/normal/pol-routing-ops.h2
-rw-r--r--src/ipcpd/normal/pol/alternate_pff.c2
-rw-r--r--src/ipcpd/normal/pol/alternate_pff.h2
-rw-r--r--src/ipcpd/normal/pol/flat.c2
-rw-r--r--src/ipcpd/normal/pol/flat.h2
-rw-r--r--src/ipcpd/normal/pol/graph.c2
-rw-r--r--src/ipcpd/normal/pol/graph.h2
-rw-r--r--src/ipcpd/normal/pol/link_state.c2
-rw-r--r--src/ipcpd/normal/pol/link_state.h2
-rw-r--r--src/ipcpd/normal/pol/simple_pff.c2
-rw-r--r--src/ipcpd/normal/pol/simple_pff.h2
-rw-r--r--src/ipcpd/normal/pol/tests/graph_test.c2
-rw-r--r--src/ipcpd/normal/routing.c2
-rw-r--r--src/ipcpd/normal/routing.h2
-rw-r--r--src/ipcpd/normal/sdu_sched.c2
-rw-r--r--src/ipcpd/normal/sdu_sched.h2
-rw-r--r--src/ipcpd/normal/tests/dht_test.c2
-rw-r--r--src/ipcpd/raptor/main.c2
-rw-r--r--src/ipcpd/shim-data.c2
-rw-r--r--src/ipcpd/shim-data.h2
-rw-r--r--src/ipcpd/udp/main.c2
51 files changed, 51 insertions, 51 deletions
diff --git a/src/ipcpd/config.h.in b/src/ipcpd/config.h.in
index 0c0e2922..3fa74457 100644
--- a/src/ipcpd/config.h.in
+++ b/src/ipcpd/config.h.in
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process configuration
*
diff --git a/src/ipcpd/eth-llc/main.c b/src/ipcpd/eth-llc/main.c
index 105058d3..8b209825 100644
--- a/src/ipcpd/eth-llc/main.c
+++ b/src/ipcpd/eth-llc/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process over Ethernet with LLC
*
diff --git a/src/ipcpd/ipcp.c b/src/ipcpd/ipcp.c
index c6e819bb..6a1cde40 100644
--- a/src/ipcpd/ipcp.c
+++ b/src/ipcpd/ipcp.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process main loop
*
diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h
index fbc44e5d..d53a9d7c 100644
--- a/src/ipcpd/ipcp.h
+++ b/src/ipcpd/ipcp.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process structure
*
diff --git a/src/ipcpd/local/main.c b/src/ipcpd/local/main.c
index dc998965..787fc289 100644
--- a/src/ipcpd/local/main.c
+++ b/src/ipcpd/local/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Local IPC process
*
diff --git a/src/ipcpd/normal/addr_auth.c b/src/ipcpd/normal/addr_auth.c
index d438f98f..108c7206 100644
--- a/src/ipcpd/normal/addr_auth.c
+++ b/src/ipcpd/normal/addr_auth.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Address authority
*
diff --git a/src/ipcpd/normal/addr_auth.h b/src/ipcpd/normal/addr_auth.h
index 14754660..f09e651a 100644
--- a/src/ipcpd/normal/addr_auth.h
+++ b/src/ipcpd/normal/addr_auth.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Address authority
*
diff --git a/src/ipcpd/normal/ae.h b/src/ipcpd/normal/ae.h
index 3d3bdc27..527748d1 100644
--- a/src/ipcpd/normal/ae.h
+++ b/src/ipcpd/normal/ae.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Application Entities for the normal IPC process
*
diff --git a/src/ipcpd/normal/connmgr.c b/src/ipcpd/normal/connmgr.c
index 8d3da709..7a6f252e 100644
--- a/src/ipcpd/normal/connmgr.c
+++ b/src/ipcpd/normal/connmgr.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Handles AE connections
*
diff --git a/src/ipcpd/normal/connmgr.h b/src/ipcpd/normal/connmgr.h
index 2ad5316d..0efeae89 100644
--- a/src/ipcpd/normal/connmgr.h
+++ b/src/ipcpd/normal/connmgr.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Handles the different AP connections
*
diff --git a/src/ipcpd/normal/dht.c b/src/ipcpd/normal/dht.c
index 55c3d8a7..7e91d7ad 100644
--- a/src/ipcpd/normal/dht.c
+++ b/src/ipcpd/normal/dht.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Distributed Hash Table based on Kademlia
*
diff --git a/src/ipcpd/normal/dht.h b/src/ipcpd/normal/dht.h
index e4647a08..b49e860d 100644
--- a/src/ipcpd/normal/dht.h
+++ b/src/ipcpd/normal/dht.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Distributed Hash Table based on Kademlia
*
diff --git a/src/ipcpd/normal/dir.c b/src/ipcpd/normal/dir.c
index 0d046cd6..1d0a5270 100644
--- a/src/ipcpd/normal/dir.c
+++ b/src/ipcpd/normal/dir.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* DIF directory
*
diff --git a/src/ipcpd/normal/dir.h b/src/ipcpd/normal/dir.h
index 68959836..916088e8 100644
--- a/src/ipcpd/normal/dir.h
+++ b/src/ipcpd/normal/dir.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* DIF directory
*
diff --git a/src/ipcpd/normal/dt.c b/src/ipcpd/normal/dt.c
index 5692a699..1bc9031e 100644
--- a/src/ipcpd/normal/dt.c
+++ b/src/ipcpd/normal/dt.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Data Transfer AE
*
diff --git a/src/ipcpd/normal/dt.h b/src/ipcpd/normal/dt.h
index ea029647..9e8c0780 100644
--- a/src/ipcpd/normal/dt.h
+++ b/src/ipcpd/normal/dt.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Data Transfer AE
*
diff --git a/src/ipcpd/normal/dt_const.h b/src/ipcpd/normal/dt_const.h
index 6baa7c0b..fb005f06 100644
--- a/src/ipcpd/normal/dt_const.h
+++ b/src/ipcpd/normal/dt_const.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Data Transfer Constants for the IPCP
*
diff --git a/src/ipcpd/normal/dt_pci.c b/src/ipcpd/normal/dt_pci.c
index 4684265d..77fa048e 100644
--- a/src/ipcpd/normal/dt_pci.c
+++ b/src/ipcpd/normal/dt_pci.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Protocol Control Information of Data Transfer AE
*
diff --git a/src/ipcpd/normal/dt_pci.h b/src/ipcpd/normal/dt_pci.h
index efb4d0c0..34df9281 100644
--- a/src/ipcpd/normal/dt_pci.h
+++ b/src/ipcpd/normal/dt_pci.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Protocol Control Information of Data Transfer AE
*
diff --git a/src/ipcpd/normal/enroll.c b/src/ipcpd/normal/enroll.c
index ee87aa23..e8a75241 100644
--- a/src/ipcpd/normal/enroll.c
+++ b/src/ipcpd/normal/enroll.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Enrollment Task
*
diff --git a/src/ipcpd/normal/enroll.h b/src/ipcpd/normal/enroll.h
index 7622447f..d5bfa71f 100644
--- a/src/ipcpd/normal/enroll.h
+++ b/src/ipcpd/normal/enroll.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Enrollment Task
*
diff --git a/src/ipcpd/normal/enroll.proto b/src/ipcpd/normal/enroll.proto
index 2347fb8f..f0c9ef7c 100644
--- a/src/ipcpd/normal/enroll.proto
+++ b/src/ipcpd/normal/enroll.proto
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Enrollment message
*
diff --git a/src/ipcpd/normal/fa.c b/src/ipcpd/normal/fa.c
index 42e4276e..8d8b51ee 100644
--- a/src/ipcpd/normal/fa.c
+++ b/src/ipcpd/normal/fa.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Flow allocator of the IPC Process
*
diff --git a/src/ipcpd/normal/fa.h b/src/ipcpd/normal/fa.h
index 2dde5b43..87819d6f 100644
--- a/src/ipcpd/normal/fa.h
+++ b/src/ipcpd/normal/fa.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Flow allocator of the IPC Process
*
diff --git a/src/ipcpd/normal/kademlia.proto b/src/ipcpd/normal/kademlia.proto
index 70f906a8..69886821 100644
--- a/src/ipcpd/normal/kademlia.proto
+++ b/src/ipcpd/normal/kademlia.proto
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* KAD protocol
*
diff --git a/src/ipcpd/normal/main.c b/src/ipcpd/normal/main.c
index 401c1578..47192aa2 100644
--- a/src/ipcpd/normal/main.c
+++ b/src/ipcpd/normal/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Normal IPC Process
*
diff --git a/src/ipcpd/normal/pff.c b/src/ipcpd/normal/pff.c
index 3d114aa1..a335bc04 100644
--- a/src/ipcpd/normal/pff.c
+++ b/src/ipcpd/normal/pff.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* PDU Forwarding Function
*
diff --git a/src/ipcpd/normal/pff.h b/src/ipcpd/normal/pff.h
index f44cd0e9..5c02d861 100644
--- a/src/ipcpd/normal/pff.h
+++ b/src/ipcpd/normal/pff.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* PDU Forwarding Function
*
diff --git a/src/ipcpd/normal/pol-addr-auth-ops.h b/src/ipcpd/normal/pol-addr-auth-ops.h
index 5d90c64f..2d323ced 100644
--- a/src/ipcpd/normal/pol-addr-auth-ops.h
+++ b/src/ipcpd/normal/pol-addr-auth-ops.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Address authority policy ops
*
diff --git a/src/ipcpd/normal/pol-pff-ops.h b/src/ipcpd/normal/pol-pff-ops.h
index b8105f6f..fb74851c 100644
--- a/src/ipcpd/normal/pol-pff-ops.h
+++ b/src/ipcpd/normal/pol-pff-ops.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Pff policy ops
*
diff --git a/src/ipcpd/normal/pol-routing-ops.h b/src/ipcpd/normal/pol-routing-ops.h
index aa968e9f..d3674912 100644
--- a/src/ipcpd/normal/pol-routing-ops.h
+++ b/src/ipcpd/normal/pol-routing-ops.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Routing policy ops
*
diff --git a/src/ipcpd/normal/pol/alternate_pff.c b/src/ipcpd/normal/pol/alternate_pff.c
index 3952bc82..cb438c5f 100644
--- a/src/ipcpd/normal/pol/alternate_pff.c
+++ b/src/ipcpd/normal/pol/alternate_pff.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Policy for PFF with alternate next hops
*
diff --git a/src/ipcpd/normal/pol/alternate_pff.h b/src/ipcpd/normal/pol/alternate_pff.h
index 8fa2d514..21761d3b 100644
--- a/src/ipcpd/normal/pol/alternate_pff.h
+++ b/src/ipcpd/normal/pol/alternate_pff.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Policy for PFF with alternate next hops
*
diff --git a/src/ipcpd/normal/pol/flat.c b/src/ipcpd/normal/pol/flat.c
index 49525994..cab74159 100644
--- a/src/ipcpd/normal/pol/flat.c
+++ b/src/ipcpd/normal/pol/flat.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Policy for flat addresses in a distributed way
*
diff --git a/src/ipcpd/normal/pol/flat.h b/src/ipcpd/normal/pol/flat.h
index fdd06d68..2c0f6a22 100644
--- a/src/ipcpd/normal/pol/flat.h
+++ b/src/ipcpd/normal/pol/flat.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Policy for flat addresses in a distributed way
*
diff --git a/src/ipcpd/normal/pol/graph.c b/src/ipcpd/normal/pol/graph.c
index c3b5f976..99d309bd 100644
--- a/src/ipcpd/normal/pol/graph.c
+++ b/src/ipcpd/normal/pol/graph.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Undirected graph structure
*
diff --git a/src/ipcpd/normal/pol/graph.h b/src/ipcpd/normal/pol/graph.h
index 66c8f780..13657fd0 100644
--- a/src/ipcpd/normal/pol/graph.h
+++ b/src/ipcpd/normal/pol/graph.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Undirected graph structure
*
diff --git a/src/ipcpd/normal/pol/link_state.c b/src/ipcpd/normal/pol/link_state.c
index 5d16f5c3..c5870821 100644
--- a/src/ipcpd/normal/pol/link_state.c
+++ b/src/ipcpd/normal/pol/link_state.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Link state routing policy
*
diff --git a/src/ipcpd/normal/pol/link_state.h b/src/ipcpd/normal/pol/link_state.h
index cfdeb09d..70bebd26 100644
--- a/src/ipcpd/normal/pol/link_state.h
+++ b/src/ipcpd/normal/pol/link_state.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Link state routing policy
*
diff --git a/src/ipcpd/normal/pol/simple_pff.c b/src/ipcpd/normal/pol/simple_pff.c
index bb2fb098..e91f119d 100644
--- a/src/ipcpd/normal/pol/simple_pff.c
+++ b/src/ipcpd/normal/pol/simple_pff.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Simple PDU Forwarding Function
*
diff --git a/src/ipcpd/normal/pol/simple_pff.h b/src/ipcpd/normal/pol/simple_pff.h
index ef34dfee..06e64b02 100644
--- a/src/ipcpd/normal/pol/simple_pff.h
+++ b/src/ipcpd/normal/pol/simple_pff.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Simple policy for PFF
*
diff --git a/src/ipcpd/normal/pol/tests/graph_test.c b/src/ipcpd/normal/pol/tests/graph_test.c
index 42cf3f06..d226398c 100644
--- a/src/ipcpd/normal/pol/tests/graph_test.c
+++ b/src/ipcpd/normal/pol/tests/graph_test.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Test of the graph structure
*
diff --git a/src/ipcpd/normal/routing.c b/src/ipcpd/normal/routing.c
index 909f74cc..b01cc0a5 100644
--- a/src/ipcpd/normal/routing.c
+++ b/src/ipcpd/normal/routing.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Routing component of the IPCP
*
diff --git a/src/ipcpd/normal/routing.h b/src/ipcpd/normal/routing.h
index 6c8cae76..a9630ad2 100644
--- a/src/ipcpd/normal/routing.h
+++ b/src/ipcpd/normal/routing.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Routing component of the IPCP
*
diff --git a/src/ipcpd/normal/sdu_sched.c b/src/ipcpd/normal/sdu_sched.c
index 18855319..0399f4df 100644
--- a/src/ipcpd/normal/sdu_sched.c
+++ b/src/ipcpd/normal/sdu_sched.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* SDU scheduler component
*
diff --git a/src/ipcpd/normal/sdu_sched.h b/src/ipcpd/normal/sdu_sched.h
index 733f5648..cdbda272 100644
--- a/src/ipcpd/normal/sdu_sched.h
+++ b/src/ipcpd/normal/sdu_sched.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* SDU scheduler component
*
diff --git a/src/ipcpd/normal/tests/dht_test.c b/src/ipcpd/normal/tests/dht_test.c
index 7c9969f5..81a6eb62 100644
--- a/src/ipcpd/normal/tests/dht_test.c
+++ b/src/ipcpd/normal/tests/dht_test.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Unit tests of the DHT AE
*
diff --git a/src/ipcpd/raptor/main.c b/src/ipcpd/raptor/main.c
index d0790321..4f0099b3 100644
--- a/src/ipcpd/raptor/main.c
+++ b/src/ipcpd/raptor/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process using the Raptor FPGA.
*
diff --git a/src/ipcpd/shim-data.c b/src/ipcpd/shim-data.c
index 2d6585b5..27b98171 100644
--- a/src/ipcpd/shim-data.c
+++ b/src/ipcpd/shim-data.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process utilities
*
diff --git a/src/ipcpd/shim-data.h b/src/ipcpd/shim-data.h
index cd3ff16e..336ffa35 100644
--- a/src/ipcpd/shim-data.h
+++ b/src/ipcpd/shim-data.h
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* Utitilies for building IPC processes
*
diff --git a/src/ipcpd/udp/main.c b/src/ipcpd/udp/main.c
index c54e6624..ba613150 100644
--- a/src/ipcpd/udp/main.c
+++ b/src/ipcpd/udp/main.c
@@ -1,5 +1,5 @@
/*
- * Ouroboros - Copyright (C) 2016 - 2017
+ * Ouroboros - Copyright (C) 2016 - 2018
*
* IPC process over UDP
*