diff options
Diffstat (limited to 'libhb/reader.c')
-rw-r--r-- | libhb/reader.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libhb/reader.c b/libhb/reader.c index 1807c0aac..2084a7f79 100644 --- a/libhb/reader.c +++ b/libhb/reader.c @@ -1,9 +1,11 @@ -/* $Id: reader.c,v 1.21 2005/11/25 15:05:25 titer Exp $ +/* reader.c - This file is part of the HandBrake source code. + 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. */ - + 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" static int hb_reader_init( hb_work_object_t * w, hb_job_t * job ); |