]> granicus.if.org Git - handbrake/commitdiff
Updated file copyright / GPL headers
authorsr55 <sr55.hb@outlook.com>
Fri, 15 Jun 2012 15:34:41 +0000 (15:34 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 15 Jun 2012 15:34:41 +0000 (15:34 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4737 b64f7644-9d1e-0410-96f1-a4d463321fa5

64 files changed:
libhb/batch.c
libhb/bd.c
libhb/bits.h
libhb/common.c
libhb/common.h
libhb/cropscale.c
libhb/deca52.c
libhb/decavcodec.c
libhb/decdca.c
libhb/declpcm.c
libhb/decmetadata.c
libhb/decmpeg2.c
libhb/decomb.c
libhb/decpgssub.c
libhb/decsrtsub.c
libhb/decssasub.c
libhb/dectx3gsub.c
libhb/decutf8sub.c
libhb/decvobsub.c
libhb/demuxmpeg.c
libhb/detelecine.c
libhb/downmix.c
libhb/downmix.h
libhb/dvd.c
libhb/dvd.h
libhb/dvdnav.c
libhb/eedi2.c
libhb/eedi2.h
libhb/encavcodec.c
libhb/encavcodecaudio.c
libhb/encfaac.c
libhb/enclame.c
libhb/enctheora.c
libhb/encvobsub.c
libhb/encvorbis.c
libhb/encx264.c
libhb/encx264.h
libhb/fifo.c
libhb/hb.c
libhb/hb.h
libhb/hb_dict.c
libhb/hb_dict.h
libhb/hbffmpeg.h
libhb/internal.h
libhb/lang.c
libhb/lang.h
libhb/mcdeint.h
libhb/muxcommon.c
libhb/muxmkv.c
libhb/muxmp4.c
libhb/platform/macosx/encca_aac.c
libhb/ports.c
libhb/ports.h
libhb/reader.c
libhb/rendersub.c
libhb/rotate.c
libhb/scan.c
libhb/stream.c
libhb/sync.c
libhb/taskset.c
libhb/taskset.h
libhb/update.c
libhb/vfr.c
libhb/work.c

index 9e2f11a06aa95288507129e933a955e6f6d96ffe..1d7513ab9865ac699365b0f0108e6f44011b533e 100644 (file)
@@ -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"
 
index 782e2d5ceb8518d9ec00baf3daf1c9e0d307131f..a5dd53887f0e74ce19afdd5243f9e08b9f5f6769 100644 (file)
@@ -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"
index 6338edcf3d573ff10037861a1f494354ef87a03c..23a29eeb0f96edfaa67a9343b002734d7cdd4239 100644 (file)
@@ -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
index 0c3616890c9b4a197186fd7c97c662eeca0efe32..87f4766bb80341a5483e01f5a1984b6056f7c536 100644 (file)
@@ -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>
index deb60da86d6eb2969498b1894a35a8aac25afbdb..c0cd46e5eaf6614a30a9a4c8a4a8205769141a11 100644 (file)
@@ -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
 
index 11a22a44e400d96fbd9f8fc9edadad9d80f9c970..aa88f3a205deba1dc190f2bbcd37b0d7a3f799b2 100644 (file)
@@ -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"
 
index 049281fb5b17c94b0ce76fc3111d15316f267fea..d832002a89f360582d1519a6795627070cee3825 100644 (file)
@@ -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"
index 3efdd276d5c4498eaad2f790b0493be9b827ea1b..527b5791f03b11eb02787c4f75369c2406d8700e 100644 (file)
@@ -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
index 70ac1aa35797b1ed44fa6569eac2d48598e81638..c9236b0f88014f265341c1f90910abc2a55187ea 100644 (file)
@@ -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"
index 98ecc7fc7fc1a26526ea8e7a238b3cb4f6a2e1f9..3ee4a636c695cdeb94527f8f70e90aa49d5ad386 100644 (file)
@@ -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"
index 01f1b0decab17707392ac99797ca712322c5e82c..e3829de093aede15085ce1235062a49423baf22f 100644 (file)
@@ -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>
 
index 95b189af05679d8caab7ec08c86335f497c37d02..311fc93c883ed0f9fac99573de02f8c3eca548f7 100644 (file)
@@ -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"
index 20041459d6743732270413b43974455309ccd638..2f7a3565721f21bbc7a28b64338034b80a5def64 100644 (file)
@@ -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:
index c5bb6262890c7730b3a5c44ebdb2277d3868a8c1..794f837da6110e1d977ff81a68422b7ff4042872 100644 (file)
@@ -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"
 
index e70676c4c1ff5c1303a0179b3daed0f4f2198001..55004c05f9d846a0bd09b553a6913f53e2229c15 100644 (file)
@@ -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>
index 0a053e9fed2a63ec31af9e09abcbe00837ab3c65..01d571d235e898766faed9689c661167dfcd0af2 100644 (file)
@@ -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:
index c9c6a5f591371b8af1d76fa8ad68c65641211597..3efb74588e17043b4363634ea4077864ea7ac7ea 100644 (file)
@@ -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>).
index 9b9cea57a6807793228ec163a2701cc2d5b04e08..900e5a879a5f7ef31e2f341889e2613318aa80bb 100644 (file)
@@ -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.
index 64353d941e255a3a62dfe2bc2888fc313be14f3b..b57c75f1212f3b3b833276e91c3a40a84b8e94a2 100644 (file)
@@ -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.
index 2d5f0c9a7160a3ebe523cc5fcbdc74c987c9d142..916984cc4117aa7344e4bb6f22f085f3c1bc1ee4 100644 (file)
@@ -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"
 
index 0437730f2689e80ae5082e69a65633e27e113741..41b9838f07803f440b764aa4c4d225f191769c6f 100644 (file)
@@ -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"
index 2a441e9f01964ca40b35a2b1bb03c136c14bcb88..52bef7f2055aa0f52651c81552df6312148bf72b 100644 (file)
@@ -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>
index 5a6ec0bf5a739b7841e0e34604adb1b7f540e0f9..e8efe9bb0d6f6e6de797e91ed37e80854480c646 100644 (file)
@@ -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
 
index 43af43a0595e575c380ca6eb3b16ad50d39cb038..19325c1d430b547cca056aa738a95b220198c15b 100644 (file)
@@ -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"
index a6e8fc2d5139863ec581cc51338834a3691f53b8..2b5529f5830a669a287515735512f0cf45670827 100644 (file)
@@ -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
index 1032ce69d952a67bbbe3e79d53e1df3d3359a3e7..2e4918095bfc45e722e183839760f77a167fe719 100644 (file)
@@ -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"
index 2e3741ad541d7dfec3855ed347efe6f45ccca9c7..b8107b3159f5e21e4fae2b7b7a9187a64d62f433 100644 (file)
@@ -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/
index 1df7b1138c23af5d714647ebcfbf9c120a142565..1c2cbbb92811beb5fcb3c3b7a63439f4527667f5 100644 (file)
@@ -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 );
 
