[vlc-commits] Fix my name & email

Hugo Beauzée-Luyssen git at videolan.org
Thu Dec 10 18:24:34 CET 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Dec 10 17:49:00 2015 +0100| [4f412dbcf989bb814a398bcf8c28a5f2527022cd] | committer: Hugo Beauzée-Luyssen

Fix my name & email

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f412dbcf989bb814a398bcf8c28a5f2527022cd
---

 modules/audio_output/opensles_android.c                        |    2 +-
 modules/demux/adaptative/playlist/CommonAttributesElements.cpp |    2 +-
 modules/demux/adaptative/playlist/CommonAttributesElements.h   |    2 +-
 modules/demux/adaptative/playlist/SegmentInfoCommon.cpp        |    2 +-
 modules/demux/adaptative/playlist/SegmentInfoCommon.h          |    2 +-
 modules/demux/adaptative/playlist/SegmentTemplate.cpp          |    2 +-
 modules/demux/adaptative/playlist/SegmentTemplate.h            |    2 +-
 modules/demux/adaptative/playlist/SegmentTimeline.cpp          |    2 +-
 modules/demux/adaptative/playlist/SegmentTimeline.h            |    2 +-
 modules/demux/dash/mpd/DASHCommonAttributesElements.cpp        |    2 +-
 modules/demux/dash/mpd/DASHCommonAttributesElements.h          |    2 +-
 modules/gui/qt4/util/singleton.hpp                             |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/modules/audio_output/opensles_android.c b/modules/audio_output/opensles_android.c
index 434d78d..d0d4249 100644
--- a/modules/audio_output/opensles_android.c
+++ b/modules/audio_output/opensles_android.c
@@ -4,7 +4,7 @@
  * Copyright © 2011-2012 VideoLAN
  *
  * Authors: Dominique Martinet <asmadeus at codewreck.org>
- *          Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ *          Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *          Rafaël Carré <funman at videolanorg>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/modules/demux/adaptative/playlist/CommonAttributesElements.cpp b/modules/demux/adaptative/playlist/CommonAttributesElements.cpp
index 8e9de8d..ccac5aa 100644
--- a/modules/demux/adaptative/playlist/CommonAttributesElements.cpp
+++ b/modules/demux/adaptative/playlist/CommonAttributesElements.cpp
@@ -4,7 +4,7 @@
  *****************************************************************************
  * Copyright © 2011 VideoLAN
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/CommonAttributesElements.h b/modules/demux/adaptative/playlist/CommonAttributesElements.h
index cbac30d..a208936 100644
--- a/modules/demux/adaptative/playlist/CommonAttributesElements.h
+++ b/modules/demux/adaptative/playlist/CommonAttributesElements.h
@@ -4,7 +4,7 @@
  *****************************************************************************
  * Copyright © 2011 VideoLAN
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/SegmentInfoCommon.cpp b/modules/demux/adaptative/playlist/SegmentInfoCommon.cpp
index e70a573..8e91b88 100644
--- a/modules/demux/adaptative/playlist/SegmentInfoCommon.cpp
+++ b/modules/demux/adaptative/playlist/SegmentInfoCommon.cpp
@@ -5,7 +5,7 @@
  * Copyright (C) 1998-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/SegmentInfoCommon.h b/modules/demux/adaptative/playlist/SegmentInfoCommon.h
index aa4fc41..e813a25 100644
--- a/modules/demux/adaptative/playlist/SegmentInfoCommon.h
+++ b/modules/demux/adaptative/playlist/SegmentInfoCommon.h
@@ -5,7 +5,7 @@
  * Copyright (C) 1998-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/SegmentTemplate.cpp b/modules/demux/adaptative/playlist/SegmentTemplate.cpp
index 9509c2b..e3e5f9d 100644
--- a/modules/demux/adaptative/playlist/SegmentTemplate.cpp
+++ b/modules/demux/adaptative/playlist/SegmentTemplate.cpp
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/SegmentTemplate.h b/modules/demux/adaptative/playlist/SegmentTemplate.h
index db9793e..27d3514 100644
--- a/modules/demux/adaptative/playlist/SegmentTemplate.h
+++ b/modules/demux/adaptative/playlist/SegmentTemplate.h
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/SegmentTimeline.cpp b/modules/demux/adaptative/playlist/SegmentTimeline.cpp
index 36cccfc..8a02957 100644
--- a/modules/demux/adaptative/playlist/SegmentTimeline.cpp
+++ b/modules/demux/adaptative/playlist/SegmentTimeline.cpp
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/adaptative/playlist/SegmentTimeline.h b/modules/demux/adaptative/playlist/SegmentTimeline.h
index 33c140e..46aa171 100644
--- a/modules/demux/adaptative/playlist/SegmentTimeline.h
+++ b/modules/demux/adaptative/playlist/SegmentTimeline.h
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/dash/mpd/DASHCommonAttributesElements.cpp b/modules/demux/dash/mpd/DASHCommonAttributesElements.cpp
index 5da842b..0973f04 100644
--- a/modules/demux/dash/mpd/DASHCommonAttributesElements.cpp
+++ b/modules/demux/dash/mpd/DASHCommonAttributesElements.cpp
@@ -4,7 +4,7 @@
  *****************************************************************************
  * Copyright © 2011 VideoLAN
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/demux/dash/mpd/DASHCommonAttributesElements.h b/modules/demux/dash/mpd/DASHCommonAttributesElements.h
index c3ba287..5263cff 100644
--- a/modules/demux/dash/mpd/DASHCommonAttributesElements.h
+++ b/modules/demux/dash/mpd/DASHCommonAttributesElements.h
@@ -4,7 +4,7 @@
  *****************************************************************************
  * Copyright © 2011 VideoLAN
  *
- * Authors: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/modules/gui/qt4/util/singleton.hpp b/modules/gui/qt4/util/singleton.hpp
index 76144bb..1276e2c 100644
--- a/modules/gui/qt4/util/singleton.hpp
+++ b/modules/gui/qt4/util/singleton.hpp
@@ -3,7 +3,7 @@
  ****************************************************************************
  * Copyright (C) 2009 VideoLAN
  *
- * Authors: Hugo Beauzee-Luyssen <beauze.h # gmail - com>
+ * Authors: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by



More information about the vlc-commits mailing list