vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Feb 2 13:01:54 2012 +0100| [71dd06f634864868d22d3fc11119c3974c8d3c92] | committer: Hugo Beauzée-Luyssen
dash: Adding missing LPGL header. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71dd06f634864868d22d3fc11119c3974c8d3c92 --- modules/stream_filter/dash/mpd/IMPDManager.h | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/modules/stream_filter/dash/mpd/IMPDManager.h b/modules/stream_filter/dash/mpd/IMPDManager.h index 8a9d4e0..bb4bdc8 100644 --- a/modules/stream_filter/dash/mpd/IMPDManager.h +++ b/modules/stream_filter/dash/mpd/IMPDManager.h @@ -1,9 +1,26 @@ /* * IMPDManager.h + ***************************************************************************** + * Copyright (C) 2010 - 2011 Klagenfurt University * - * Created on: Apr 22, 2011 - * Author: Christopher Müller - */ + * Created on: Aug 10, 2010 + * Authors: Christopher Mueller <[email protected]> + * Christian Timmerer <[email protected]> + * + * 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 the Free Software Foundation; either version 2.1 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser 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. + *****************************************************************************/ #ifndef IMPDMANAGER_H_ #define IMPDMANAGER_H_ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
