comparison drivers/generic_math.h @ 26003:a506a6ab14e1

Add standard license header and make copyright notices consistent.
author diego
date Tue, 19 Feb 2008 23:27:23 +0000
parents 9d0b189ce1b2
children 4129c8cfa742
comparison
equal deleted inserted replaced
26002:b225be4ade8a 26003:a506a6ab14e1
1 /* 1 /*
2 generic implementation of sin(x) and cos(x) functions. 2 * generic implementation of sin(x) and cos(x) functions specially for Linux
3 Specially for Linux. 3 * Copyright (C) 2002 Nick Kurshev
4 Licence: GPL 4 *
5 Copyright (C) 2002 Nick Kurshev 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 #ifndef GENERIC_MATH_H 22 #ifndef GENERIC_MATH_H
9 #define GENERIC_MATH_H 23 #define GENERIC_MATH_H
10 24
11 typedef struct gen_sincos 25 typedef struct gen_sincos