[vlc-commits] commit: Add Jean Brouwers to Authors (Olivier Aubert )
git at videolan.org
git at videolan.org
Thu Dec 9 21:28:03 CET 2010
vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Thu Dec 9 21:27:37 2010 +0100| [b09a16b2000e2077279a535073d1f6f1de6da882] | committer: Olivier Aubert
Add Jean Brouwers to Authors
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=b09a16b2000e2077279a535073d1f6f1de6da882
---
generate.py | 1 +
header.py | 1 +
setup.py | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/generate.py b/generate.py
index 8f9c66e..9db462d 100755
--- a/generate.py
+++ b/generate.py
@@ -6,6 +6,7 @@
# $Id: $
#
# Authors: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
+# Jean Brouwers <MrJean1 at gmail.com>
#
# 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/header.py b/header.py
index 65ee5de..12143bd 100755
--- a/header.py
+++ b/header.py
@@ -6,6 +6,7 @@
# $Id: $
#
# Authors: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
+# Jean Brouwers <MrJean1 at gmail.com>
#
# 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/setup.py b/setup.py
index 04b566a..30b9490 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(name='python-vlc',
long_description = """VLC bindings for python.
This module provides ctypes-based bindings for the native libvlc API
-(see http://wiki.videolan.org/ExternalAPI) of the VLC video player.
+(see http://wiki.videolan.org/LibVLC) of the VLC video player.
It is automatically generated from the include files.
"""
More information about the vlc-commits
mailing list