Mercurial > mplayer.hg
comparison libass/ass_library.c @ 26738:588ce97b44f2
Speak of libass instead of MPlayer in the libass license headers.
We already use LIBASS_ prefixes for the multiple inclusion guards.
Thus libass can be considered separate enough to warrant this.
author | diego |
---|---|
date | Wed, 14 May 2008 17:21:58 +0000 |
parents | 980ec8f69c58 |
children | 0f1b5b68af32 |
comparison
equal
deleted
inserted
replaced
26737:a26e50cae389 | 26738:588ce97b44f2 |
---|---|
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 file is part of MPlayer. | 6 * This file is part of libass. |
7 * | 7 * |
8 * MPlayer is free software; you can redistribute it and/or modify | 8 * libass is free software; you can redistribute it and/or modify |
9 * it under the terms of the GNU General Public License as published by | 9 * it under the terms of the GNU General Public License as published by |
10 * the Free Software Foundation; either version 2 of the License, or | 10 * the Free Software Foundation; either version 2 of the License, or |
11 * (at your option) any later version. | 11 * (at your option) any later version. |
12 * | 12 * |
13 * MPlayer is distributed in the hope that it will be useful, | 13 * libass is distributed in the hope that it will be useful, |
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 * GNU General Public License for more details. | 16 * GNU General Public License for more details. |
17 * | 17 * |
18 * You should have received a copy of the GNU General Public License along | 18 * You should have received a copy of the GNU General Public License along |
19 * with MPlayer; if not, write to the Free Software Foundation, Inc., | 19 * with libass; if not, write to the Free Software Foundation, Inc., |
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
21 */ | 21 */ |
22 | 22 |
23 #include <inttypes.h> | 23 #include <inttypes.h> |
24 #include <stdio.h> | 24 #include <stdio.h> |