vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Nov 23 23:53:30 2011 +0100| [ab9286db29d31839380d742b8991139284333a8a] | committer: Jean-Baptiste Kempf
MKV: update copyright > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab9286db29d31839380d742b8991139284333a8a --- modules/demux/mkv/virtual_segment.cpp | 5 +++-- modules/demux/mkv/virtual_segment.hpp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/demux/mkv/virtual_segment.cpp b/modules/demux/mkv/virtual_segment.cpp index 3dd7c0c..3388f0c 100644 --- a/modules/demux/mkv/virtual_segment.cpp +++ b/modules/demux/mkv/virtual_segment.cpp @@ -1,11 +1,12 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * virtual_segment.cpp : virtual segment implementation in the MKV demuxer ***************************************************************************** - * Copyright (C) 2003-2004 the VideoLAN team + * Copyright © 2003-2011 VideoLAN and VLC authors * $Id$ * * Authors: Laurent Aimar <[email protected]> * Steve Lhomme <[email protected]> + * Denis Charmet <[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/modules/demux/mkv/virtual_segment.hpp b/modules/demux/mkv/virtual_segment.hpp index bbdc2fa..31b45a2 100644 --- a/modules/demux/mkv/virtual_segment.hpp +++ b/modules/demux/mkv/virtual_segment.hpp @@ -1,11 +1,12 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * virtual_segment.hpp : virtual segment implementation in the MKV demuxer ***************************************************************************** - * Copyright (C) 2003-2004 the VideoLAN team + * Copyright © 2003-2011 VideoLAN and VLC authors * $Id$ * * Authors: Laurent Aimar <[email protected]> * Steve Lhomme <[email protected]> + * Denis Charmet <[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
