diff options
author | sr55 <[email protected]> | 2012-06-15 15:34:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-15 15:34:41 +0000 |
commit | e8b47838402ffe5d224a48445ef1b9c9228bd08c (patch) | |
tree | a4743fb7fc655f02588e4e8d628b64267da9d14b /libhb/decomb.c | |
parent | ace3c4767e52661299b84abbab05487e10d88b78 (diff) |
Updated file copyright / GPL headers
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4737 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/decomb.c')
-rw-r--r-- | libhb/decomb.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c index 20041459d..2f7a35657 100644 --- a/libhb/decomb.c +++ b/libhb/decomb.c @@ -1,8 +1,10 @@ -/* $Id: decomb.c,v 1.14 2008/04/25 5:00:00 jbrjake Exp $ +/* decomb.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 The yadif algorithm was created by Michael Niedermayer. Tritical's work inspired much of the comb detection code: |