Browse Source

Remove old mail address from sources

pull/94/head
Rémi Denis-Courmont 7 years ago
parent
commit
cc129a71d7
  1. 2
      bootstrap
  2. 2
      compat/freeaddrinfo.c
  3. 2
      compat/gai_strerror.c
  4. 2
      include/vlc_charset.h
  5. 2
      include/vlc_http.h
  6. 2
      include/vlc_network.h
  7. 2
      include/vlc_url.h
  8. 2
      modules/access/file.c
  9. 2
      modules/access/fs.c
  10. 2
      modules/access/ftp.c
  11. 2
      modules/access/http.c
  12. 2
      modules/access/mtp.c
  13. 2
      modules/codec/adpcm.c
  14. 2
      modules/demux/voc.c
  15. 2
      modules/demux/xa.c
  16. 2
      modules/services_discovery/upnp-wrapper.cpp
  17. 2
      modules/services_discovery/upnp-wrapper.hpp
  18. 2
      modules/services_discovery/upnp.cpp
  19. 2
      modules/services_discovery/upnp.hpp
  20. 2
      modules/video_filter/deinterlace/merge.h
  21. 2
      src/libvlc.c
  22. 2
      src/linux/filesystem.c
  23. 2
      src/misc/mime.c
  24. 2
      src/misc/mtime.c
  25. 2
      src/missing.c
  26. 2
      src/network/getaddrinfo.c
  27. 2
      src/network/http_auth.c
  28. 2
      src/network/httpd.c
  29. 2
      src/network/io.c
  30. 2
      src/network/tcp.c
  31. 2
      src/network/udp.c
  32. 2
      src/os2/filesystem.c
  33. 2
      src/os2/getaddrinfo.c
  34. 2
      src/posix/filesystem.c
  35. 2
      src/stream_output/sap.c
  36. 2
      src/text/filesystem.c
  37. 2
      src/text/strings.c
  38. 2
      src/text/unicode.c
  39. 2
      src/version.c
  40. 2
      src/win32/filesystem.c

2
bootstrap

@ -5,7 +5,7 @@
## Copyright (C) 2005-2008 the VideoLAN team
##
## Authors: Sam Hocevar <sam@zoy.org>
## Rémi Denis-Courmont <rem # videolan # org>
## Rémi Denis-Courmont
set -e

2
compat/freeaddrinfo.c

@ -6,7 +6,7 @@
* Copyright (C) 2011-2014 KO Myung-Hun
*
* Authors: KO Myung-Hun <komh@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

2
compat/gai_strerror.c

@ -6,7 +6,7 @@
* Copyright (C) 2011-2015 KO Myung-Hun
*
* Authors: KO Myung-Hun <komh@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

2
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

2
include/vlc_http.h

@ -5,7 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Christophe Massiot <massiot@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

2
include/vlc_network.h

@ -6,7 +6,7 @@
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@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

2
include/vlc_url.h

@ -4,7 +4,7 @@
* Copyright (C) 2002-2006 VLC authors and VideoLAN
*
* Authors: Christophe Massiot <massiot@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

2
modules/access/file.c

@ -5,7 +5,7 @@
* Copyright © 2006-2007 Rémi Denis-Courmont
*
* Authors: Christophe Massiot <massiot@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

2
modules/access/fs.c

@ -5,7 +5,7 @@
* Copyright © 2006-2007 Rémi Denis-Courmont
*
* Authors: Christophe Massiot <massiot@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

2
modules/access/ftp.c

@ -5,7 +5,7 @@
* Copyright © 2006 Rémi Denis-Courmont
*
* Authors: Laurent Aimar <fenrir@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

2
modules/access/http.c

@ -5,7 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Christophe Massiot <massiot@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

2
modules/access/mtp.c

@ -6,7 +6,7 @@
*
* Authors: Fabio Ritrovato <exsephiroth87@gmail.com>
* Original file.c: Christophe Massiot <massiot@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

2
modules/codec/adpcm.c

@ -4,7 +4,7 @@
* Copyright (C) 2001, 2002 VLC authors and VideoLAN
*
* Authors: Laurent Aimar <fenrir@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

2
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

2
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

2
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@beauzee.fr>

2
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@beauzee.fr>

2
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@beauzee.fr>

2
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@beauzee.fr>

2
modules/video_filter/deinterlace/merge.h

@ -6,7 +6,7 @@
* Author: Sam Hocevar <sam@zoy.org> (generic C routine)
* Sigmund Augdal Helberg <sigmunau@videolan.org> (MMXEXT, 3DNow, SSE2)
* Eric Petit <eric.petit@lapsus.org> (Altivec)
* Rémi Denis-Courmont <remi@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

2
src/libvlc.c

@ -7,7 +7,7 @@
* Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@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

2
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

2
src/misc/mime.c

@ -5,7 +5,7 @@
* Copyright © 2004-2007 Rémi Denis-Courmont
*
* Authors: Laurent Aimar <fenrir@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

2
src/misc/mtime.c

@ -6,7 +6,7 @@
* Copyright © 2006-2007 Rémi Denis-Courmont
*
* Authors: Vincent Seguin <seguin@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

2
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>

2
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

2
src/network/http_auth.c

@ -5,7 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Christophe Massiot <massiot@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

2
src/network/httpd.c

@ -5,7 +5,7 @@
* Copyright © 2004-2007 Rémi Denis-Courmont
*
* Authors: Laurent Aimar <fenrir@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

2
src/network/io.c

@ -5,7 +5,7 @@
* Copyright © 2005-2006 Rémi Denis-Courmont
*
* Authors: Laurent Aimar <fenrir@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

2
src/network/tcp.c

@ -5,7 +5,7 @@
* Copyright (C) 2005-2006 Rémi Denis-Courmont
*
* Authors: Laurent Aimar <fenrir@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

2
src/network/udp.c

@ -6,7 +6,7 @@
*
*
* Authors: Laurent Aimar <fenrir@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

2
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@chollian.net>
*
* This program is free software; you can redistribute it and/or modify it

2
src/os2/getaddrinfo.c

@ -6,7 +6,7 @@
* Copyright (C) 2011 KO Myung-Hun
*
* Authors: KO Myung-Hun <komh@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

2
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

2
src/stream_output/sap.c

@ -4,7 +4,7 @@
* Copyright (C) 2002-2008 VLC authors and VideoLAN
*
* Authors: Clément Stenac <zorglub@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

2
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

2
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

2
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

2
src/version.c

@ -7,7 +7,7 @@
* Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@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

2
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

Loading…
Cancel
Save