[vlc-commits] Remove old mail address from sources

Rémi Denis-Courmont git at videolan.org
Wed Sep 4 21:11:10 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep  4 22:10:51 2019 +0300| [cc129a71d75220c0600727aa1f7b984e60f83c0c] | committer: Rémi Denis-Courmont

Remove old mail address from sources

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

 bootstrap                                   | 2 +-
 compat/freeaddrinfo.c                       | 2 +-
 compat/gai_strerror.c                       | 2 +-
 include/vlc_charset.h                       | 2 +-
 include/vlc_http.h                          | 2 +-
 include/vlc_network.h                       | 2 +-
 include/vlc_url.h                           | 2 +-
 modules/access/file.c                       | 2 +-
 modules/access/fs.c                         | 2 +-
 modules/access/ftp.c                        | 2 +-
 modules/access/http.c                       | 2 +-
 modules/access/mtp.c                        | 2 +-
 modules/codec/adpcm.c                       | 2 +-
 modules/demux/voc.c                         | 2 +-
 modules/demux/xa.c                          | 2 +-
 modules/services_discovery/upnp-wrapper.cpp | 2 +-
 modules/services_discovery/upnp-wrapper.hpp | 2 +-
 modules/services_discovery/upnp.cpp         | 2 +-
 modules/services_discovery/upnp.hpp         | 2 +-
 modules/video_filter/deinterlace/merge.h    | 2 +-
 src/libvlc.c                                | 2 +-
 src/linux/filesystem.c                      | 2 +-
 src/misc/mime.c                             | 2 +-
 src/misc/mtime.c                            | 2 +-
 src/missing.c                               | 2 +-
 src/network/getaddrinfo.c                   | 2 +-
 src/network/http_auth.c                     | 2 +-
 src/network/httpd.c                         | 2 +-
 src/network/io.c                            | 2 +-
 src/network/tcp.c                           | 2 +-
 src/network/udp.c                           | 2 +-
 src/os2/filesystem.c                        | 2 +-
 src/os2/getaddrinfo.c                       | 2 +-
 src/posix/filesystem.c                      | 2 +-
 src/stream_output/sap.c                     | 2 +-
 src/text/filesystem.c                       | 2 +-
 src/text/strings.c                          | 2 +-
 src/text/unicode.c                          | 2 +-
 src/version.c                               | 2 +-
 src/win32/filesystem.c                      | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/bootstrap b/bootstrap
index dcdd3efe38..535d5f3341 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
 ## Copyright (C) 2005-2008 the VideoLAN team
 ##
 ##  Authors: Sam Hocevar <sam at zoy.org>
-##           Rémi Denis-Courmont <rem # videolan # org>
+##           Rémi Denis-Courmont
 
 set -e
 
diff --git a/compat/freeaddrinfo.c b/compat/freeaddrinfo.c
index fecc3fa7dd..f2a773da9c 100644
--- a/compat/freeaddrinfo.c
+++ b/compat/freeaddrinfo.c
@@ -6,7 +6,7 @@
  * Copyright (C) 2011-2014 KO Myung-Hun
  *
  * Authors: KO Myung-Hun <komh at chollian.net>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/compat/gai_strerror.c b/compat/gai_strerror.c
index c37b6bde98..cb13915ed4 100644
--- a/compat/gai_strerror.c
+++ b/compat/gai_strerror.c
@@ -6,7 +6,7 @@
  * Copyright (C) 2011-2015 KO Myung-Hun
  *
  * Authors: KO Myung-Hun <komh at chollian.net>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/include/vlc_charset.h b/include/vlc_charset.h
index 2397e1f9ed..511236275f 100644
--- a/include/vlc_charset.h
+++ b/include/vlc_charset.h
@@ -4,7 +4,7 @@
  * Copyright (C) 2003-2005 VLC authors and VideoLAN
  * Copyright © 2005-2010 Rémi Denis-Courmont
  *
- * Author: Rémi Denis-Courmont <rem # videolan,org>
+ * Author: Rémi Denis-Courmont
  *
  * 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/include/vlc_http.h b/include/vlc_http.h
index 0e649445f6..383a1ed354 100644
--- a/include/vlc_http.h
+++ b/include/vlc_http.h
@@ -5,7 +5,7 @@
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *          Christophe Massiot <massiot at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *          Antoine Cellerier <dionoea at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/include/vlc_network.h b/include/vlc_network.h
index b4d5fabdd6..88dcfefbca 100644
--- a/include/vlc_network.h
+++ b/include/vlc_network.h
@@ -6,7 +6,7 @@
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
  *          Laurent Aimar <fenrir at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/include/vlc_url.h b/include/vlc_url.h
