diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-13 08:34:59 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-13 08:34:59 +0000 |
commit | f025ffda0b410fd98ea4552b15eeee199807cb39 (patch) | |
tree | 02a66bf8893095f4ea37fd4980532751b11a8dc0 | |
parent | 1c0dcbce19a46754e624d9d31ee9c46afc0a61e6 (diff) |
Add standard license header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26757 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libass/mputils.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libass/mputils.h b/libass/mputils.h index 192cbdb9b8..11bf92a8a4 100644 --- a/libass/mputils.h +++ b/libass/mputils.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com> + * + * This file is part of MPlayer. + * + * MPlayer 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, + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef LIBASS_MPUTILS_H #define LIBASS_MPUTILS_H |