From 907474862983252603cdd470b49b5206289fa39d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 29 Aug 2017 16:11:16 +0200 Subject: lib, ipcpd: Fix e-mail addresses in protobuf files This fixes the wrong e-mail addresses in the protobuf files. --- src/lib/cdap.proto | 4 ++-- src/lib/ipcp_config.proto | 4 ++-- src/lib/ipcpd_messages.proto | 4 ++-- src/lib/irmd_messages.proto | 4 ++-- src/lib/ro.proto | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/lib') diff --git a/src/lib/cdap.proto b/src/lib/cdap.proto index c83addcb..29effc9a 100644 --- a/src/lib/cdap.proto +++ b/src/lib/cdap.proto @@ -3,8 +3,8 @@ * * CDAP 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/ipcp_config.proto b/src/lib/ipcp_config.proto index 4ede5060..96226653 100644 --- a/src/lib/ipcp_config.proto +++ b/src/lib/ipcp_config.proto @@ -3,8 +3,8 @@ * * DIF config 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 691b76ad..adf0737f 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/irmd_messages.proto b/src/lib/irmd_messages.proto index 723f6fb3..f3e79a43 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/ro.proto b/src/lib/ro.proto index 23bdb200..8c547f14 100644 --- a/src/lib/ro.proto +++ b/src/lib/ro.proto @@ -3,8 +3,8 @@ * * RIB object 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 -- cgit v1.2.3