summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-14 17:21:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-14 17:21:58 +0000
commit146cd7b7538b19f0bf7cdc8929bf398aaa5436c8 (patch)
tree19d94edb77c177c2d014161594b6dbdfec94267c /libass/ass_font.c
parent678e26fd4df9cd8641d7f2d557473d003f4230cf (diff)
downloadlibass-146cd7b7538b19f0bf7cdc8929bf398aaa5436c8.tar.bz2
libass-146cd7b7538b19f0bf7cdc8929bf398aaa5436c8.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26770 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass_font.c')
-rw-r--r--libass/ass_font.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libass/ass_font.c b/libass/ass_font.c
index 54ad0b9..f70b7c5 100644
--- a/libass/ass_font.c
+++ b/libass/ass_font.c
@@ -3,20 +3,20 @@
/*
* Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com>
*
- * This file is part of MPlayer.
+ * This file is part of libass.
*
- * MPlayer is free software; you can redistribute it and/or modify
+ * libass is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * MPlayer is distributed in the hope that it will be useful,
+ * libass is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
- * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * with libass; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/