diff options
Diffstat (limited to 'libhb/rendersub.c')
-rw-r--r-- | libhb/rendersub.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libhb/rendersub.c b/libhb/rendersub.c index 338fa82a8..568b7d1b0 100644 --- a/libhb/rendersub.c +++ b/libhb/rendersub.c @@ -1,4 +1,12 @@ - +/* rendersub.c + + Copyright (c) 2003-2012 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 + */ + #include "hb.h" #include "hbffmpeg.h" #include <ass/ass.h> |