[vlc-commits] Substext.h: add a license header
Jean-Baptiste Kempf
git at videolan.org
Tue Sep 8 10:27:28 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 8 10:27:13 2015 +0200| [a863d60d1943ecac31498474d3e37501fe5e6565] | committer: Jean-Baptiste Kempf
Substext.h: add a license header
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a863d60d1943ecac31498474d3e37501fe5e6565
---
modules/codec/substext.h | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/modules/codec/substext.h b/modules/codec/substext.h
index e00e26d..160cb2c 100644
--- a/modules/codec/substext.h
+++ b/modules/codec/substext.h
@@ -1,3 +1,26 @@
+/*****************************************************************************
+ * subsdec.c : text subtitle decoder
+ *****************************************************************************
+ * Copyright © 2011-2015 VLC authors and VideoLAN
+ *
+ * Authors: Laurent Aimer <fenrir at videolan.org>
+ * Jean-Baptiste Kempf <jb at videolan.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
#include <vlc_strings.h>
#include <vlc_text_style.h>
More information about the vlc-commits
mailing list