vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Sep 11 21:51:37 2011 +0200| [280137eded8c6ff9c34b6a5c6d61a57239e4781c] | committer: Jean-Baptiste Kempf
DirectFB: Copyright update > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=280137eded8c6ff9c34b6a5c6d61a57239e4781c --- modules/video_output/directfb.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/video_output/directfb.c b/modules/video_output/directfb.c index e2f2349..259ce40 100644 --- a/modules/video_output/directfb.c +++ b/modules/video_output/directfb.c @@ -1,9 +1,10 @@ /***************************************************************************** * directfb.c: DirectFB video output display method ***************************************************************************** - * Copyright (C) 2005-2009 the VideoLAN team + * Copyright © 2005-2009 VLC authors and VideoLAN * - * Authors: Iuri Diniz <[email protected]> + * Authors: Iuri Diniz <[email protected]> + * Laurent Aimar <[email protected]> * * This code is based in sdl.c and fb.c, thanks for VideoLAN team. * @@ -18,8 +19,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
