diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2019-02-04 16:37:21 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2019-02-05 09:58:08 +0100 |
commit | 5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e (patch) | |
tree | 9883586231d7a5a1cd5fa89ecd6c3fa61cc61ba8 /src/ipcpd/normal/pol | |
parent | 1301757fa9ec4a942d8a5815c7e79d9146a5ffd8 (diff) | |
download | ouroboros-5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e.tar.gz ouroboros-5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e.zip |
build: Update copyright to 2019
Updates the copyright notice in all sources to 2019.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/normal/pol')
-rw-r--r-- | src/ipcpd/normal/pol/alternate_pff.c | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/alternate_pff.h | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/flat.c | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/flat.h | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/graph.c | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/graph.h | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/link_state.c | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/link_state.h | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/simple_pff.c | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/simple_pff.h | 2 | ||||
-rw-r--r-- | src/ipcpd/normal/pol/tests/graph_test.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/ipcpd/normal/pol/alternate_pff.c b/src/ipcpd/normal/pol/alternate_pff.c index cfe00923..38937297 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * 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 21761d3b..3bfbb886 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Policy for PFF with alternate next hops * diff --git a/src/ipcpd/normal/pol/flat.c b/src/ipcpd/normal/pol/flat.c index 89b7fff6..157885f9 100644 --- a/src/ipcpd/normal/pol/flat.c +++ b/src/ipcpd/normal/pol/flat.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * 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 2c0f6a22..9df3de51 100644 --- a/src/ipcpd/normal/pol/flat.h +++ b/src/ipcpd/normal/pol/flat.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * 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 ec0917c5..6c93bb62 100644 --- a/src/ipcpd/normal/pol/graph.c +++ b/src/ipcpd/normal/pol/graph.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Undirected graph structure * diff --git a/src/ipcpd/normal/pol/graph.h b/src/ipcpd/normal/pol/graph.h index 7cd14ad6..131e9eca 100644 --- a/src/ipcpd/normal/pol/graph.h +++ b/src/ipcpd/normal/pol/graph.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Undirected graph structure * diff --git a/src/ipcpd/normal/pol/link_state.c b/src/ipcpd/normal/pol/link_state.c index d939e5dc..d8f0e263 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Link state routing policy * diff --git a/src/ipcpd/normal/pol/link_state.h b/src/ipcpd/normal/pol/link_state.h index b24716c2..3fcb03ff 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Link state routing policy * diff --git a/src/ipcpd/normal/pol/simple_pff.c b/src/ipcpd/normal/pol/simple_pff.c index e91f119d..4338c53c 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Simple PDU Forwarding Function * diff --git a/src/ipcpd/normal/pol/simple_pff.h b/src/ipcpd/normal/pol/simple_pff.h index 06e64b02..08504e4e 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * 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 8050f73a..a312c1a8 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 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Test of the graph structure * |