comparison libmpcodecs/vf_ass.c @ 26727:82601a38e2a7

Use standard license headers.
author diego
date Tue, 13 May 2008 10:16:20 +0000
parents ba7bd4f7e322
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26726:a1c020529cc0 26727:82601a38e2a7
1 // -*- c-basic-offset: 8; indent-tabs-mode: t -*- 1 // -*- c-basic-offset: 8; indent-tabs-mode: t -*-
2 // vim:ts=8:sw=8:noet:ai: 2 // vim:ts=8:sw=8:noet:ai:
3 /* 3 /*
4 Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com> 4 * Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com>
5 5 *
6 This program is free software; you can redistribute it and/or modify 6 * This file is part of MPlayer.
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 * MPlayer 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 * MPlayer 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 St, Fifth Floor, Boston, MA 02110-1301 USA 18 * You should have received a copy of the GNU General Public License along
19 */ 19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 */
20 22
21 #include "config.h" 23 #include "config.h"
22 24
23 #include <stdio.h> 25 #include <stdio.h>
24 #include <stdlib.h> 26 #include <stdlib.h>