[vlc-devel] commit: Python bindings: update e-mail address (Olivier Aubert )

git version control git at videolan.org
Fri Jul 10 15:54:22 CEST 2009


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Tue Jun 23 14:41:19 2009 +0200| [caec8c67163feec7427944b94b964d71522e82d5] | committer: Olivier Aubert 

Python bindings: update e-mail address

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

 bindings/python/vlc_instance.c     |    4 ++--
 bindings/python/vlc_media.c        |    2 +-
 bindings/python/vlc_mediacontrol.c |    4 ++--
 bindings/python/vlc_mediaplayer.c  |    4 ++--
 bindings/python/vlc_module.c       |    4 ++--
 bindings/python/vlc_position.c     |    4 ++--
 bindings/python/vlcglue.h          |    2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/bindings/python/vlc_instance.c b/bindings/python/vlc_instance.c
index b008d35..f01b171 100644
--- a/bindings/python/vlc_instance.c
+++ b/bindings/python/vlc_instance.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * vlc_instance.c: vlc.Instance binding
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006,2007,2008,2009 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.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
diff --git a/bindings/python/vlc_media.c b/bindings/python/vlc_media.c
index 0f8f36e..71decd4 100644
--- a/bindings/python/vlc_media.c
+++ b/bindings/python/vlc_media.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at liris.cnrs.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.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
diff --git a/bindings/python/vlc_mediacontrol.c b/bindings/python/vlc_mediacontrol.c
index 926e962..28d8341 100644
--- a/bindings/python/vlc_mediacontrol.c
+++ b/bindings/python/vlc_mediacontrol.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * vlc_mediacontrol.c: vlc.MediaControl binding
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006,2007,2008,2009 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.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
diff --git a/bindings/python/vlc_mediaplayer.c b/bindings/python/vlc_mediaplayer.c
index f31f491..880326c 100644
--- a/bindings/python/vlc_mediaplayer.c
+++ b/bindings/python/vlc_mediaplayer.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * vlc_mediaplayer.c: vlc.MediaPlayer binding
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006,2007,2008,2009 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.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
diff --git a/bindings/python/vlc_module.c b/bindings/python/vlc_module.c
index 7a90a4b..b8a6348 100644
--- a/bindings/python/vlc_module.c
+++ b/bindings/python/vlc_module.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * vlc_module.c: vlc python binding module
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006,2007,2008,2009 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.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
diff --git a/bindings/python/vlc_position.c b/bindings/python/vlc_position.c
index e2e736b..3d6b8c8 100644
--- a/bindings/python/vlc_position.c
+++ b/bindings/python/vlc_position.c
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * vlc_position.c: vlc.Position binding
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006,2007,2008,2009 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.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
diff --git a/bindings/python/vlcglue.h b/bindings/python/vlcglue.h
index 8c857c6..d5f604c 100644
--- a/bindings/python/vlcglue.h
+++ b/bindings/python/vlcglue.h
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2004 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
  *          Clément Stenac <zorglub at videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify




More information about the vlc-devel mailing list