1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

update license header. add copyright for myself. correct and complete the statement about liba52.

Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2007-07-19 02:16:20 +00:00
parent 3bb004fcda
commit 362664215d

View File

@ -3,10 +3,12 @@
* This code is developed as part of Google Summer of Code 2006 Program. * This code is developed as part of Google Summer of Code 2006 Program.
* *
* Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com). * Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com).
* Copyright (c) 2007 Justin Ruggles
* *
* For exponent decoding the code is inspired by the code in liba52 by * Portions of this code are derived from liba52
* Michel Lespinasse and Aaron Holtzman.
* http://liba52.sourceforge.net * http://liba52.sourceforge.net
* Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org>
* Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *