comparison postprocess.h @ 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 7c419ceafa6a
children 2ed02a33f02a
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 This program is free software; you can redistribute it and/or modify 4 * This file is part of FFmpeg.
5 it under the terms of the GNU General Public License as published by 5 *
6 the Free Software Foundation; either version 2 of the License, or 6 * FFmpeg is free software; you can redistribute it and/or modify
7 (at your option) any later version. 7 * it under the terms of the GNU General Public License as published by
8 8 * the Free Software Foundation; either version 2 of the License, or
9 This program is distributed in the hope that it will be useful, 9 * (at your option) any later version.
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 *
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * FFmpeg is distributed in the hope that it will be useful,
12 GNU General Public License for more details. 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 You should have received a copy of the GNU General Public License 14 * GNU General Public License for more details.
15 along with this program; if not, write to the Free Software 15 *
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * You should have received a copy of the GNU General Public License
17 */ 17 * along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
18 20
19 #ifndef NEWPOSTPROCESS_H 21 #ifndef NEWPOSTPROCESS_H
20 #define NEWPOSTPROCESS_H 22 #define NEWPOSTPROCESS_H
21 23
22 /** 24 /**