Mercurial > mplayer.hg
comparison libvo/vo_md5sum.c @ 26739:2a34d9fa52ab
Use standard license headers with standard formatting.
author | diego |
---|---|
date | Wed, 14 May 2008 17:22:53 +0000 |
parents | 1318e956c092 |
children | 2391228b7ff0 |
comparison
equal
deleted
inserted
replaced
26738:588ce97b44f2 | 26739:2a34d9fa52ab |
---|---|
1 /* ------------------------------------------------------------------------- */ | 1 /* ------------------------------------------------------------------------- */ |
2 | 2 |
3 /* | 3 /* |
4 * vo_md5sum.c, md5sum Video Output Driver for MPlayer | 4 * md5sum video output driver |
5 * | 5 * |
6 * Written by Ivo van Poorten. (C) Copyright 2004, 2005, 2006. | 6 * Written by Ivo van Poorten. (C) Copyright 2004, 2005, 2006. |
7 * | 7 * |
8 * This program is free software; you can redistribute it and/or | 8 * This file is part of MPlayer. |
9 * modify it under the terms of the GNU General Public License | 9 * |
10 * as published by the Free Software Foundation; either version 2 | 10 * MPlayer is free software; you can redistribute it and/or modify |
11 * of the License, or (at your option) any later version. | 11 * it under the terms of the GNU General Public License as published by |
12 * | 12 * the Free Software Foundation; either version 2 of the License, or |
13 * This program is distributed in the hope that it will be useful, | 13 * (at your option) any later version. |
14 * | |
15 * MPlayer is distributed in the hope that it will be useful, | |
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 * GNU General Public License for more details. | 18 * GNU General Public License for more details. |
17 * | 19 * |
18 * You should have received a copy of the GNU General Public License | 20 * You should have received a copy of the GNU General Public License along |
19 * along with this program; if not, write to the Free Software | 21 * with MPlayer; if not, write to the Free Software Foundation, Inc., |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
21 * | |
22 */ | 23 */ |
23 | 24 |
24 /* ------------------------------------------------------------------------- */ | 25 /* ------------------------------------------------------------------------- */ |
25 | 26 |
26 /* Global Includes */ | 27 /* Global Includes */ |