index 089639d6d98b141e2458db84a6f4d45b17fd909b..037a7aef2f99fb420d5005218420ff16dd6bc492 100644 (file)
@@ -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"
index d7c7b96e8414117ab279dca895cd41aeb6226c3e..761379832a5ecc5d9569c15f91f51e8f0ee5995a 100644 (file)
@@ -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"
index a4f724a84394b9115c89dd608d791056708bf463..d01afce8a1e1bc2423b9fb6d9ece5f9a2f974ecb 100644 (file)
@@ -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"
 
index 9cf7231a182cebe3c698f6511c9bcef8e89774b8..a5e284d5758892017aa7f788b18ef7aa256f9602 100644 (file)
@@ -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"
index b4f3bb4bebd7be53aed19486d4b67b26e8449e56..77df0c0b593f80423e080ac7d12edfe8d6c6018d 100644 (file)
@@ -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"
index 20a9879d678355e00e21a3bd7d72dd8b7ea32550..dfd2d45f5f763e0dc67c43ddbe4b839329092a75 100644 (file)
@@ -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
index 66351ee71417acc6efb47f4b1e3ea7da600bdad8..b0c7ea0ce43845b1890afba9c8f2ea318934958c 100644 (file)
@@ -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"
 
index 5128ec23d27177cd1221cb27c10d5bcdec52e3d9..62306e76e8de4edc6e3c747ff5cc76030f2431c9 100644 (file)
@@ -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>
 
index 0add7006212647521e44ead838c68fb1e06e0d30..0c1800d133cd0703da6bc8846f8fb83c70d34b63 100644 (file)
@@ -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"
 
index 1a89d6a1d091f43459847edcb798e2e3cc3c813c..4859c990ad0704b12934d1e10bcac524a34815d1 100644 (file)
@@ -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"
 
