comparison libmpdemux/demux_avs.c @ 27582:34d3e0c8487a

Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
author diego
date Mon, 15 Sep 2008 05:40:29 +0000
parents 47864c18ff54
children 0f1b5b68af32
comparison
equal deleted inserted replaced
27581:ac61ea373b4a 27582:34d3e0c8487a
1 /* 1 /*
2 * Demuxer for avisynth 2 * Demuxer for avisynth
3 * Copyright (c) 2005 Gianluigi Tiesi <sherpya@netfarm.it> 3 * Copyright (c) 2005 Gianluigi Tiesi <sherpya@netfarm.it>
4 * 4 *
5 * This program is free software; you can redistribute it and/or 5 * This file is part of MPlayer.
6 * modify it under the terms of the GNU Library General Public 6 *
7 * MPlayer is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 10 * version 2.1 of the License, or (at your option) any later version.
9 * 11 *
10 * This library is distributed in the hope that it will be useful, 12 * MPlayer is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details. 15 * Lesser General Public License for more details.
14 * 16 *
15 * You should have received a copy of the GNU Library General Public 17 * You should have received a copy of the GNU Lesser General Public License
16 * License along with this library; if not, write to the 18 * along with MPlayer; if not, write to the Free Software Foundation, Inc.,
17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 * Boston, MA 02110-1301 USA.
19 */ 20 */
20 21
21 #include <stdio.h> 22 #include <stdio.h>
22 #include <stdlib.h> 23 #include <stdlib.h>
23 #include <unistd.h> 24 #include <unistd.h>