diff options
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index ffb7aa35e..6587a4dac 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -1,9 +1,11 @@ -/* $Id: muxcommon.c,v 1.23 2005/03/30 17:27:19 titer Exp $ +/* muxcommon.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" #define MIN_BUFFERING (1024*1024*10) |