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/lib/bitmap.c | 4 ++-- src/lib/btree.c | 4 ++-- src/lib/cacep.c | 4 ++-- src/lib/cacep.proto | 4 ++-- src/lib/config.h.in | 4 ++-- src/lib/crc32.c | 4 ++-- src/lib/dev.c | 4 ++-- src/lib/frct.c | 4 ++-- src/lib/hash.c | 4 ++-- src/lib/ipcp_config.proto | 4 ++-- src/lib/ipcpd_messages.proto | 4 ++-- src/lib/irm.c | 4 ++-- src/lib/irmd_messages.proto | 4 ++-- src/lib/list.c | 4 ++-- src/lib/lockfile.c | 4 ++-- src/lib/logs.c | 4 ++-- src/lib/md5.c | 4 ++-- src/lib/notifier.c | 4 ++-- src/lib/qoscube.c | 4 ++-- src/lib/qosspec.proto | 4 ++-- src/lib/random.c | 4 ++-- src/lib/rib.c | 4 ++-- src/lib/sha3.c | 4 ++-- src/lib/shm_flow_set.c | 4 ++-- src/lib/shm_rbuff.c | 4 ++-- src/lib/shm_rbuff_ll.c | 4 ++-- src/lib/shm_rbuff_pthr.c | 4 ++-- src/lib/shm_rdrbuff.c | 4 ++-- src/lib/sockets.c | 4 ++-- src/lib/tests/bitmap_test.c | 4 ++-- src/lib/tests/btree_test.c | 4 ++-- src/lib/tests/crc32_test.c | 4 ++-- src/lib/tests/md5_test.c | 4 ++-- src/lib/tests/sha3_test.c | 4 ++-- src/lib/tests/shm_rbuff_test.c | 4 ++-- src/lib/tests/time_utils_test.c | 4 ++-- src/lib/timerwheel.c | 4 ++-- src/lib/tpm.c | 4 ++-- src/lib/utils.c | 4 ++-- 39 files changed, 78 insertions(+), 78 deletions(-) (limited to 'src/lib') diff --git a/src/lib/bitmap.c b/src/lib/bitmap.c index 9d08221a..0c551960 100644 --- a/src/lib/bitmap.c +++ b/src/lib/bitmap.c @@ -3,8 +3,8 @@ * * Bitmap implementation * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/btree.c b/src/lib/btree.c index 7875f190..64b8689e 100644 --- a/src/lib/btree.c +++ b/src/lib/btree.c @@ -3,8 +3,8 @@ * * B-trees * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/cacep.c b/src/lib/cacep.c index 1b0bf0d3..e8d21d8e 100644 --- a/src/lib/cacep.c +++ b/src/lib/cacep.c @@ -3,8 +3,8 @@ * * The Common Application Connection Establishment Protocol * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/cacep.proto b/src/lib/cacep.proto index 4fbd0265..f0ef1e98 100644 --- a/src/lib/cacep.proto +++ b/src/lib/cacep.proto @@ -3,8 +3,8 @@ * * Message for Connection Information in CACEP * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/config.h.in b/src/lib/config.h.in index 2473802a..17213a57 100644 --- a/src/lib/config.h.in +++ b/src/lib/config.h.in @@ -3,8 +3,8 @@ * * Ouroboros library configuration * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/crc32.c b/src/lib/crc32.c index 9984646b..cd267faf 100644 --- a/src/lib/crc32.c +++ b/src/lib/crc32.c @@ -3,8 +3,8 @@ * * 32-bit Cyclic Redundancy Check * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/dev.c b/src/lib/dev.c index 714791fc..032d57f5 100644 --- a/src/lib/dev.c +++ b/src/lib/dev.c @@ -3,8 +3,8 @@ * * API for applications * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/frct.c b/src/lib/frct.c index fde10258..615d499c 100644 --- a/src/lib/frct.c +++ b/src/lib/frct.c @@ -3,8 +3,8 @@ * * Flow and Retransmission Control * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/hash.c b/src/lib/hash.c index 54834ba7..4ce3f3b4 100644 --- a/src/lib/hash.c +++ b/src/lib/hash.c @@ -3,8 +3,8 @@ * * Hashing * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This implementation is adapted and redistributed from the RHASH * project diff --git a/src/lib/ipcp_config.proto b/src/lib/ipcp_config.proto index 6b3bb154..9cbf1e49 100644 --- a/src/lib/ipcp_config.proto +++ b/src/lib/ipcp_config.proto @@ -3,8 +3,8 @@ * * Layer configuration message * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/ipcpd_messages.proto b/src/lib/ipcpd_messages.proto index f0b1fc01..a8c3bfb4 100644 --- a/src/lib/ipcpd_messages.proto +++ b/src/lib/ipcpd_messages.proto @@ -3,8 +3,8 @@ * * IPCPd message * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/irm.c b/src/lib/irm.c index d0ac2c1d..19bee4d2 100644 --- a/src/lib/irm.c +++ b/src/lib/irm.c @@ -3,8 +3,8 @@ * * The API to instruct the IRM * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/irmd_messages.proto b/src/lib/irmd_messages.proto index 1e3eca0d..515d486f 100644 --- a/src/lib/irmd_messages.proto +++ b/src/lib/irmd_messages.proto @@ -3,8 +3,8 @@ * * IRMd message * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/list.c b/src/lib/list.c index edb5e245..55c5d04a 100644 --- a/src/lib/list.c +++ b/src/lib/list.c @@ -3,8 +3,8 @@ * * Simple doubly linked list implementation. * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/lockfile.c b/src/lib/lockfile.c index 9fd7b2d1..b0e1115f 100644 --- a/src/lib/lockfile.c +++ b/src/lib/lockfile.c @@ -3,8 +3,8 @@ * * Lockfile for Ouroboros * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/logs.c b/src/lib/logs.c index 3d52319b..edfeac15 100644 --- a/src/lib/logs.c +++ b/src/lib/logs.c @@ -3,8 +3,8 @@ * * Logging facilities * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/md5.c b/src/lib/md5.c index 5201433e..a9152ee2 100644 --- a/src/lib/md5.c +++ b/src/lib/md5.c @@ -3,8 +3,8 @@ * * MD5 algorithm * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This implementation is adapted and redistributed from the RHASH * project diff --git a/src/lib/notifier.c b/src/lib/notifier.c index 13f8c98e..06f15681 100644 --- a/src/lib/notifier.c +++ b/src/lib/notifier.c @@ -3,8 +3,8 @@ * * Notifier event system using callbacks * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/qoscube.c b/src/lib/qoscube.c index 0ab9cefe..b9482263 100644 --- a/src/lib/qoscube.c +++ b/src/lib/qoscube.c @@ -3,8 +3,8 @@ * * Quality of Service cube * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/qosspec.proto b/src/lib/qosspec.proto index 8b0fcd33..8a355363 100644 --- a/src/lib/qosspec.proto +++ b/src/lib/qosspec.proto @@ -3,8 +3,8 @@ * * QoS specification message * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/random.c b/src/lib/random.c index bc3323a2..ee992fda 100644 --- a/src/lib/random.c +++ b/src/lib/random.c @@ -3,8 +3,8 @@ * * Pseudo random generator * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/rib.c b/src/lib/rib.c index 5fde0077..0f3f3b3d 100644 --- a/src/lib/rib.c +++ b/src/lib/rib.c @@ -3,8 +3,8 @@ * * RIB export using FUSE * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/sha3.c b/src/lib/sha3.c index fdf11fb0..74f971ab 100644 --- a/src/lib/sha3.c +++ b/src/lib/sha3.c @@ -3,8 +3,8 @@ * * SHA3 algorithm * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This implementation is adapted and redistributed from the RHASH * project diff --git a/src/lib/shm_flow_set.c b/src/lib/shm_flow_set.c index 7e14d442..553a7a78 100644 --- a/src/lib/shm_flow_set.c +++ b/src/lib/shm_flow_set.c @@ -3,8 +3,8 @@ * * Management of flow_sets for fqueue * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/shm_rbuff.c b/src/lib/shm_rbuff.c index c098484f..b75477ba 100644 --- a/src/lib/shm_rbuff.c +++ b/src/lib/shm_rbuff.c @@ -3,8 +3,8 @@ * * Ring buffer implementations for incoming packets * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/shm_rbuff_ll.c b/src/lib/shm_rbuff_ll.c index 8faebbf2..1a81b926 100644 --- a/src/lib/shm_rbuff_ll.c +++ b/src/lib/shm_rbuff_ll.c @@ -3,8 +3,8 @@ * * Lockless ring buffer for incoming packets * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/shm_rbuff_pthr.c b/src/lib/shm_rbuff_pthr.c index 51d8468d..aa79b477 100644 --- a/src/lib/shm_rbuff_pthr.c +++ b/src/lib/shm_rbuff_pthr.c @@ -3,8 +3,8 @@ * * Ring buffer for incoming packets * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/shm_rdrbuff.c b/src/lib/shm_rdrbuff.c index 573fef24..d7726b63 100644 --- a/src/lib/shm_rdrbuff.c +++ b/src/lib/shm_rdrbuff.c @@ -3,8 +3,8 @@ * * Random Deletion Ring Buffer for Data Units * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/sockets.c b/src/lib/sockets.c index 19601a23..391d41d5 100644 --- a/src/lib/sockets.c +++ b/src/lib/sockets.c @@ -3,8 +3,8 @@ * * The sockets layer to communicate between daemons * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/tests/bitmap_test.c b/src/lib/tests/bitmap_test.c index 592e2348..0815ecff 100644 --- a/src/lib/tests/bitmap_test.c +++ b/src/lib/tests/bitmap_test.c @@ -3,8 +3,8 @@ * * Test of the bitmap * - * 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/lib/tests/btree_test.c b/src/lib/tests/btree_test.c index 84adb137..9dc59d32 100644 --- a/src/lib/tests/btree_test.c +++ b/src/lib/tests/btree_test.c @@ -3,8 +3,8 @@ * * Test of the B-tree implementation * - * 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/lib/tests/crc32_test.c b/src/lib/tests/crc32_test.c index f96ca57a..a0f70423 100644 --- a/src/lib/tests/crc32_test.c +++ b/src/lib/tests/crc32_test.c @@ -3,8 +3,8 @@ * * Test of the CRC32 function * - * 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/lib/tests/md5_test.c b/src/lib/tests/md5_test.c index 81900489..b5ad127f 100644 --- a/src/lib/tests/md5_test.c +++ b/src/lib/tests/md5_test.c @@ -3,8 +3,8 @@ * * Test of the MD5 function * - * 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/lib/tests/sha3_test.c b/src/lib/tests/sha3_test.c index b12a3ed3..4860cd9b 100644 --- a/src/lib/tests/sha3_test.c +++ b/src/lib/tests/sha3_test.c @@ -3,8 +3,8 @@ * * Test of the SHA3 function * - * 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/lib/tests/shm_rbuff_test.c b/src/lib/tests/shm_rbuff_test.c index bb0187e6..a3ed1449 100644 --- a/src/lib/tests/shm_rbuff_test.c +++ b/src/lib/tests/shm_rbuff_test.c @@ -3,8 +3,8 @@ * * Test of the shm_rbuff * - * 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/lib/tests/time_utils_test.c b/src/lib/tests/time_utils_test.c index d102225c..fa65c4dc 100644 --- a/src/lib/tests/time_utils_test.c +++ b/src/lib/tests/time_utils_test.c @@ -3,8 +3,8 @@ * * Test of the time 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/lib/timerwheel.c b/src/lib/timerwheel.c index db944997..55433a58 100644 --- a/src/lib/timerwheel.c +++ b/src/lib/timerwheel.c @@ -3,8 +3,8 @@ * * Timerwheel * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/tpm.c b/src/lib/tpm.c index a8ab45c3..dfba6492 100644 --- a/src/lib/tpm.c +++ b/src/lib/tpm.c @@ -3,8 +3,8 @@ * * Threadpool management * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/src/lib/utils.c b/src/lib/utils.c index ba79d79f..931ee449 100644 --- a/src/lib/utils.c +++ b/src/lib/utils.c @@ -3,8 +3,8 @@ * * Handy utilities * - * Dimitri Staessens - * Sander Vrijders + * Dimitri Staessens + * Sander Vrijders * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License -- cgit v1.2.3