comparison postprocess.c @ 22:da3bfee1fa67 libpostproc

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.
author diego
date Sat, 07 Oct 2006 15:30:46 +0000
parents 2cd017ec54f3
children b0d83867e2f6
comparison
equal deleted inserted replaced
21:1f8ffb72a5e3 22:da3bfee1fa67
1 /* 1 /*
2 Copyright (C) 2001-2003 Michael Niedermayer (michaelni@gmx.at) 2 * Copyright (C) 2001-2003 Michael Niedermayer (michaelni@gmx.at)
3 3 *
4 AltiVec optimizations (C) 2004 Romain Dolbeau <romain@dolbeau.org> 4 * AltiVec optimizations (C) 2004 Romain Dolbeau <romain@dolbeau.org>
5 5 *
6 This program is free software; you can redistribute it and/or modify 6 * FFmpeg is free software.
7 it under the terms of the GNU General Public License as published by 7 *
8 the Free Software Foundation; either version 2 of the License, or 8 * FFmpeg is free software; you can redistribute it and/or modify
9 (at your option) any later version. 9 * it under the terms of the GNU General Public License as published by
10 10 * the Free Software Foundation; either version 2 of the License, or
11 This program is distributed in the hope that it will be useful, 11 * (at your option) any later version.
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 *
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * FFmpeg is distributed in the hope that it will be useful,
14 GNU General Public License for more details. 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 You should have received a copy of the GNU General Public License 16 * GNU General Public License for more details.
17 along with this program; if not, write to the Free Software 17 *
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * You should have received a copy of the GNU General Public License
19 */ 19 * along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */
20 22
21 /** 23 /**
22 * @file postprocess.c 24 * @file postprocess.c
23 * postprocessing. 25 * postprocessing.
24 */ 26 */