From 5dd086aa679e3e05d20ef6a19f3fefbe46ffe40e Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 4 Feb 2019 16:37:21 +0100 Subject: build: Update copyright to 2019 Updates the copyright notice in all sources to 2019. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/irmd/config.h.in | 2 +- src/irmd/ipcp.c | 2 +- src/irmd/ipcp.h | 2 +- src/irmd/irm_flow.c | 2 +- src/irmd/irm_flow.h | 2 +- src/irmd/main.c | 2 +- src/irmd/proc_table.c | 2 +- src/irmd/proc_table.h | 2 +- src/irmd/prog_table.c | 2 +- src/irmd/prog_table.h | 2 +- src/irmd/registry.c | 2 +- src/irmd/registry.h | 2 +- src/irmd/utils.c | 2 +- src/irmd/utils.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src/irmd') diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in index ad8a552..10cfb8f 100644 --- a/src/irmd/config.h.in +++ b/src/irmd/config.h.in @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Configuration for the IPC Resource Manager * diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c index 08547d0..f6aaaf5 100644 --- a/src/irmd/ipcp.c +++ b/src/irmd/ipcp.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The API to instruct IPCPs * diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h index 611bada..0687f50 100644 --- a/src/irmd/ipcp.h +++ b/src/irmd/ipcp.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The API for the IRM to instruct IPCPs * diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c index a0889f0..675ddfb 100644 --- a/src/irmd/irm_flow.c +++ b/src/irmd/irm_flow.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Flows * diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h index 2626310..dc3c5c3 100644 --- a/src/irmd/irm_flow.h +++ b/src/irmd/irm_flow.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Flows * diff --git a/src/irmd/main.c b/src/irmd/main.c index 802b01f..5f9771a 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager * diff --git a/src/irmd/proc_table.c b/src/irmd/proc_table.c index 27fbb50..39fcb00 100644 --- a/src/irmd/proc_table.c +++ b/src/irmd/proc_table.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Process Table * diff --git a/src/irmd/proc_table.h b/src/irmd/proc_table.h index a18b0d8..1b5c591 100644 --- a/src/irmd/proc_table.h +++ b/src/irmd/proc_table.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Process Table * diff --git a/src/irmd/prog_table.c b/src/irmd/prog_table.c index 9aa9be9..7ef68b9 100644 --- a/src/irmd/prog_table.c +++ b/src/irmd/prog_table.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Program Table * diff --git a/src/irmd/prog_table.h b/src/irmd/prog_table.h index 8dd708a..95b96e7 100644 --- a/src/irmd/prog_table.h +++ b/src/irmd/prog_table.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Program Table * diff --git a/src/irmd/registry.c b/src/irmd/registry.c index 6c86da2..1c39840 100644 --- a/src/irmd/registry.c +++ b/src/irmd/registry.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Registry * diff --git a/src/irmd/registry.h b/src/irmd/registry.h index c9ea8cc..a46be6a 100644 --- a/src/irmd/registry.h +++ b/src/irmd/registry.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Registry * diff --git a/src/irmd/utils.c b/src/irmd/utils.c index c2bda58..6c9c689 100644 --- a/src/irmd/utils.c +++ b/src/irmd/utils.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * The IPC Resource Manager - Utilities * diff --git a/src/irmd/utils.h b/src/irmd/utils.h index 763e654..6247a67 100644 --- a/src/irmd/utils.h +++ b/src/irmd/utils.h @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2018 + * Ouroboros - Copyright (C) 2016 - 2019 * * Utils of the IPC Resource Manager * -- cgit v1.1