summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-06-27 05:35:11 +0200
committerGrigori Goronzy <greg@blackbox>2009-06-27 06:46:19 +0200
commita4c7c0f2665bbda6bbe013b2f4a9582387b168e7 (patch)
tree2a355c6bfc39017e1b4a61826a9c313fd1afc9c6
parent0703d5fc7cdd6dc375b94314d0f6a95123f912da (diff)
downloadlibass-a4c7c0f2665bbda6bbe013b2f4a9582387b168e7.tar.bz2
libass-a4c7c0f2665bbda6bbe013b2f4a9582387b168e7.tar.xz
Add standard GPL header to mputils.c
-rw-r--r--libass/mputils.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/libass/mputils.c b/libass/mputils.c
index bf71a6f..0818eb4 100644
--- a/libass/mputils.c
+++ b/libass/mputils.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com>
+ * Copyright (C) 2009 Grigori Goronzy <greg@geekmind.org>
+ *
+ * This file is part of libass.
+ *
+ * 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.
+ *
+ * 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 libass; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#include "config.h"
#include "mputils.h"