diff options
Diffstat (limited to 'libhb/batch.c')
-rw-r--r-- | libhb/batch.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libhb/batch.c b/libhb/batch.c index 9e2f11a06..1d7513ab9 100644 --- a/libhb/batch.c +++ b/libhb/batch.c @@ -1,9 +1,12 @@ -/* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $ +/* batch.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" #include "lang.h" |