summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/batch.c11
-rw-r--r--libhb/bd.c9
-rw-r--r--libhb/bits.h9
-rw-r--r--libhb/common.c9
-rw-r--r--libhb/common.h11
-rw-r--r--libhb/cropscale.c10
-rw-r--r--libhb/deca52.c9
-rw-r--r--libhb/decavcodec.c9
-rw-r--r--libhb/decdca.c9
-rw-r--r--libhb/declpcm.c9
-rw-r--r--libhb/decmetadata.c9
-rw-r--r--libhb/decmpeg2.c9
-rw-r--r--libhb/decomb.c8
-rw-r--r--libhb/decpgssub.c9
-rw-r--r--libhb/decsrtsub.c10
-rw-r--r--libhb/decssasub.c10
-rw-r--r--libhb/dectx3gsub.c10
-rw-r--r--libhb/decutf8sub.c10
-rw-r--r--libhb/decvobsub.c9
-rw-r--r--libhb/demuxmpeg.c9
-rw-r--r--libhb/detelecine.c9
-rw-r--r--libhb/downmix.c9
-rw-r--r--libhb/downmix.h10
-rw-r--r--libhb/dvd.c9
-rw-r--r--libhb/dvd.h9
-rw-r--r--libhb/dvdnav.c9
-rw-r--r--libhb/eedi2.c8
-rw-r--r--libhb/eedi2.h9
-rw-r--r--libhb/encavcodec.c9
-rw-r--r--libhb/encavcodecaudio.c9
-rw-r--r--libhb/encfaac.c9
-rw-r--r--libhb/enclame.c10
-rw-r--r--libhb/enctheora.c9
-rw-r--r--libhb/encvobsub.c11
-rw-r--r--libhb/encvorbis.c9
-rw-r--r--libhb/encx264.c9
-rw-r--r--libhb/encx264.h9
-rw-r--r--libhb/fifo.c9
-rw-r--r--libhb/hb.c9
-rw-r--r--libhb/hb.h9
-rw-r--r--libhb/hb_dict.c9
-rw-r--r--libhb/hb_dict.h9
-rw-r--r--libhb/hbffmpeg.h9
-rw-r--r--libhb/internal.h9
-rw-r--r--libhb/lang.c9
-rw-r--r--libhb/lang.h9
-rw-r--r--libhb/mcdeint.h9
-rw-r--r--libhb/muxcommon.c10
-rw-r--r--libhb/muxmkv.c9
-rw-r--r--libhb/muxmp4.c9
-rw-r--r--libhb/platform/macosx/encca_aac.c11
-rw-r--r--libhb/ports.c9
-rw-r--r--libhb/ports.h9
-rw-r--r--libhb/reader.c10
-rw-r--r--libhb/rendersub.c10
-rw-r--r--libhb/rotate.c8
-rw-r--r--libhb/scan.c9
-rw-r--r--libhb/stream.c9
-rw-r--r--libhb/sync.c9
-rw-r--r--libhb/taskset.c9
-rw-r--r--libhb/taskset.h9
-rw-r--r--libhb/update.c9
-rw-r--r--libhb/vfr.c10
-rw-r--r--libhb/work.c9
64 files changed, 425 insertions, 167 deletions
diff --git a/libhb/batch.c b/libhb/batch.c
index 9e2f11a06..1d7513ab9 100644
--- a/libhb/batch.c
+++ b/libhb/batch.c
@@ -1,9 +1,12 @@
-/* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $
+/* batch.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"
#include "lang.h"
diff --git a/libhb/bd.c b/libhb/bd.c
index 782e2d5ce..a5dd53887 100644
--- a/libhb/bd.c
+++ b/libhb/bd.c
@@ -1,8 +1,11 @@
-/* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $
+/* dvd.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"
#include "lang.h"
diff --git a/libhb/bits.h b/libhb/bits.h
index 6338edcf3..23a29eeb0 100644
--- a/libhb/bits.h
+++ b/libhb/bits.h
@@ -1,8 +1,11 @@
-/* $Id$
+/* bits.h
- 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
+ */
#ifndef HB_BITS_H
#define HB_BITS_H
diff --git a/libhb/common.c b/libhb/common.c
index 0c3616890..87f4766bb 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -1,8 +1,11 @@
-/* $Id: common.c,v 1.15 2005/03/17 19:22:47 titer Exp $
+/* common.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 <stdarg.h>
#include <time.h>
diff --git a/libhb/common.h b/libhb/common.h
index deb60da86..c0cd46e5e 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -1,9 +1,12 @@
-/* $Id: common.h,v 1.51 2005/11/04 13:09:40 titer Exp $
+/* common.h
- 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
+ */
+
#ifndef HB_COMMON_H
#define HB_COMMON_H
diff --git a/libhb/cropscale.c b/libhb/cropscale.c
index 11a22a44e..aa88f3a20 100644
--- a/libhb/cropscale.c
+++ b/libhb/cropscale.c
@@ -1,4 +1,12 @@
-
+/* cropscale.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
#include "hbffmpeg.h"
diff --git a/libhb/deca52.c b/libhb/deca52.c
index 049281fb5..d832002a8 100644
--- a/libhb/deca52.c
+++ b/libhb/deca52.c
@@ -1,8 +1,11 @@
-/* $Id: deca52.c,v 1.14 2005/03/03 17:21:57 titer Exp $
+/* deca52.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"
#include "downmix.h"
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
diff --git a/libhb/decdca.c b/libhb/decdca.c
index 70ac1aa35..c9236b0f8 100644
--- a/libhb/decdca.c
+++ b/libhb/decdca.c
@@ -1,8 +1,11 @@
-/* $Id: decdca.c,v 1.14 2005/03/03 17:21:57 titer Exp $
+/* decdca.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"
#include "downmix.h"
diff --git a/libhb/declpcm.c b/libhb/declpcm.c
index 98ecc7fc7..3ee4a636c 100644
--- a/libhb/declpcm.c
+++ b/libhb/declpcm.c
@@ -1,8 +1,11 @@
-/* $Id: declpcm.c,v 1.8 2005/11/04 14:44:01 titer Exp $
+/* declpcm.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"
#include "downmix.h"
diff --git a/libhb/decmetadata.c b/libhb/decmetadata.c
index 01f1b0dec..e3829de09 100644
--- a/libhb/decmetadata.c
+++ b/libhb/decmetadata.c
@@ -1,8 +1,11 @@
-/* decmetadata.c - Extract and decode metadata from the source
+/* decmetadata.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>
diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c
index 95b189af0..311fc93c8 100644
--- a/libhb/decmpeg2.c
+++ b/libhb/decmpeg2.c
@@ -1,8 +1,11 @@
-/* $Id: decmpeg2.c,v 1.12 2005/03/03 16:30:42 titer Exp $
+/* decmpeg2.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"
#include "hbffmpeg.h"
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:
diff --git a/libhb/decpgssub.c b/libhb/decpgssub.c
index c5bb62628..794f837da 100644
--- a/libhb/decpgssub.c
+++ b/libhb/decpgssub.c
@@ -1,3 +1,12 @@
+/* decpgssub.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
#include "hbffmpeg.h"
diff --git a/libhb/decsrtsub.c b/libhb/decsrtsub.c
index e70676c4c..55004c05f 100644
--- a/libhb/decsrtsub.c
+++ b/libhb/decsrtsub.c
@@ -1,7 +1,11 @@
-/*
- This file is part of the HandBrake source code.
+/* decsrtsub.c
+
+ 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 <stdlib.h>
#include <stdio.h>
diff --git a/libhb/decssasub.c b/libhb/decssasub.c
index 0a053e9fe..01d571d23 100644
--- a/libhb/decssasub.c
+++ b/libhb/decssasub.c
@@ -1,7 +1,11 @@
-/*
- This file is part of the HandBrake source code.
+/* decssasub.c
+
+ 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
+ */
/*
* Converts SSA subtitles to either:
diff --git a/libhb/dectx3gsub.c b/libhb/dectx3gsub.c
index c9c6a5f59..3efb74588 100644
--- a/libhb/dectx3gsub.c
+++ b/libhb/dectx3gsub.c
@@ -1,7 +1,11 @@
-/*
- This file is part of the HandBrake source code.
+/* dectx3gsub.c
+
+ 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
+ */
/*
* Converts TX3G subtitles to UTF-8 subtitles with limited HTML-style markup (<b>, <i>, <u>).
diff --git a/libhb/decutf8sub.c b/libhb/decutf8sub.c
index 9b9cea57a..900e5a879 100644
--- a/libhb/decutf8sub.c
+++ b/libhb/decutf8sub.c
@@ -1,7 +1,11 @@
-/*
- This file is part of the HandBrake source code.
+/* decutf8sub.c
+
+ 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
+ */
/*
* Decoder for UTF-8 subtitles obtained from file input-sources.
diff --git a/libhb/decvobsub.c b/libhb/decvobsub.c
index 64353d941..b57c75f12 100644
--- a/libhb/decvobsub.c
+++ b/libhb/decvobsub.c
@@ -1,8 +1,11 @@
-/* $Id: decsub.c,v 1.12 2005/04/14 17:37:54 titer Exp $
+/* decvobsub.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
+ */
/*
* Decoder for DVD bitmap subtitles, also known as "VOB subtitles" within the HandBrake source code.
diff --git a/libhb/demuxmpeg.c b/libhb/demuxmpeg.c
index 2d5f0c9a7..916984cc4 100644
--- a/libhb/demuxmpeg.c
+++ b/libhb/demuxmpeg.c
@@ -1,8 +1,11 @@
-/* $Id: demuxmpeg.c,v 1.4 2004/10/19 23:11:36 titer Exp $
+/* demuxmpeg.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"
diff --git a/libhb/detelecine.c b/libhb/detelecine.c
index 0437730f2..41b9838f0 100644
--- a/libhb/detelecine.c
+++ b/libhb/detelecine.c
@@ -1,3 +1,12 @@
+/* detelecine.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
#include "hbffmpeg.h"
#include "mpeg2dec/mpeg2.h"
diff --git a/libhb/downmix.c b/libhb/downmix.c
index 2a441e9f0..52bef7f20 100644
--- a/libhb/downmix.c
+++ b/libhb/downmix.c
@@ -1,8 +1,11 @@
-/* $Id: downmix.c,v 1.15 2005/03/17 19:22:47 stebbins Exp $
+/* downmix.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 <string.h>
#include <stdlib.h>
diff --git a/libhb/downmix.h b/libhb/downmix.h
index 5a6ec0bf5..e8efe9bb0 100644
--- a/libhb/downmix.h
+++ b/libhb/downmix.h
@@ -1,9 +1,11 @@
-/* $Id: downmix.h,v 1.51 2005/11/04 13:09:40 stebbins Exp $
+/* downmix.h
- 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
+ */
#ifndef DOWNMIX_H
#define DOWNMIX_H
diff --git a/libhb/dvd.c b/libhb/dvd.c
index 43af43a05..19325c1d4 100644
--- a/libhb/dvd.c
+++ b/libhb/dvd.c
@@ -1,8 +1,11 @@
-/* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $
+/* dvd.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"
#include "lang.h"
diff --git a/libhb/dvd.h b/libhb/dvd.h
index a6e8fc2d5..2b5529f58 100644
--- a/libhb/dvd.h
+++ b/libhb/dvd.h
@@ -1,8 +1,11 @@
-/* $Id: dvd.h,v 1.1 2004/08/02 07:19:05 stebbins Exp $
+/* dvd.h
- 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
+ */
#ifndef HB_DVD_H
#define HB_DVD_H
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c
index 1032ce69d..2e4918095 100644
--- a/libhb/dvdnav.c
+++ b/libhb/dvdnav.c
@@ -1,8 +1,11 @@
-/* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $
+/* dvdnav.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"
#include "lang.h"
diff --git a/libhb/eedi2.c b/libhb/eedi2.c
index 2e3741ad5..b8107b315 100644
--- a/libhb/eedi2.c
+++ b/libhb/eedi2.c
@@ -1,8 +1,10 @@
-/* $Id: eedi2.c,v 1.0 2009/03/06 5:00:00 jbrjake Exp $
+/* eedi2.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 EEDI2 interpolator was created by tritical:
http://web.missouri.edu/~kes25c/
diff --git a/libhb/eedi2.h b/libhb/eedi2.h
index 1df7b1138..1c2cbbb92 100644
--- a/libhb/eedi2.h
+++ b/libhb/eedi2.h
@@ -1,3 +1,12 @@
+/* eedi2.h
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
// Used to order a sequeunce of metrics for median filtering
void eedi2_sort_metrics( int *order, const int length );
diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
index 089639d6d..037a7aef2 100644
--- a/libhb/encavcodec.c
+++ b/libhb/encavcodec.c
@@ -1,8 +1,11 @@
-/* $Id: encavcodec.c,v 1.23 2005/10/13 23:47:06 titer Exp $
+/* encavcodec.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"
#include "hb_dict.h"
diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c
index d7c7b96e8..761379832 100644
--- a/libhb/encavcodecaudio.c
+++ b/libhb/encavcodecaudio.c
@@ -1,8 +1,11 @@
-/* $Id: encavcodeca.c,v 1.23 2005/10/13 23:47:06 titer Exp $
+/* encavcodecaudio.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"
#include "hbffmpeg.h"
diff --git a/libhb/encfaac.c b/libhb/encfaac.c
index a4f724a84..d01afce8a 100644
--- a/libhb/encfaac.c
+++ b/libhb/encfaac.c
@@ -1,8 +1,11 @@
-/* $Id: encfaac.c,v 1.13 2005/03/03 17:21:57 titer Exp $
+/* encfaac.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"
diff --git a/libhb/enclame.c b/libhb/enclame.c
index 9cf7231a1..a5e284d57 100644
--- a/libhb/enclame.c
+++ b/libhb/enclame.c
@@ -1,9 +1,11 @@
-/* $Id: enclame.c,v 1.9 2005/03/05 14:27:05 titer Exp $
+/* enclame.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"
#include "lame/lame.h"
diff --git a/libhb/enctheora.c b/libhb/enctheora.c
index b4f3bb4be..77df0c0b5 100644
--- a/libhb/enctheora.c
+++ b/libhb/enctheora.c
@@ -1,6 +1,11 @@
-/* This file is part of the HandBrake source code.
+/* enctheora.c
+
+ 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"
#include "theora/codec.h"
diff --git a/libhb/encvobsub.c b/libhb/encvobsub.c
index 20a9879d6..dfd2d45f5 100644
--- a/libhb/encvobsub.c
+++ b/libhb/encvobsub.c
@@ -1,9 +1,12 @@
-/* $Id: envvobsub.c
+/* encvobsub.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"
struct hb_work_private_s
diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c
index 66351ee71..b0c7ea0ce 100644
--- a/libhb/encvorbis.c
+++ b/libhb/encvorbis.c
@@ -1,8 +1,11 @@
-/* $Id: encvorbis.c,v 1.6 2005/03/05 15:08:32 titer Exp $
+/* encvorbis.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"
diff --git a/libhb/encx264.c b/libhb/encx264.c
index 5128ec23d..62306e76e 100644
--- a/libhb/encx264.c
+++ b/libhb/encx264.c
@@ -1,8 +1,11 @@
-/* $Id: encx264.c,v 1.21 2005/11/04 13:09:41 titer Exp $
+/* encx264.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 <stdarg.h>
diff --git a/libhb/encx264.h b/libhb/encx264.h
index 0add70062..0c1800d13 100644
--- a/libhb/encx264.h
+++ b/libhb/encx264.h
@@ -1,6 +1,11 @@
-/* This file is part of the HandBrake source code.
+/* encx264.h
+
+ 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 "x264.h"
diff --git a/libhb/fifo.c b/libhb/fifo.c
index 1a89d6a1d..4859c990a 100644
--- a/libhb/fifo.c
+++ b/libhb/fifo.c
@@ -1,8 +1,11 @@
-/* $Id: fifo.c,v 1.17 2005/10/15 18:05:03 titer Exp $
+/* fifo.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"
diff --git a/libhb/hb.c b/libhb/hb.c
index a80d8ffd7..64c03b3c4 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -1,3 +1,12 @@
+/* hb.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
#include "hbffmpeg.h"
#include <stdio.h>
diff --git a/libhb/hb.h b/libhb/hb.h
index 4fc668c9d..f3c73c26d 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -1,3 +1,12 @@
+/* hb.h
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#ifndef HB_HB_H
#define HB_HB_H
diff --git a/libhb/hb_dict.c b/libhb/hb_dict.c
index 5912139d5..6c4ac8699 100644
--- a/libhb/hb_dict.c
+++ b/libhb/hb_dict.c
@@ -1,6 +1,11 @@
-/* This file is part of the HandBrake source code.
+/* hb_dict.c
+
+ 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"
#include "hb_dict.h"
diff --git a/libhb/hb_dict.h b/libhb/hb_dict.h
index 3dd5a0a28..d90e75aea 100644
--- a/libhb/hb_dict.h
+++ b/libhb/hb_dict.h
@@ -1,6 +1,11 @@
-/* This file is part of the HandBrake source code.
+/* hb_dict.h
+
+ 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
+ */
typedef struct hb_dict_entry_s hb_dict_entry_t;
typedef struct hb_dict_s hb_dict_t;
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h
index 935aa16c1..8c1bc57e7 100644
--- a/libhb/hbffmpeg.h
+++ b/libhb/hbffmpeg.h
@@ -1,6 +1,11 @@
-/* This file is part of the HandBrake source code.
+/* hbffmpeg.h
+
+ 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 "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
diff --git a/libhb/internal.h b/libhb/internal.h
index 4c2c6e2a9..36d8de4ef 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -1,8 +1,11 @@
-/* $Id: internal.h,v 1.41 2005/11/25 15:05:25 titer Exp $
+/* internal.h
- 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 "hbffmpeg.h"
diff --git a/libhb/lang.c b/libhb/lang.c
index c1be7b3fc..eb447c324 100644
--- a/libhb/lang.c
+++ b/libhb/lang.c
@@ -1,8 +1,11 @@
-/* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
+/* lang.h
- 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 "lang.h"
#include <string.h>
diff --git a/libhb/lang.h b/libhb/lang.h
index cdf39e015..dc6723dba 100644
--- a/libhb/lang.h
+++ b/libhb/lang.h
@@ -1,8 +1,11 @@
-/* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
+/* lang.h
- 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
+ */
#ifndef HB_LANG_H
#define HB_LANG_H
diff --git a/libhb/mcdeint.h b/libhb/mcdeint.h
index 55a89303f..2c47e1ce6 100644
--- a/libhb/mcdeint.h
+++ b/libhb/mcdeint.h
@@ -1,3 +1,12 @@
+/* mcdeint.h
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
struct mcdeint_private_s
{
int mcdeint_mode;
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)
diff --git a/libhb/muxmkv.c b/libhb/muxmkv.c
index 3551269cd..16cd2ac5b 100644
--- a/libhb/muxmkv.c
+++ b/libhb/muxmkv.c
@@ -1,8 +1,11 @@
-/* $Id: $
+/* muxmkv.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
+ */
/* libmkv header */
#include "libmkv.h"
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"
diff --git a/libhb/platform/macosx/encca_aac.c b/libhb/platform/macosx/encca_aac.c
index 621c40c71..d97311a20 100644
--- a/libhb/platform/macosx/encca_aac.c
+++ b/libhb/platform/macosx/encca_aac.c
@@ -1,6 +1,11 @@
-/* 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. */
+/* encca_aac.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
#include "hb.h"
#include "downmix.h"
diff --git a/libhb/ports.c b/libhb/ports.c
index 6f3a48240..f10c9d96c 100644
--- a/libhb/ports.c
+++ b/libhb/ports.c
@@ -1,8 +1,11 @@
-/* $Id: ports.c,v 1.15 2005/10/15 18:05:03 titer Exp $
+/* ports.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
+ */
#ifdef USE_PTHREAD
#ifdef SYS_LINUX
diff --git a/libhb/ports.h b/libhb/ports.h
index 14800bfe5..23879fcb1 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -1,8 +1,11 @@
-/* $Id: ports.h,v 1.7 2005/10/15 18:05:03 titer Exp $
+/* ports.h
- 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
+ */
#ifndef HB_PORTS_H
#define HB_PORTS_H
diff --git a/libhb/reader.c b/libhb/reader.c
index 1807c0aac..2084a7f79 100644
--- a/libhb/reader.c
+++ b/libhb/reader.c
@@ -1,9 +1,11 @@
-/* $Id: reader.c,v 1.21 2005/11/25 15:05:25 titer Exp $
+/* reader.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"
static int hb_reader_init( hb_work_object_t * w, hb_job_t * job );
diff --git a/libhb/rendersub.c b/libhb/rendersub.c
index 338fa82a8..568b7d1b0 100644
--- a/libhb/rendersub.c
+++ b/libhb/rendersub.c
@@ -1,4 +1,12 @@
-
+/* rendersub.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
#include "hbffmpeg.h"
#include <ass/ass.h>
diff --git a/libhb/rotate.c b/libhb/rotate.c
index a60f92ce5..6807eda2d 100644
--- a/libhb/rotate.c
+++ b/libhb/rotate.c
@@ -1,4 +1,12 @@
+/* rorate.c
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
#include "hbffmpeg.h"
//#include "mpeg2dec/mpeg2.h"
diff --git a/libhb/scan.c b/libhb/scan.c
index 30d609d23..646e56003 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -1,8 +1,11 @@
-/* $Id: scan.c,v 1.52 2005/11/25 15:05:25 titer Exp $
+/* scan.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"
#include "hbffmpeg.h"
diff --git a/libhb/stream.c b/libhb/stream.c
index 26de66ee5..da82f6f4a 100644
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -1,8 +1,11 @@
-/* $Id$
+/* stream.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 <string.h>
#include <ctype.h>
diff --git a/libhb/sync.c b/libhb/sync.c
index a53936e6c..af228e03f 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -1,8 +1,11 @@
-/* $Id: sync.c,v 1.38 2005/04/14 21:57:58 titer Exp $
+/* sync.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"
#include "hbffmpeg.h"
diff --git a/libhb/taskset.c b/libhb/taskset.c
index 2721139a5..35944175b 100644
--- a/libhb/taskset.c
+++ b/libhb/taskset.c
@@ -1,8 +1,11 @@
-/* $Id$
+/* taskset.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"
#include "ports.h"
diff --git a/libhb/taskset.h b/libhb/taskset.h
index b482c0bef..eb5af14d3 100644
--- a/libhb/taskset.h
+++ b/libhb/taskset.h
@@ -1,8 +1,11 @@
-/* $Id$
+/* taskset.h
- 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
+ */
#ifndef HB_TASKSET_H
#define HB_TASKSET_H
diff --git a/libhb/update.c b/libhb/update.c
index 9f725237b..ea09bf43e 100644
--- a/libhb/update.c
+++ b/libhb/update.c
@@ -1,8 +1,11 @@
-/* $Id: update.c,v 1.7 2005/03/26 23:04:14 titer Exp $
+/* update.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"
diff --git a/libhb/vfr.c b/libhb/vfr.c
index 9c3e2e2a8..cbe74bfb6 100644
--- a/libhb/vfr.c
+++ b/libhb/vfr.c
@@ -1,4 +1,12 @@
-
+/* vfr.c
+
+ 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 v2.
+ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
+ */
+
#include "hb.h"
struct hb_filter_private_s
diff --git a/libhb/work.c b/libhb/work.c
index dd306d3fa..aa1cb0e53 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -1,8 +1,11 @@
-/* $Id: work.c,v 1.43 2005/03/17 16:38:49 titer Exp $
+/* work.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"
#include "a52dec/a52.h"