Mercurial > mplayer.hg
comparison libmpdemux/demux_ty.c @ 26742:0c1db5fd3f79
Use standard license headers with standard formatting.
author | diego |
---|---|
date | Wed, 14 May 2008 18:01:51 +0000 |
parents | baf32110d3fc |
children | 9e739bdb049c |
comparison
equal
deleted
inserted
replaced
26741:fc28868e5430 | 26742:0c1db5fd3f79 |
---|---|
9 * information regarding the format of the TiVo streams. | 9 * information regarding the format of the TiVo streams. |
10 * | 10 * |
11 * However, no code in the following subsection is directly copied from | 11 * However, no code in the following subsection is directly copied from |
12 * either author. | 12 * either author. |
13 * | 13 * |
14 * This file is part of MPlayer. | |
14 * | 15 * |
15 * This program is free software; you can redistribute it and/or | 16 * MPlayer is free software; you can redistribute it and/or modify |
16 * modify it under the terms of the GNU General Public License | 17 * it under the terms of the GNU General Public License as published by |
17 * as published by the Free Software Foundation; either version 2 | 18 * the Free Software Foundation; either version 2 of the License, or |
18 * of the License, or (at your option) any later version. | 19 * (at your option) any later version. |
19 * | 20 * |
20 * This program is distributed in the hope that it will be useful, | 21 * MPlayer is distributed in the hope that it will be useful, |
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
23 * GNU General Public License for more details. | 24 * GNU General Public License for more details. |
24 * | 25 * |
25 * You should have received a copy of the GNU General Public License | 26 * You should have received a copy of the GNU General Public License along |
26 * along with this program; if not, write to the Free Software | 27 * with MPlayer; if not, write to the Free Software Foundation, Inc., |
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 28 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
28 * | |
29 */ | 29 */ |
30 | 30 |
31 | 31 |
32 #include <stdio.h> | 32 #include <stdio.h> |
33 #include <stdlib.h> | 33 #include <stdlib.h> |