index 84f3b12395..f67b32a072 100644
--- a/include/vlc_url.h
+++ b/include/vlc_url.h
@@ -4,7 +4,7 @@
  * Copyright (C) 2002-2006 VLC authors and VideoLAN
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/access/file.c b/modules/access/file.c
index 537a2493aa..d37ac28446 100644
--- a/modules/access/file.c
+++ b/modules/access/file.c
@@ -5,7 +5,7 @@
  * Copyright © 2006-2007 Rémi Denis-Courmont
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan # org>
+ *          Rémi Denis-Courmont
  *
  * 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/access/fs.c b/modules/access/fs.c
index fc516b449d..dae8c87164 100644
--- a/modules/access/fs.c
+++ b/modules/access/fs.c
@@ -5,7 +5,7 @@
  * Copyright © 2006-2007 Rémi Denis-Courmont
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan # org>
+ *          Rémi Denis-Courmont
  *
  * 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/access/ftp.c b/modules/access/ftp.c
index 17cfee398d..0118ec7d9e 100644
--- a/modules/access/ftp.c
+++ b/modules/access/ftp.c
@@ -5,7 +5,7 @@
  * Copyright © 2006 Rémi Denis-Courmont
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr> - original code
- *          Rémi Denis-Courmont <rem # videolan.org> - EPSV support
+ *          Rémi Denis-Courmont - EPSV support
  *
  * 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/access/http.c b/modules/access/http.c
index a1d0593e0f..4384e2b0a3 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -5,7 +5,7 @@
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *          Christophe Massiot <massiot at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *          Antoine Cellerier <dionoea at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/modules/access/mtp.c b/modules/access/mtp.c
index cec5fb50bb..d77b54d731 100644
--- a/modules/access/mtp.c
+++ b/modules/access/mtp.c
@@ -6,7 +6,7 @@
  *
  * Authors: Fabio Ritrovato <exsephiroth87 at gmail.com>
  * Original file.c: Christophe Massiot <massiot at via.ecp.fr>
- *                  Rémi Denis-Courmont <rem # videolan # org>
+ *                  Rémi Denis-Courmont
  *
  * 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/codec/adpcm.c b/modules/codec/adpcm.c
index 7c9fd865e5..ead71abcd2 100644
--- a/modules/codec/adpcm.c
+++ b/modules/codec/adpcm.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2001, 2002 VLC authors and VideoLAN
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/voc.c b/modules/demux/voc.c
index 7047e7efcd..329d88bbe0 100644
--- a/modules/demux/voc.c
+++ b/modules/demux/voc.c
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 2005 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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/xa.c b/modules/demux/xa.c
index c2cbbf01f2..21e050b718 100644
--- a/modules/demux/xa.c
+++ b/modules/demux/xa.c
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 2005 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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/services_discovery/upnp-wrapper.cpp b/modules/services_discovery/upnp-wrapper.cpp
index 3b8037b3f1..8190aa0a6d 100644
--- a/modules/services_discovery/upnp-wrapper.cpp
+++ b/modules/services_discovery/upnp-wrapper.cpp
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright © 2004-2018 VLC authors and VideoLAN
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org> (original plugin)
+ * Authors: Rémi Denis-Courmont (original plugin)
  *          Christian Henz <henz # c-lab.de>
  *          Mirsal Ennaime <mirsal dot ennaime at gmail dot com>
  *          Hugo Beauzée-Luyssen <hugo at beauzee.fr>
diff --git a/modules/services_discovery/upnp-wrapper.hpp b/modules/services_discovery/upnp-wrapper.hpp
index 3002599172..4469b22ed6 100644
--- a/modules/services_discovery/upnp-wrapper.hpp
+++ b/modules/services_discovery/upnp-wrapper.hpp
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright © 2004-2018 VLC authors and VideoLAN
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org> (original plugin)
+ * Authors: Rémi Denis-Courmont (original plugin)
  *          Christian Henz <henz # c-lab.de>
  *          Mirsal Ennaime <mirsal dot ennaime at gmail dot com>
  *          Hugo Beauzée-Luyssen <hugo at beauzee.fr>
diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp
index a467caaaa8..4f0a8d24c2 100644
--- a/modules/services_discovery/upnp.cpp
+++ b/modules/services_discovery/upnp.cpp
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 2004-2018 VLC authors and VideoLAN
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org> (original plugin)
+ * Authors: Rémi Denis-Courmont (original plugin)
  *          Christian Henz <henz # c-lab.de>
  *          Mirsal Ennaime <mirsal dot ennaime at gmail dot com>
  *          Hugo Beauzée-Luyssen <hugo at beauzee.fr>
diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp
index 4eef534f91..cf291395cb 100644
--- a/modules/services_discovery/upnp.hpp
+++ b/modules/services_discovery/upnp.hpp
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 2004-2018 VLC authors and VideoLAN
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org> (original plugin)
+ * Authors: Rémi Denis-Courmont (original plugin)
  *          Christian Henz <henz # c-lab.de>
  *          Mirsal Ennaime <mirsal dot ennaime at gmail dot com>
  *          Hugo Beauzée-Luyssen <hugo at beauzee.fr>
diff --git a/modules/video_filter/deinterlace/merge.h b/modules/video_filter/deinterlace/merge.h
index de4b9b4ff0..26a03fee1f 100644
--- a/modules/video_filter/deinterlace/merge.h
+++ b/modules/video_filter/deinterlace/merge.h
@@ -6,7 +6,7 @@
  * Author: Sam Hocevar <sam at zoy.org>                      (generic C routine)
  *         Sigmund Augdal Helberg <sigmunau at videolan.org> (MMXEXT, 3DNow, SSE2)
  *         Eric Petit <eric.petit at lapsus.org>             (Altivec)
- *         Rémi Denis-Courmont <remi at remlab.net>          (ARM NEON)
+ *         Rémi Denis-Courmont                            (ARM NEON)
  *
  * 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/src/libvlc.c b/src/libvlc.c
index ee88d363d4..23da60c6f7 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -7,7 +7,7 @@
  *          Samuel Hocevar <sam at zoy.org>
  *          Gildas Bazin <gbazin at videolan.org>
  *          Derk-Jan Hartman <hartman at videolan dot org>
- *          Rémi Denis-Courmont <rem # videolan : org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/linux/filesystem.c b/src/linux/filesystem.c
index 47b7a74a31..e94a60ec45 100644
--- a/src/linux/filesystem.c
+++ b/src/linux/filesystem.c
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright © 2018 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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/src/misc/mime.c b/src/misc/mime.c
index 03a400662a..07c9a54e8c 100644
--- a/src/misc/mime.c
+++ b/src/misc/mime.c
@@ -5,7 +5,7 @@
  * Copyright © 2004-2007 Rémi Denis-Courmont
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/misc/mtime.c b/src/misc/mtime.c
index fb1532554a..02b6d2830c 100644
--- a/src/misc/mtime.c
+++ b/src/misc/mtime.c
@@ -6,7 +6,7 @@
  * Copyright © 2006-2007 Rémi Denis-Courmont
  *
  * Authors: Vincent Seguin <seguin at via.ecp.fr>
- *          Rémi Denis-Courmont <rem$videolan,org>
+ *          Rémi Denis-Courmont
  *          Gisle Vanem
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/src/missing.c b/src/missing.c
index 4e8b7c9190..6769fa4ac3 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2008-2011 Rémi Denis-Courmont
  * Copyright (C) 2009-2014 VLC authors and VideoLAN
  *
- * Authors: Rémi Denis-Courmont <rem # videolan : org>
+ * Authors: Rémi Denis-Courmont
  *          Pierre Ynard <linkfanel # yahoo fr>
  *          Toralf Niebuhr <gmthor85 # aim com>
  *          Felix Paul Kühne <fkuehne # videolan org>
diff --git a/src/network/getaddrinfo.c b/src/network/getaddrinfo.c
index ac2063bd4c..5bdb585ef5 100644
--- a/src/network/getaddrinfo.c
+++ b/src/network/getaddrinfo.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2005 VLC authors and VideoLAN
  * Copyright (C) 2002-2007 Rémi Denis-Courmont
  *
- * Author: Rémi Denis-Courmont <rem # videolan.org>
+ * Author: Rémi Denis-Courmont
  *
  * 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/src/network/http_auth.c b/src/network/http_auth.c
