diff options
Diffstat (limited to 'src/ipcpd/broadcast')
-rw-r--r-- | src/ipcpd/broadcast/comp.h | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/connmgr.c | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/connmgr.h | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/dt.c | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/dt.h | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/enroll.c | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/enroll.h | 4 | ||||
-rw-r--r-- | src/ipcpd/broadcast/main.c | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/ipcpd/broadcast/comp.h b/src/ipcpd/broadcast/comp.h index cb59c40d..6cb42847 100644 --- a/src/ipcpd/broadcast/comp.h +++ b/src/ipcpd/broadcast/comp.h @@ -3,8 +3,8 @@ * * Components for the broadcast IPC process * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/connmgr.c b/src/ipcpd/broadcast/connmgr.c index be16703a..1311a916 100644 --- a/src/ipcpd/broadcast/connmgr.c +++ b/src/ipcpd/broadcast/connmgr.c @@ -3,8 +3,8 @@ * * Handles connections between components * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/connmgr.h b/src/ipcpd/broadcast/connmgr.h index 14b16ed8..49ff61d8 100644 --- a/src/ipcpd/broadcast/connmgr.h +++ b/src/ipcpd/broadcast/connmgr.h @@ -3,8 +3,8 @@ * * Handles the different AP connections * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/dt.c b/src/ipcpd/broadcast/dt.c index d18bd0c6..77f6204d 100644 --- a/src/ipcpd/broadcast/dt.c +++ b/src/ipcpd/broadcast/dt.c @@ -3,8 +3,8 @@ * * Forward loop for broadcast * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/dt.h b/src/ipcpd/broadcast/dt.h index 38090ad4..4331bd3e 100644 --- a/src/ipcpd/broadcast/dt.h +++ b/src/ipcpd/broadcast/dt.h @@ -3,8 +3,8 @@ * * Forward loop for broadcast * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/enroll.c b/src/ipcpd/broadcast/enroll.c index f964baf1..c05c6d8e 100644 --- a/src/ipcpd/broadcast/enroll.c +++ b/src/ipcpd/broadcast/enroll.c @@ -3,8 +3,8 @@ * * Enrollment Task * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/enroll.h b/src/ipcpd/broadcast/enroll.h index 225add18..5c7f1a02 100644 --- a/src/ipcpd/broadcast/enroll.h +++ b/src/ipcpd/broadcast/enroll.h @@ -3,8 +3,8 @@ * * Enrollment Task * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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/ipcpd/broadcast/main.c b/src/ipcpd/broadcast/main.c index c54d5274..b7555803 100644 --- a/src/ipcpd/broadcast/main.c +++ b/src/ipcpd/broadcast/main.c @@ -3,8 +3,8 @@ * * Broadcast IPC Process * - * Dimitri Staessens <dimitri.staessens@ugent.be> - * Sander Vrijders <sander.vrijders@ugent.be> + * Dimitri Staessens <dimitri@ouroboros.rocks> + * Sander Vrijders <sander@ouroboros.rocks> * * 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 |