npapi-vlc | branch: master | Ludovic Fauvet <[email protected]> | Tue Jan 1 22:49:34 2013 +0100| [8d73203c125d53fd06aa939300795be1ed3a0004] | committer: Ludovic Fauvet
Fix WindowlessBase class header and copyright > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=8d73203c125d53fd06aa939300795be1ed3a0004 --- npapi/vlcwindowless_base.cpp | 10 ++++------ npapi/vlcwindowless_base.h | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/npapi/vlcwindowless_base.cpp b/npapi/vlcwindowless_base.cpp index d10ac95..35a33e8 100644 --- a/npapi/vlcwindowless_base.cpp +++ b/npapi/vlcwindowless_base.cpp @@ -1,14 +1,12 @@ /***************************************************************************** - * vlcplugin_base.cpp: a VLC plugin for Mozilla + * vlcwindowless_base.cpp: window-less base class for the VLC plugin ***************************************************************************** - * Copyright (C) 2002-2010 the VideoLAN team + * Copyright (C) 2012-2013 VLC Authors and VideoLAN * $Id$ * - * Authors: Samuel Hocevar <[email protected]> - * Damien Fouilleul <[email protected]> - * Jean-Paul Saman <[email protected]> - * Sergey Radionov <[email protected]> + * Authors: Sergey Radionov <[email protected]> * Cheng Sun <[email protected]> + * Jean-Baptiste Kempf <[email protected]> * * 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/npapi/vlcwindowless_base.h b/npapi/vlcwindowless_base.h index 9c052d5..53535c0 100644 --- a/npapi/vlcwindowless_base.h +++ b/npapi/vlcwindowless_base.h @@ -1,14 +1,12 @@ /***************************************************************************** - * vlcplugin_base.h: a VLC plugin for Mozilla + * vlcwindowless_base.h: window-less base class for the VLC plugin ***************************************************************************** - * Copyright (C) 2002-2009 the VideoLAN team + * Copyright (C) 2012-2013 VLC Authors and VideoLAN * $Id$ * - * Authors: Samuel Hocevar <[email protected]> - * Damien Fouilleul <[email protected]> - * Jean-Paul Saman <[email protected]> - * Sergey Radionov <[email protected]> + * Authors: Sergey Radionov <[email protected]> * Cheng Sun <[email protected]> + * Jean-Baptiste Kempf <[email protected]> * * 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
