diff options
Diffstat (limited to 'libhb/decavcodec.c')
-rw-r--r-- | libhb/decavcodec.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 3efdd276d..527b5791f 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -1,8 +1,11 @@ -/* $Id: decavcodec.c,v 1.6 2005/03/06 04:08:54 titer Exp $ +/* decavcodec.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 + */ /* This module is Handbrake's interface to the ffmpeg decoder library (libavcodec & small parts of libavformat). It contains four Handbrake |