comparison libmpdemux/ebml.c @ 29238:d643e4643313

Add standard license header to all files in libmpdemux.
author diego
date Fri, 08 May 2009 21:51:13 +0000
parents 4d81dbdf46b9
children 9fc9d1e788aa
comparison
equal deleted inserted replaced
29237:c4dc4cf9347b 29238:d643e4643313
1 /* 1 /*
2 * native ebml reader for the Matroska demuxer 2 * native ebml reader for the Matroska demuxer
3 * Written by Aurelien Jacobs <aurel@gnuage.org> 3 * copyright (c) 2004 Aurelien Jacobs <aurel@gnuage.org>
4 * Based on the one written by Ronald Bultje for gstreamer 4 * based on the one written by Ronald Bultje for gstreamer
5 * Licence: GPL 5 *
6 * This file is part of MPlayer.
7 *
8 * MPlayer is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * MPlayer is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
6 */ 21 */
7 22
8 #include "config.h" 23 #include "config.h"
9 24
10 #include <stdlib.h> 25 #include <stdlib.h>