comparison libmpcodecs/vf_hqdn3d.c @ 26727:82601a38e2a7

Use standard license headers.
author diego
date Tue, 13 May 2008 10:16:20 +0000
parents 00fff9a3b735
children df67d03dde3b
comparison
equal deleted inserted replaced
26726:a1c020529cc0 26727:82601a38e2a7
1 /* 1 /*
2 Copyright (C) 2003 Daniel Moreno <comac@comac.darktech.org> 2 * Copyright (C) 2003 Daniel Moreno <comac@comac.darktech.org>
3 3 *
4 This program is free software; you can redistribute it and/or modify 4 * This file is part of MPlayer.
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 * MPlayer 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 * MPlayer 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 St, Fifth Floor, Boston, MA 02110-1301 USA 16 * You should have received a copy of the GNU General Public License along
17 */ 17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
18 20
19 #include <stdio.h> 21 #include <stdio.h>
20 #include <stdlib.h> 22 #include <stdlib.h>
21 #include <string.h> 23 #include <string.h>
22 #include <inttypes.h> 24 #include <inttypes.h>