comparison TOOLS/realcodecs/cook.c @ 28195:3f3f00ce912e

Relicense to GPLv2 or later with the author's permission.
author diego
date Fri, 02 Jan 2009 11:46:34 +0000
parents 200bf2cff54b
children 8df85ad26746
comparison
equal deleted inserted replaced
28194:9760382bf278 28195:3f3f00ce912e
1 /* 1 /*
2 GPL v2 blah blah 2 * This is a small DLL that works as a wrapper for the actual realcook.so.6.0
3 3 * DLL from RealPlayer 8.0.
4 This is a small dll that works as a wrapper for the actual realcook.so.6.0 4 *
5 dll from real player 8.0. 5 * This file is part of MPlayer.
6 */ 6 *
7 * MPlayer is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * MPlayer is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */
7 21
8 /* 22 /*
9 Assuming that RACloseCodec is the last call. 23 Assuming that RACloseCodec is the last call.
10 */ 24 */
11 25