diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-01-09 08:18:02 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-01-09 09:53:56 +0100 |
commit | 0160f2df8335aaa516d13334042e429a0bbfd0ad (patch) | |
tree | af91775de59cad9df2287a24e65afeaee18b8fd8 /src/ipcpd/normal/pol | |
parent | fce4efcafd99205667870d8d77249a6236d7e4d8 (diff) | |
download | ouroboros-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/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 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 * |