index 0ad9d92042..ff1796c25d 100644
--- a/src/network/http_auth.c
+++ b/src/network/http_auth.c
@@ -5,7 +5,7 @@
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *          Christophe Massiot <massiot at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *          Antoine Cellerier <dionoea at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/src/network/httpd.c b/src/network/httpd.c
index 2db57bc174..e21cb853c3 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -5,7 +5,7 @@
  * Copyright © 2004-2007 Rémi Denis-Courmont
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/network/io.c b/src/network/io.c
index 81fc9c52ee..5c85b99798 100644
--- a/src/network/io.c
+++ b/src/network/io.c
@@ -5,7 +5,7 @@
  * Copyright © 2005-2006 Rémi Denis-Courmont
  *
  * Authors: Laurent Aimar <fenrir at videolan.org>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *          Christophe Mutricy <xtophe at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/src/network/tcp.c b/src/network/tcp.c
index e639b22461..3caadab380 100644
--- a/src/network/tcp.c
+++ b/src/network/tcp.c
@@ -5,7 +5,7 @@
  * Copyright (C) 2005-2006 Rémi Denis-Courmont
  *
  * Authors: Laurent Aimar <fenrir at videolan.org>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/network/udp.c b/src/network/udp.c
index cf4d2b5c9c..d90871c91e 100644
--- a/src/network/udp.c
+++ b/src/network/udp.c
@@ -6,7 +6,7 @@
  *
  *
  * Authors: Laurent Aimar <fenrir at videolan.org>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/os2/filesystem.c b/src/os2/filesystem.c
index 651f73d486..8b1d3d5eec 100644
--- a/src/os2/filesystem.c
+++ b/src/os2/filesystem.c
@@ -5,7 +5,7 @@
  * Copyright © 2005-2008 Rémi Denis-Courmont
  * Copyright (C) 2012 KO Myung-Hun
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *          KO Myung-Hun <komh at chollian.net>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/src/os2/getaddrinfo.c b/src/os2/getaddrinfo.c
index a59c089761..16c8c9868b 100644
--- a/src/os2/getaddrinfo.c
+++ b/src/os2/getaddrinfo.c
@@ -6,7 +6,7 @@
  * Copyright (C) 2011 KO Myung-Hun
  *
  * Authors: KO Myung-Hun <komh at chollian.net>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/posix/filesystem.c b/src/posix/filesystem.c
index 715ca4cfbf..d39158eb7d 100644
--- a/src/posix/filesystem.c
+++ b/src/posix/filesystem.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2006 VLC authors and VideoLAN
  * Copyright © 2005-2008 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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/src/stream_output/sap.c b/src/stream_output/sap.c
index 118bba3470..8e0a29dbec 100644
--- a/src/stream_output/sap.c
+++ b/src/stream_output/sap.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2002-2008 VLC authors and VideoLAN
  *
  * Authors: Clément Stenac <zorglub at videolan.org>
- *          Rémi Denis-Courmont <rem # videolan.org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/text/filesystem.c b/src/text/filesystem.c
index 3539724ccf..c0c5218908 100644
--- a/src/text/filesystem.c
+++ b/src/text/filesystem.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2006 VLC authors and VideoLAN
  * Copyright © 2005-2008 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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/src/text/strings.c b/src/text/strings.c
index 192bd62f89..fb6d0bfb39 100644
--- a/src/text/strings.c
+++ b/src/text/strings.c
@@ -6,7 +6,7 @@
  *
  * Authors: Antoine Cellerier <dionoea at videolan dot org>
  *          Daniel Stranger <vlc at schmaller dot de>
- *          Rémi Denis-Courmont <rem # videolan org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/text/unicode.c b/src/text/unicode.c
index 54f05480dd..a862c5a2e1 100644
--- a/src/text/unicode.c
+++ b/src/text/unicode.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2006 VLC authors and VideoLAN
  * Copyright © 2005-2010 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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/src/version.c b/src/version.c
index 4a73c3fb59..5a36ef576a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -7,7 +7,7 @@
  *          Samuel Hocevar <sam at zoy.org>
  *          Gildas Bazin <gbazin at videolan.org>
  *          Derk-Jan Hartman <hartman at videolan dot org>
- *          Rémi Denis-Courmont <rem # videolan : org>
+ *          Rémi Denis-Courmont
  *
  * 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/src/win32/filesystem.c b/src/win32/filesystem.c
index b48417202b..e2df866b28 100644
--- a/src/win32/filesystem.c
+++ b/src/win32/filesystem.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2006 VLC authors and VideoLAN
  * Copyright © 2005-2008 Rémi Denis-Courmont
  *
- * Authors: Rémi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont
  *
  * 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



More information about the vlc-commits mailing list