index a80d8ffd7158df021cdf52b858e8a2f36c682af9..64c03b3c42d4db09844bc7cdf54f37eca5c30b86 100644 (file)
@@ -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>
index 4fc668c9d7ff8968e81002564cf116737f4cb255..f3c73c26d3b13f6fa3025b1a09b217508fd7fbf7 100644 (file)
@@ -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
 
index 5912139d5b46ad0d09e827b17233cffc3993f1fe..6c4ac86991e3a187ef121acaab3a63657741747a 100644 (file)
@@ -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"
index 3dd5a0a28b73533a0e25f6a59dd56fb8076ea625..d90e75aeafde1ff0d925d66634cad99dd55e93c4 100644 (file)
@@ -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;
index 935aa16c155bfb2a540936e81ebc86124eea6fb6..8c1bc57e7ca544bb9443fceb6c34352d107b636f 100644 (file)
@@ -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"
index 4c2c6e2a9cfde45732af27ef1bfbfb514937c1c7..36d8de4ef629f8e10efb3eddc17eeab97ad0d550 100644 (file)
@@ -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"
 
index c1be7b3fc21bb1b9437d0f19d82d1f65ad077c9e..eb447c32495124197aa3fce149984272970a6673 100644 (file)
@@ -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>
index cdf39e015769a44d9c51abe973ab7f2bbb8a4aa6..dc6723dba956eef72cfd2e933aeafe831d90526e 100644 (file)
@@ -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
index 55a89303f3e25d3a1ef8bddc8b2373afb97ce4ac..2c47e1ce62987dfa08170b8b28db08b57a493c74 100644 (file)
@@ -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;
index ffb7aa35e44d8aae5723d97fda29739d0667e0d6..6587a4dacac5706fb6974d626c653bb168e2ab1a 100644 (file)
@@ -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)
index 3551269cdf54f9da9aac54b1d785a6d84e3caeab..16cd2ac5b40b72def9ceec37a2431e0bd5bc2a8b 100644 (file)
@@ -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"
index 4c956ad212bbd90e193ef5048674ae9f9788be59..5b553e5a3881d281f3bc3e2f1c5be1febe4e494f 100644 (file)
@@ -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"
index 621c40c71c026aff774c16015b5251200d9abdae..d97311a20fecfda385a11dbd1810e8e70acbc572 100644 (file)
@@ -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"
index 6f3a48240bd4180bb8b9cd90f74b9e31d999d6bd..f10c9d96c40b6468778fee4a821393d566f1c693 100644 (file)
@@ -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
index 14800bfe5d60557d7e77a9c6eef73a7d58806a80..23879fcb16642d660266a0687f02257cbfaccce0 100644 (file)
@@ -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
index 1807c0aaca2e444663dac0f7941cc5c25224ed13..2084a7f7905d8634e2115da8800111247786013d 100644 (file)
@@ -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 );
index 338fa82a8789f79e75b0e5a7609b76892d87a80a..568b7d1b004e31b143382a0876c982ead95ca778 100644 (file)
@@ -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>
index a60f92ce5ccb93e58ef73669f5fe19a4db085253..6807eda2dd1c3ee70bdeb4e72b0f8b3f502f0cc7 100644 (file)
@@ -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"
index 30d609d239d01f5813cb5cfea30d79cc2fd67815..646e56003f65191a266e4a431529d12b39c193fa 100644 (file)
@@ -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"
index 26de66ee5386898512f239c4a6574fa147bc5b7a..da82f6f4aa2e29641380f90d86959c2c1b390f2f 100644 (file)
@@ -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>
index a53936e6cf4a7c60039e661d8885e0bc4b4f8c65..af228e03f370b0497cb1b00d8e5a8484704618dd 100644 (file)
@@ -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"
index 2721139a5bd48077fc0462649026c33010919977..35944175bb0c877754fa28398cbeb38f518580fb 100644 (file)
@@ -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"
index b482c0bef1ece2d2d01725f6307538247716686e..eb5af14d30d484f97ccf04d041227dfa9ca857d9 100644 (file)
@@ -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
index 9f725237bcfb55527396b4a5eee6186a0eec7407..ea09bf43e248e3e71c88d5b76f89e11aae8b4e21 100644 (file)
@@ -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"
 
index 9c3e2e2a8ee8e9155c75806aabce3c92d168d76b..cbe74bfb6d7e1e5e330eeb95038b70e00bea92de 100644 (file)
@@ -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
index dd306d3fa05b1a3f34bc0adf5f99bc969844454b..aa1cb0e5326165e2c75a58a588cde796a8352100 100644 (file)
@@ -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"