vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Feb 10 16:46:14 2013 +0100| [1c7a47c629358c3210a57913c325f40e7a582824] | committer: Felix Paul Kühne
opengl: update author lists > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c7a47c629358c3210a57913c325f40e7a582824 --- modules/video_output/opengl.c | 12 ++++++------ modules/video_output/opengl.h | 13 +++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c index 53f94f3..320720c 100644 --- a/modules/video_output/opengl.c +++ b/modules/video_output/opengl.c @@ -1,15 +1,15 @@ /***************************************************************************** * opengl.c: OpenGL and OpenGL ES output common code ***************************************************************************** - * Copyright (C) 2004-2012 VLC authors and VideoLAN + * Copyright (C) 2004-2013 VLC authors and VideoLAN * Copyright (C) 2009, 2011 Laurent Aimar * - * Authors: Cyril Deguet <[email protected]> - * Gildas Bazin <[email protected]> - * Eric Petit <[email protected]> - * Cedric Cocquebert <[email protected]> - * Laurent Aimar <fenrir _AT_ videolan _DOT_ org> + * Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org> * Ilkka Ollakka <[email protected]> + * Rémi Denis-Courmont + * Adrien Maglo <magsoft at videolan dot org> + * Felix Paul Kühne <fkuehne at videolan dot org> + * Pierre d'Herbemont <pdherbemont at videolan dot org> * * 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/video_output/opengl.h b/modules/video_output/opengl.h index b9d18ec..a3f27f7 100644 --- a/modules/video_output/opengl.h +++ b/modules/video_output/opengl.h @@ -1,14 +1,15 @@ /***************************************************************************** * opengl.h: OpenGL vout_display helpers ***************************************************************************** - * Copyright (C) 2004 VLC authors and VideoLAN + * Copyright (C) 2004-2013 VLC authors and VideoLAN * Copyright (C) 2009 Laurent Aimar * - * Authors: Cyril Deguet <[email protected]> - * Gildas Bazin <[email protected]> - * Eric Petit <[email protected]> - * Cedric Cocquebert <[email protected]> - * Laurent Aimar <fenrir _AT_ videolan _DOT_ org> + * Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org> + * Rémi Denis-Courmont + * Jean-Baptiste Kempf <[email protected]> + * Ilkka Ollakka <[email protected]> + * Felix Paul Kühne <fkuehne at videolan dot org> + * Rafaël Carré <funman@videolanorg> * * 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
