diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-01 09:48:07 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2020-01-02 15:07:36 +0100 |
commit | 435a91165a3c1f8ca715b22ee2c2361d9bd853dd (patch) | |
tree | 49ddad04b2d55b21ebb8738207c223bb49df5cf4 /src/ipcpd/unicast/pol | |
parent | 4b306e40d86e50336753484f52e92c0adedb8759 (diff) | |
download | ouroboros-435a91165a3c1f8ca715b22ee2c2361d9bd853dd.tar.gz ouroboros-435a91165a3c1f8ca715b22ee2c2361d9bd853dd.zip |
build: Update copyright to 20200.16.0
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/ipcpd/unicast/pol')
-rw-r--r-- | src/ipcpd/unicast/pol/alternate_pff.c | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/alternate_pff.h | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/flat.c | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/flat.h | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/graph.c | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/graph.h | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/link_state.c | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/link_state.h | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/simple_pff.c | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/simple_pff.h | 2 | ||||
-rw-r--r-- | src/ipcpd/unicast/pol/tests/graph_test.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/ipcpd/unicast/pol/alternate_pff.c b/src/ipcpd/unicast/pol/alternate_pff.c index 38937297..131bc2d7 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * 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 7bdf26de..5e5fca3d 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Policy for PFF with alternate next hops * diff --git a/src/ipcpd/unicast/pol/flat.c b/src/ipcpd/unicast/pol/flat.c index 157885f9..6e5c96ab 100644 --- a/src/ipcpd/unicast/pol/flat.c +++ b/src/ipcpd/unicast/pol/flat.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * 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 64aa9ce0..54460bb3 100644 --- a/src/ipcpd/unicast/pol/flat.h +++ b/src/ipcpd/unicast/pol/flat.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * 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 499dc2de..379d6b95 100644 --- a/src/ipcpd/unicast/pol/graph.c +++ b/src/ipcpd/unicast/pol/graph.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Undirected graph structure * diff --git a/src/ipcpd/unicast/pol/graph.h b/src/ipcpd/unicast/pol/graph.h index 06a2bd0d..b6a9e891 100644 --- a/src/ipcpd/unicast/pol/graph.h +++ b/src/ipcpd/unicast/pol/graph.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Undirected graph structure * diff --git a/src/ipcpd/unicast/pol/link_state.c b/src/ipcpd/unicast/pol/link_state.c index d8f0e263..4ddebd51 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Link state routing policy * diff --git a/src/ipcpd/unicast/pol/link_state.h b/src/ipcpd/unicast/pol/link_state.h index a7b44b4e..9d4858e1 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Link state routing policy * diff --git a/src/ipcpd/unicast/pol/simple_pff.c b/src/ipcpd/unicast/pol/simple_pff.c index 4338c53c..c34a4fdc 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Simple PDU Forwarding Function * diff --git a/src/ipcpd/unicast/pol/simple_pff.h b/src/ipcpd/unicast/pol/simple_pff.h index 02c09a58..2dfce45c 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * 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 a312c1a8..266ca9d7 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the graph structure * |