From 505703bcd8cf33279f89c414b008e393cb04522f Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 2 Jan 2021 07:24:34 +0100 Subject: build: Update copyright to 2021 Happy New Year, Ouroboros! Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/unicast/addr_auth.c | 2 +- src/ipcpd/unicast/addr_auth.h | 2 +- src/ipcpd/unicast/ca.c | 2 +- src/ipcpd/unicast/ca.h | 2 +- src/ipcpd/unicast/comp.h | 2 +- src/ipcpd/unicast/connmgr.c | 2 +- src/ipcpd/unicast/connmgr.h | 2 +- src/ipcpd/unicast/dht.c | 2 +- src/ipcpd/unicast/dht.h | 2 +- src/ipcpd/unicast/dir.c | 2 +- src/ipcpd/unicast/dir.h | 2 +- src/ipcpd/unicast/dt.c | 2 +- src/ipcpd/unicast/dt.h | 2 +- src/ipcpd/unicast/enroll.c | 2 +- src/ipcpd/unicast/enroll.h | 2 +- src/ipcpd/unicast/fa.c | 2 +- src/ipcpd/unicast/fa.h | 2 +- src/ipcpd/unicast/kademlia.proto | 2 +- src/ipcpd/unicast/main.c | 2 +- src/ipcpd/unicast/pff.c | 2 +- src/ipcpd/unicast/pff.h | 2 +- src/ipcpd/unicast/pol-addr-auth-ops.h | 2 +- src/ipcpd/unicast/pol-ca-ops.h | 2 +- src/ipcpd/unicast/pol-pff-ops.h | 2 +- src/ipcpd/unicast/pol-routing-ops.h | 2 +- src/ipcpd/unicast/pol/alternate_pff.c | 2 +- src/ipcpd/unicast/pol/alternate_pff.h | 2 +- src/ipcpd/unicast/pol/ca-mb-ecn.c | 2 +- src/ipcpd/unicast/pol/ca-mb-ecn.h | 2 +- src/ipcpd/unicast/pol/ca-nop.c | 2 +- src/ipcpd/unicast/pol/ca-nop.h | 2 +- src/ipcpd/unicast/pol/flat.c | 2 +- src/ipcpd/unicast/pol/flat.h | 2 +- src/ipcpd/unicast/pol/graph.c | 2 +- src/ipcpd/unicast/pol/graph.h | 2 +- src/ipcpd/unicast/pol/link_state.c | 2 +- src/ipcpd/unicast/pol/link_state.h | 2 +- src/ipcpd/unicast/pol/multipath_pff.c | 2 +- src/ipcpd/unicast/pol/multipath_pff.h | 2 +- src/ipcpd/unicast/pol/pft.c | 2 +- src/ipcpd/unicast/pol/pft.h | 2 +- src/ipcpd/unicast/pol/simple_pff.c | 2 +- src/ipcpd/unicast/pol/simple_pff.h | 2 +- src/ipcpd/unicast/pol/tests/graph_test.c | 2 +- src/ipcpd/unicast/pol/tests/pft_test.c | 2 +- src/ipcpd/unicast/psched.c | 2 +- src/ipcpd/unicast/psched.h | 2 +- src/ipcpd/unicast/routing.c | 2 +- src/ipcpd/unicast/routing.h | 2 +- src/ipcpd/unicast/tests/dht_test.c | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) (limited to 'src/ipcpd/unicast') diff --git a/src/ipcpd/unicast/addr_auth.c b/src/ipcpd/unicast/addr_auth.c index e82ea254..d75f2ade 100644 --- a/src/ipcpd/unicast/addr_auth.c +++ b/src/ipcpd/unicast/addr_auth.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Address authority * diff --git a/src/ipcpd/unicast/addr_auth.h b/src/ipcpd/unicast/addr_auth.h index 6bedf420..3b5ea0f3 100644 --- a/src/ipcpd/unicast/addr_auth.h +++ b/src/ipcpd/unicast/addr_auth.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Address authority * diff --git a/src/ipcpd/unicast/ca.c b/src/ipcpd/unicast/ca.c index f5bbdc7e..4def1bff 100644 --- a/src/ipcpd/unicast/ca.c +++ b/src/ipcpd/unicast/ca.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Congestion Avoidance * diff --git a/src/ipcpd/unicast/ca.h b/src/ipcpd/unicast/ca.h index 567909c8..2a03cd65 100644 --- a/src/ipcpd/unicast/ca.h +++ b/src/ipcpd/unicast/ca.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Congestion avoidance * diff --git a/src/ipcpd/unicast/comp.h b/src/ipcpd/unicast/comp.h index 42367833..de8cf85a 100644 --- a/src/ipcpd/unicast/comp.h +++ b/src/ipcpd/unicast/comp.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Components for the unicast IPC process * diff --git a/src/ipcpd/unicast/connmgr.c b/src/ipcpd/unicast/connmgr.c index 3ebef7f9..374aa8a5 100644 --- a/src/ipcpd/unicast/connmgr.c +++ b/src/ipcpd/unicast/connmgr.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Handles connections between components * diff --git a/src/ipcpd/unicast/connmgr.h b/src/ipcpd/unicast/connmgr.h index 17f78245..c735c9c0 100644 --- a/src/ipcpd/unicast/connmgr.h +++ b/src/ipcpd/unicast/connmgr.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Handles the different AP connections * diff --git a/src/ipcpd/unicast/dht.c b/src/ipcpd/unicast/dht.c index b048580d..cf1ccd4e 100644 --- a/src/ipcpd/unicast/dht.c +++ b/src/ipcpd/unicast/dht.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Distributed Hash Table based on Kademlia * diff --git a/src/ipcpd/unicast/dht.h b/src/ipcpd/unicast/dht.h index 39dfc07e..e42252fe 100644 --- a/src/ipcpd/unicast/dht.h +++ b/src/ipcpd/unicast/dht.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Distributed Hash Table based on Kademlia * diff --git a/src/ipcpd/unicast/dir.c b/src/ipcpd/unicast/dir.c index b99380fe..18eb327e 100644 --- a/src/ipcpd/unicast/dir.c +++ b/src/ipcpd/unicast/dir.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Directory * diff --git a/src/ipcpd/unicast/dir.h b/src/ipcpd/unicast/dir.h index 1b67a08c..ddba8730 100644 --- a/src/ipcpd/unicast/dir.h +++ b/src/ipcpd/unicast/dir.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Directory * diff --git a/src/ipcpd/unicast/dt.c b/src/ipcpd/unicast/dt.c index 92c0f270..11fb6c91 100644 --- a/src/ipcpd/unicast/dt.c +++ b/src/ipcpd/unicast/dt.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Data Transfer Component * diff --git a/src/ipcpd/unicast/dt.h b/src/ipcpd/unicast/dt.h index 1fd8f295..19da4927 100644 --- a/src/ipcpd/unicast/dt.h +++ b/src/ipcpd/unicast/dt.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Data Transfer component * diff --git a/src/ipcpd/unicast/enroll.c b/src/ipcpd/unicast/enroll.c index d47ebb40..d75feb64 100644 --- a/src/ipcpd/unicast/enroll.c +++ b/src/ipcpd/unicast/enroll.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Enrollment Task * diff --git a/src/ipcpd/unicast/enroll.h b/src/ipcpd/unicast/enroll.h index 804f5d5b..44e9564d 100644 --- a/src/ipcpd/unicast/enroll.h +++ b/src/ipcpd/unicast/enroll.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Enrollment Task * diff --git a/src/ipcpd/unicast/fa.c b/src/ipcpd/unicast/fa.c index 0d132619..4d30e8e0 100644 --- a/src/ipcpd/unicast/fa.c +++ b/src/ipcpd/unicast/fa.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Flow allocator of the IPC Process * diff --git a/src/ipcpd/unicast/fa.h b/src/ipcpd/unicast/fa.h index ea06a64e..aa354dee 100644 --- a/src/ipcpd/unicast/fa.h +++ b/src/ipcpd/unicast/fa.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Flow allocator of the IPC Process * diff --git a/src/ipcpd/unicast/kademlia.proto b/src/ipcpd/unicast/kademlia.proto index 4f807fd3..593c055d 100644 --- a/src/ipcpd/unicast/kademlia.proto +++ b/src/ipcpd/unicast/kademlia.proto @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * KAD protocol * diff --git a/src/ipcpd/unicast/main.c b/src/ipcpd/unicast/main.c index 1b2cc14e..2cd56a38 100644 --- a/src/ipcpd/unicast/main.c +++ b/src/ipcpd/unicast/main.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Unicast IPC Process * diff --git a/src/ipcpd/unicast/pff.c b/src/ipcpd/unicast/pff.c index 19432972..155515e9 100644 --- a/src/ipcpd/unicast/pff.c +++ b/src/ipcpd/unicast/pff.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * PDU Forwarding Function * diff --git a/src/ipcpd/unicast/pff.h b/src/ipcpd/unicast/pff.h index 962ae594..08301ccf 100644 --- a/src/ipcpd/unicast/pff.h +++ b/src/ipcpd/unicast/pff.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * PDU Forwarding Function * diff --git a/src/ipcpd/unicast/pol-addr-auth-ops.h b/src/ipcpd/unicast/pol-addr-auth-ops.h index 1096eecb..0862cc84 100644 --- a/src/ipcpd/unicast/pol-addr-auth-ops.h +++ b/src/ipcpd/unicast/pol-addr-auth-ops.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Address authority policy ops * diff --git a/src/ipcpd/unicast/pol-ca-ops.h b/src/ipcpd/unicast/pol-ca-ops.h index 13e39673..9da81a7c 100644 --- a/src/ipcpd/unicast/pol-ca-ops.h +++ b/src/ipcpd/unicast/pol-ca-ops.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Congestion avoidance policy ops * diff --git a/src/ipcpd/unicast/pol-pff-ops.h b/src/ipcpd/unicast/pol-pff-ops.h index 9e126cb5..4f521436 100644 --- a/src/ipcpd/unicast/pol-pff-ops.h +++ b/src/ipcpd/unicast/pol-pff-ops.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Pff policy ops * diff --git a/src/ipcpd/unicast/pol-routing-ops.h b/src/ipcpd/unicast/pol-routing-ops.h index 3fa1d573..75879adc 100644 --- a/src/ipcpd/unicast/pol-routing-ops.h +++ b/src/ipcpd/unicast/pol-routing-ops.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Routing policy ops * diff --git a/src/ipcpd/unicast/pol/alternate_pff.c b/src/ipcpd/unicast/pol/alternate_pff.c index f26bb047..9c057db9 100644 --- a/src/ipcpd/unicast/pol/alternate_pff.c +++ b/src/ipcpd/unicast/pol/alternate_pff.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Policy for PFF with alternate next hops * diff --git a/src/ipcpd/unicast/pol/alternate_pff.h b/src/ipcpd/unicast/pol/alternate_pff.h index b3d9c83c..deaec00e 100644 --- a/src/ipcpd/unicast/pol/alternate_pff.h +++ b/src/ipcpd/unicast/pol/alternate_pff.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Policy for PFF with alternate next hops * diff --git a/src/ipcpd/unicast/pol/ca-mb-ecn.c b/src/ipcpd/unicast/pol/ca-mb-ecn.c index 75adba11..b5764cf1 100644 --- a/src/ipcpd/unicast/pol/ca-mb-ecn.c +++ b/src/ipcpd/unicast/pol/ca-mb-ecn.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Multi-bit ECN Congestion Avoidance * diff --git a/src/ipcpd/unicast/pol/ca-mb-ecn.h b/src/ipcpd/unicast/pol/ca-mb-ecn.h index e22c7381..c58f5a67 100644 --- a/src/ipcpd/unicast/pol/ca-mb-ecn.h +++ b/src/ipcpd/unicast/pol/ca-mb-ecn.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Multi-bit ECN Congestion Avoidance * diff --git a/src/ipcpd/unicast/pol/ca-nop.c b/src/ipcpd/unicast/pol/ca-nop.c index a75174c6..8c9d24c3 100644 --- a/src/ipcpd/unicast/pol/ca-nop.c +++ b/src/ipcpd/unicast/pol/ca-nop.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Dummy Congestion Avoidance * diff --git a/src/ipcpd/unicast/pol/ca-nop.h b/src/ipcpd/unicast/pol/ca-nop.h index cda9f0b1..f3e5e10a 100644 --- a/src/ipcpd/unicast/pol/ca-nop.h +++ b/src/ipcpd/unicast/pol/ca-nop.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Dummy Congestion Avoidance * diff --git a/src/ipcpd/unicast/pol/flat.c b/src/ipcpd/unicast/pol/flat.c index 6e5c96ab..ec64f6fa 100644 --- a/src/ipcpd/unicast/pol/flat.c +++ b/src/ipcpd/unicast/pol/flat.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Policy for flat addresses in a distributed way * diff --git a/src/ipcpd/unicast/pol/flat.h b/src/ipcpd/unicast/pol/flat.h index a542d7b7..e557f072 100644 --- a/src/ipcpd/unicast/pol/flat.h +++ b/src/ipcpd/unicast/pol/flat.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Policy for flat addresses in a distributed way * diff --git a/src/ipcpd/unicast/pol/graph.c b/src/ipcpd/unicast/pol/graph.c index ba2ce553..4cedae83 100644 --- a/src/ipcpd/unicast/pol/graph.c +++ b/src/ipcpd/unicast/pol/graph.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Undirected graph structure * diff --git a/src/ipcpd/unicast/pol/graph.h b/src/ipcpd/unicast/pol/graph.h index 473a5163..91137b32 100644 --- a/src/ipcpd/unicast/pol/graph.h +++ b/src/ipcpd/unicast/pol/graph.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Undirected graph structure * diff --git a/src/ipcpd/unicast/pol/link_state.c b/src/ipcpd/unicast/pol/link_state.c index ca8a7c50..b973f6a4 100644 --- a/src/ipcpd/unicast/pol/link_state.c +++ b/src/ipcpd/unicast/pol/link_state.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Link state routing policy * diff --git a/src/ipcpd/unicast/pol/link_state.h b/src/ipcpd/unicast/pol/link_state.h index 9a1ada1b..53f165e6 100644 --- a/src/ipcpd/unicast/pol/link_state.h +++ b/src/ipcpd/unicast/pol/link_state.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Link state routing policy * diff --git a/src/ipcpd/unicast/pol/multipath_pff.c b/src/ipcpd/unicast/pol/multipath_pff.c index 0fe101bc..8fd714e6 100644 --- a/src/ipcpd/unicast/pol/multipath_pff.c +++ b/src/ipcpd/unicast/pol/multipath_pff.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Policy for PFF supporting multipath routing * diff --git a/src/ipcpd/unicast/pol/multipath_pff.h b/src/ipcpd/unicast/pol/multipath_pff.h index ecbb664a..a79545e8 100644 --- a/src/ipcpd/unicast/pol/multipath_pff.h +++ b/src/ipcpd/unicast/pol/multipath_pff.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Policy for PFF supporting multipath routing * diff --git a/src/ipcpd/unicast/pol/pft.c b/src/ipcpd/unicast/pol/pft.c index 53acc08e..fed4eb4b 100644 --- a/src/ipcpd/unicast/pol/pft.c +++ b/src/ipcpd/unicast/pol/pft.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Packet forwarding table (PFT) with chaining on collisions * diff --git a/src/ipcpd/unicast/pol/pft.h b/src/ipcpd/unicast/pol/pft.h index aed4dba8..6dcd74c9 100644 --- a/src/ipcpd/unicast/pol/pft.h +++ b/src/ipcpd/unicast/pol/pft.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Packet forwarding table (PFT) with chaining on collisions * diff --git a/src/ipcpd/unicast/pol/simple_pff.c b/src/ipcpd/unicast/pol/simple_pff.c index 5bd73d8a..506ca390 100644 --- a/src/ipcpd/unicast/pol/simple_pff.c +++ b/src/ipcpd/unicast/pol/simple_pff.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Simple PDU Forwarding Function * diff --git a/src/ipcpd/unicast/pol/simple_pff.h b/src/ipcpd/unicast/pol/simple_pff.h index 5c972347..be1cd8d6 100644 --- a/src/ipcpd/unicast/pol/simple_pff.h +++ b/src/ipcpd/unicast/pol/simple_pff.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Simple policy for PFF * diff --git a/src/ipcpd/unicast/pol/tests/graph_test.c b/src/ipcpd/unicast/pol/tests/graph_test.c index ea4c0e59..a6afeb4f 100644 --- a/src/ipcpd/unicast/pol/tests/graph_test.c +++ b/src/ipcpd/unicast/pol/tests/graph_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Test of the graph structure * diff --git a/src/ipcpd/unicast/pol/tests/pft_test.c b/src/ipcpd/unicast/pol/tests/pft_test.c index 4e23898b..5606534b 100644 --- a/src/ipcpd/unicast/pol/tests/pft_test.c +++ b/src/ipcpd/unicast/pol/tests/pft_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Test of the hash table * diff --git a/src/ipcpd/unicast/psched.c b/src/ipcpd/unicast/psched.c index 898e6b27..57e00bd3 100644 --- a/src/ipcpd/unicast/psched.c +++ b/src/ipcpd/unicast/psched.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Packet scheduler component * diff --git a/src/ipcpd/unicast/psched.h b/src/ipcpd/unicast/psched.h index 85f32b9a..36ac530c 100644 --- a/src/ipcpd/unicast/psched.h +++ b/src/ipcpd/unicast/psched.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Packet scheduler component * diff --git a/src/ipcpd/unicast/routing.c b/src/ipcpd/unicast/routing.c index 0ac43f9f..670ef14b 100644 --- a/src/ipcpd/unicast/routing.c +++ b/src/ipcpd/unicast/routing.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Routing component of the IPCP * diff --git a/src/ipcpd/unicast/routing.h b/src/ipcpd/unicast/routing.h index 38e875e7..2e63bead 100644 --- a/src/ipcpd/unicast/routing.h +++ b/src/ipcpd/unicast/routing.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Routing component of the IPCP * diff --git a/src/ipcpd/unicast/tests/dht_test.c b/src/ipcpd/unicast/tests/dht_test.c index 21ecd564..877e13a5 100644 --- a/src/ipcpd/unicast/tests/dht_test.c +++ b/src/ipcpd/unicast/tests/dht_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2020 + * Ouroboros - Copyright (C) 2016 - 2021 * * Unit tests of the DHT * -- cgit v1.2.3