From fa2ca608aa06c98c080edf80c00d39d6d90e4d3a Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 2 Jan 2021 07:24:35 +0100 Subject: build: Update email addresses The ugent email addresses are shut down, updated to Ouroboros mail addresses. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/irmd/config.h.in | 4 ++-- src/irmd/ipcp.c | 4 ++-- src/irmd/ipcp.h | 4 ++-- src/irmd/irm_flow.c | 4 ++-- src/irmd/irm_flow.h | 4 ++-- src/irmd/main.c | 4 ++-- src/irmd/proc_table.c | 4 ++-- src/irmd/proc_table.h | 4 ++-- src/irmd/prog_table.c | 4 ++-- src/irmd/prog_table.h | 4 ++-- src/irmd/registry.c | 4 ++-- src/irmd/registry.h | 4 ++-- src/irmd/utils.c | 4 ++-- src/irmd/utils.h | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) (limited to 'src/irmd') diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in index aa2701f1..2b00abf0 100644 --- a/src/irmd/config.h.in +++ b/src/irmd/config.h.in @@ -3,8 +3,8 @@ * * Configuration for the IPC Resource Manager * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c index e015750c..b0d11a96 100644 --- a/src/irmd/ipcp.c +++ b/src/irmd/ipcp.c @@ -3,8 +3,8 @@ * * The API to instruct IPCPs * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h index 82da2ce3..eb2361c7 100644 --- a/src/irmd/ipcp.h +++ b/src/irmd/ipcp.h @@ -3,8 +3,8 @@ * * The API for the IRM to instruct IPCPs * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c index bf7013ef..92bf74ef 100644 --- a/src/irmd/irm_flow.c +++ b/src/irmd/irm_flow.c @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Flows * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h index 92128df2..35e7dc2c 100644 --- a/src/irmd/irm_flow.h +++ b/src/irmd/irm_flow.h @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Flows * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/main.c b/src/irmd/main.c index c1c61a79..66bad7da 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -3,8 +3,8 @@ * * The IPC Resource Manager * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/proc_table.c b/src/irmd/proc_table.c index 2d92b700..a80e8d27 100644 --- a/src/irmd/proc_table.c +++ b/src/irmd/proc_table.c @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Process Table * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/proc_table.h b/src/irmd/proc_table.h index 9af4034d..9b81a111 100644 --- a/src/irmd/proc_table.h +++ b/src/irmd/proc_table.h @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Process Table * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/prog_table.c b/src/irmd/prog_table.c index 6b05e777..a6cc37ab 100644 --- a/src/irmd/prog_table.c +++ b/src/irmd/prog_table.c @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Program Table * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/prog_table.h b/src/irmd/prog_table.h index 6f890ec9..35fb7784 100644 --- a/src/irmd/prog_table.h +++ b/src/irmd/prog_table.h @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Program Table * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/registry.c b/src/irmd/registry.c index 0d9f550c..f0bd3e62 100644 --- a/src/irmd/registry.c +++ b/src/irmd/registry.c @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Registry * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/registry.h b/src/irmd/registry.h index 11d63e52..af34cffc 100644 --- a/src/irmd/registry.h +++ b/src/irmd/registry.h @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Registry * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/utils.c b/src/irmd/utils.c index a5aa0661..976dcfa2 100644 --- a/src/irmd/utils.c +++ b/src/irmd/utils.c @@ -3,8 +3,8 @@ * * The IPC Resource Manager - Utilities * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/irmd/utils.h b/src/irmd/utils.h index c3884f3f..5af918fd 100644 --- a/src/irmd/utils.h +++ b/src/irmd/utils.h @@ -3,8 +3,8 @@ * * Utils of the IPC Resource Manager * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as -- cgit v1.2.3