diff options
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r-- | libhb/muxmp4.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 4c956ad21..5b553e5a3 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -1,8 +1,11 @@ -/* $Id: muxmp4.c,v 1.24 2005/11/04 13:09:41 titer Exp $ +/* muxmp4.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 "mp4v2/mp4v2.h" #include "a52dec/a52.h" |