summaryrefslogtreecommitdiffstats
path: root/libhb/deccc608sub.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-08-29 16:31:54 +0000
committerjstebbins <[email protected]>2014-08-29 16:31:54 +0000
commit59be70f507a3951cbb0707a706454d6f74fcb85a (patch)
tree7ec11852f54fcdd209620c748b575acb5d93324e /libhb/deccc608sub.c
parentfa2886561fb4423d8b085da7ee9abc376eabf8e2 (diff)
libhb: add gpl v2 copyright message do deccc608sub
much of this work was borrowed from ccextractor which is GPL v2 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6383 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/deccc608sub.c')
-rw-r--r--libhb/deccc608sub.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libhb/deccc608sub.c b/libhb/deccc608sub.c
index babeee4e4..486088abb 100644
--- a/libhb/deccc608sub.c
+++ b/libhb/deccc608sub.c
@@ -1,3 +1,12 @@
+/* deccc608sub.c
+
+ Copyright (c) 2003-2014 HandBrake Team
+ This file is part of the HandBrake source code
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
/*
* From ccextractor, leave this file as intact and close to the original as possible so that
* it is easy to patch in fixes - even though this file contains code that we don't need.