diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-29 16:11:16 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-29 16:11:16 +0200 |
commit | 907474862983252603cdd470b49b5206289fa39d (patch) | |
tree | 1481f291b75ad29a5f3d020c907b16a7559f9053 /src/ipcpd/shim-eth-llc | |
parent | 00aeb6ee00efa98c7e2d6d9bebeb1c4799ba1705 (diff) | |
download | ouroboros-907474862983252603cdd470b49b5206289fa39d.tar.gz ouroboros-907474862983252603cdd470b49b5206289fa39d.zip |
lib, ipcpd: Fix e-mail addresses in protobuf files
This fixes the wrong e-mail addresses in the protobuf files.
Diffstat (limited to 'src/ipcpd/shim-eth-llc')
-rw-r--r-- | src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto b/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto index f54bcada..bad3f470 100644 --- a/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto +++ b/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto @@ -3,8 +3,8 @@ * * Shim Ethernet with LLC message * - * Dimitri Staessens <dimitri.staessens@intec.ugent.be> - * Sander Vrijders <sander.vrijders@intec.ugent.be> + * Dimitri Staessens <dimitri.staessens@ugent.be> + * Sander Vrijders <sander.vrijders@ugent.be> * * 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 |