diff options
-rw-r--r-- | libhb/deccc608sub.c | 9 | ||||
-rw-r--r-- | libhb/deccc608sub.h | 9 |
2 files changed, 18 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. diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h index 3b000f3f2..667635a2f 100644 --- a/libhb/deccc608sub.h +++ b/libhb/deccc608sub.h @@ -1,3 +1,12 @@ +/* deccc608sub.h + + 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... */ |