From 6f4d40ded3775d71e185b54b9db5ff2edb0f431f Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Sat, 8 Oct 2016 07:18:15 -0700 Subject: [PATCH] Update my email address --- sys/dvb/dvbbasebin.c | 4 ++-- sys/dvb/gstdvbsrc.c | 4 ++-- sys/dvb/gstdvbsrc.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/dvb/dvbbasebin.c b/sys/dvb/dvbbasebin.c index c05f65ed64..f02cda013d 100644 --- a/sys/dvb/dvbbasebin.c +++ b/sys/dvb/dvbbasebin.c @@ -5,7 +5,7 @@ * * Authors: * Alessandro Decina - * Reynaldo H. Verdejo Pinochet + * Reynaldo H. Verdejo Pinochet * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -342,7 +342,7 @@ dvb_base_bin_class_init (DvbBaseBinClass * klass) "Source/Bin/Video", "Access descramble and split DVB streams", "Alessandro Decina \n" - "Reynaldo H. Verdejo Pinochet "); + "Reynaldo H. Verdejo Pinochet "); gobject_class = G_OBJECT_CLASS (klass); gobject_class->set_property = dvb_base_bin_set_property; diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c index 3376a05b76..9842d47cce 100644 --- a/sys/dvb/gstdvbsrc.c +++ b/sys/dvb/gstdvbsrc.c @@ -2,7 +2,7 @@ * Copyright (C) 2006 Zaheer Abbas Merali * Copyright (C) 2014 Samsung Electronics. All rights reserved. - * @Author: Reynaldo H. Verdejo Pinochet + * @Author: Reynaldo H. Verdejo Pinochet * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -627,7 +627,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass) "Digital Video Broadcast Source", "P2P-VCR, C-Lab, University of Paderborn, " "Zaheer Abbas Merali \n" - "Reynaldo H. Verdejo Pinochet "); + "Reynaldo H. Verdejo Pinochet "); gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_dvbsrc_start); gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_dvbsrc_stop); diff --git a/sys/dvb/gstdvbsrc.h b/sys/dvb/gstdvbsrc.h index e504ea89c2..da6b5bc12c 100644 --- a/sys/dvb/gstdvbsrc.h +++ b/sys/dvb/gstdvbsrc.h @@ -2,7 +2,7 @@ * Copyright (C) 2006 Zaheer Abbas Merali * Copyright (C) 2014 Samsung Electronics. All rights reserved. - * @Author: Reynaldo H. Verdejo Pinochet + * @Author: Reynaldo H. Verdejo Pinochet * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public