summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-04-15 16:51:05 +0000
committerjbrjake <[email protected]>2008-04-15 16:51:05 +0000
commit26aa7d186cae0aaa4c301a8fc772ebeab3f15d14 (patch)
tree108f4dfecb4b595436e04a9d2f1929100e239316 /libhb
parentcd50ec81f08bddffb7956dd34d0d1de41dd33a2f (diff)
Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only covers trunk files, libhb, and test.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1418 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/Jamfile2
-rw-r--r--libhb/common.c2
-rw-r--r--libhb/common.h2
-rw-r--r--libhb/deca52.c2
-rw-r--r--libhb/decavcodec.c2
-rw-r--r--libhb/decdca.c2
-rw-r--r--libhb/declpcm.c2
-rw-r--r--libhb/decmpeg2.c2
-rw-r--r--libhb/decsub.c2
-rw-r--r--libhb/demuxmpeg.c2
-rw-r--r--libhb/dvd.c2
-rw-r--r--libhb/encavcodec.c2
-rw-r--r--libhb/encfaac.c2
-rw-r--r--libhb/enclame.c2
-rw-r--r--libhb/enctheora.c2
-rw-r--r--libhb/encvorbis.c2
-rw-r--r--libhb/encx264.c2
-rw-r--r--libhb/encxvid.c2
-rw-r--r--libhb/fifo.c2
-rw-r--r--libhb/internal.h2
-rw-r--r--libhb/lang.c2
-rw-r--r--libhb/lang.h2
-rw-r--r--libhb/muxavi.c2
-rw-r--r--libhb/muxcommon.c2
-rw-r--r--libhb/muxmkv.c2
-rw-r--r--libhb/muxmp4.c2
-rw-r--r--libhb/muxogm.c2
-rw-r--r--libhb/ports.c2
-rw-r--r--libhb/ports.h2
-rw-r--r--libhb/reader.c2
-rw-r--r--libhb/render.c2
-rw-r--r--libhb/scan.c2
-rwxr-xr-xlibhb/stream.c2
-rw-r--r--libhb/sync.c2
-rw-r--r--libhb/update.c2
-rw-r--r--libhb/work.c2
36 files changed, 36 insertions, 36 deletions
diff --git a/libhb/Jamfile b/libhb/Jamfile
index 4f20701c6..c64bfded2 100644
--- a/libhb/Jamfile
+++ b/libhb/Jamfile
@@ -1,7 +1,7 @@
# $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $
#
# This file is part of the HandBrake source code.
-# Homepage: <http://handbrake.m0k.org/>.
+# Homepage: <http://handbrake.fr/>.
# It may be used under the terms of the GNU General Public License.
SubDir TOP libhb ;
diff --git a/libhb/common.c b/libhb/common.c
index 247d15ec6..97d84ff60 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -1,7 +1,7 @@
/* $Id: common.c,v 1.15 2005/03/17 19:22:47 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include <stdarg.h>
diff --git a/libhb/common.h b/libhb/common.h
index ae02fecda..bbdccfd98 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -1,7 +1,7 @@
/* $Id: common.h,v 1.51 2005/11/04 13:09:40 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#ifndef HB_COMMON_H
diff --git a/libhb/deca52.c b/libhb/deca52.c
index 421c97346..6695d3687 100644
--- a/libhb/deca52.c
+++ b/libhb/deca52.c
@@ -1,7 +1,7 @@
/* $Id: deca52.c,v 1.14 2005/03/03 17:21:57 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index 4dc9a587e..5ca114eee 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -1,7 +1,7 @@
/* $Id: decavcodec.c,v 1.6 2005/03/06 04:08:54 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/decdca.c b/libhb/decdca.c
index ec6dedd87..28081900d 100644
--- a/libhb/decdca.c
+++ b/libhb/decdca.c
@@ -1,7 +1,7 @@
/* $Id: decdca.c,v 1.14 2005/03/03 17:21:57 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/declpcm.c b/libhb/declpcm.c
index 884680b94..49b15bb82 100644
--- a/libhb/declpcm.c
+++ b/libhb/declpcm.c
@@ -1,7 +1,7 @@
/* $Id: declpcm.c,v 1.8 2005/11/04 14:44:01 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c
index dd30ba8b5..baea63736 100644
--- a/libhb/decmpeg2.c
+++ b/libhb/decmpeg2.c
@@ -1,7 +1,7 @@
/* $Id: decmpeg2.c,v 1.12 2005/03/03 16:30:42 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/decsub.c b/libhb/decsub.c
index ba5da0496..4b6b873fc 100644
--- a/libhb/decsub.c
+++ b/libhb/decsub.c
@@ -1,7 +1,7 @@
/* $Id: decsub.c,v 1.12 2005/04/14 17:37:54 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/demuxmpeg.c b/libhb/demuxmpeg.c
index 40264fd2e..424cce696 100644
--- a/libhb/demuxmpeg.c
+++ b/libhb/demuxmpeg.c
@@ -1,7 +1,7 @@
/* $Id: demuxmpeg.c,v 1.4 2004/10/19 23:11:36 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/dvd.c b/libhb/dvd.c
index 8e6c1feae..d2a8d72fa 100644
--- a/libhb/dvd.c
+++ b/libhb/dvd.c
@@ -1,7 +1,7 @@
/* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
index f5d96ecb7..dca246d25 100644
--- a/libhb/encavcodec.c
+++ b/libhb/encavcodec.c
@@ -1,7 +1,7 @@
/* $Id: encavcodec.c,v 1.23 2005/10/13 23:47:06 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/encfaac.c b/libhb/encfaac.c
index 7303a3faa..7e06a1408 100644
--- a/libhb/encfaac.c
+++ b/libhb/encfaac.c
@@ -1,7 +1,7 @@
/* $Id: encfaac.c,v 1.13 2005/03/03 17:21:57 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/enclame.c b/libhb/enclame.c
index 6b31a11d1..24e9542f4 100644
--- a/libhb/enclame.c
+++ b/libhb/enclame.c
@@ -1,7 +1,7 @@
/* $Id: enclame.c,v 1.9 2005/03/05 14:27:05 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/enctheora.c b/libhb/enctheora.c
index 3773b708a..59414687c 100644
--- a/libhb/enctheora.c
+++ b/libhb/enctheora.c
@@ -1,5 +1,5 @@
/* This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c
index 136096a15..5ba073291 100644
--- a/libhb/encvorbis.c
+++ b/libhb/encvorbis.c
@@ -1,7 +1,7 @@
/* $Id: encvorbis.c,v 1.6 2005/03/05 15:08:32 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/encx264.c b/libhb/encx264.c
index 62c987244..e529d45a5 100644
--- a/libhb/encx264.c
+++ b/libhb/encx264.c
@@ -1,7 +1,7 @@
/* $Id: encx264.c,v 1.21 2005/11/04 13:09:41 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include <stdarg.h>
diff --git a/libhb/encxvid.c b/libhb/encxvid.c
index e09464d92..17723899d 100644
--- a/libhb/encxvid.c
+++ b/libhb/encxvid.c
@@ -1,7 +1,7 @@
/* $Id: encxvid.c,v 1.10 2005/03/09 23:28:39 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/fifo.c b/libhb/fifo.c
index 484f3195c..69b8b908b 100644
--- a/libhb/fifo.c
+++ b/libhb/fifo.c
@@ -1,7 +1,7 @@
/* $Id: fifo.c,v 1.17 2005/10/15 18:05:03 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/internal.h b/libhb/internal.h
index 52683464f..73a5502da 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -1,7 +1,7 @@
/* $Id: internal.h,v 1.41 2005/11/25 15:05:25 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
/***********************************************************************
diff --git a/libhb/lang.c b/libhb/lang.c
index e56436864..c1be7b3fc 100644
--- a/libhb/lang.c
+++ b/libhb/lang.c
@@ -1,7 +1,7 @@
/* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "lang.h"
diff --git a/libhb/lang.h b/libhb/lang.h
index 36bf2bf1e..cdf39e015 100644
--- a/libhb/lang.h
+++ b/libhb/lang.h
@@ -1,7 +1,7 @@
/* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#ifndef HB_LANG_H
diff --git a/libhb/muxavi.c b/libhb/muxavi.c
index 632f24640..89893077c 100644
--- a/libhb/muxavi.c
+++ b/libhb/muxavi.c
@@ -1,7 +1,7 @@
/* $Id: muxavi.c,v 1.10 2005/03/30 18:17:29 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c
index c4f3a8941..04e876a44 100644
--- a/libhb/muxcommon.c
+++ b/libhb/muxcommon.c
@@ -1,7 +1,7 @@
/* $Id: muxcommon.c,v 1.23 2005/03/30 17:27:19 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/muxmkv.c b/libhb/muxmkv.c
index c90f73ea7..0c2c00ada 100644
--- a/libhb/muxmkv.c
+++ b/libhb/muxmkv.c
@@ -1,7 +1,7 @@
/* $Id: $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
/* libmkv header */
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c
index 0515e5636..c401c968f 100644
--- a/libhb/muxmp4.c
+++ b/libhb/muxmp4.c
@@ -1,7 +1,7 @@
/* $Id: muxmp4.c,v 1.24 2005/11/04 13:09:41 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
/* libmp4v2 header */
diff --git a/libhb/muxogm.c b/libhb/muxogm.c
index a7b72d510..ccb10517a 100644
--- a/libhb/muxogm.c
+++ b/libhb/muxogm.c
@@ -1,7 +1,7 @@
/* $Id: muxogm.c,v 1.4 2005/02/20 00:41:56 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/ports.c b/libhb/ports.c
index 3f02595cd..cecfc562e 100644
--- a/libhb/ports.c
+++ b/libhb/ports.c
@@ -1,7 +1,7 @@
/* $Id: ports.c,v 1.15 2005/10/15 18:05:03 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include <time.h>
diff --git a/libhb/ports.h b/libhb/ports.h
index ce9441a1c..9c2143944 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -1,7 +1,7 @@
/* $Id: ports.h,v 1.7 2005/10/15 18:05:03 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#ifndef HB_PORTS_H
diff --git a/libhb/reader.c b/libhb/reader.c
index a57c79641..ac02f90ca 100644
--- a/libhb/reader.c
+++ b/libhb/reader.c
@@ -1,7 +1,7 @@
/* $Id: reader.c,v 1.21 2005/11/25 15:05:25 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/render.c b/libhb/render.c
index ae326f63e..fa873b3e7 100644
--- a/libhb/render.c
+++ b/libhb/render.c
@@ -1,7 +1,7 @@
/* $Id: render.c,v 1.17 2005/04/14 17:37:54 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/scan.c b/libhb/scan.c
index 814492fc9..8669fb01e 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -1,7 +1,7 @@
/* $Id: scan.c,v 1.52 2005/11/25 15:05:25 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/stream.c b/libhb/stream.c
index 478aef114..9738eb36b 100755
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -1,7 +1,7 @@
/* $Id$
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/sync.c b/libhb/sync.c
index efd1d17bf..90e7fc345 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -1,7 +1,7 @@
/* $Id: sync.c,v 1.38 2005/04/14 21:57:58 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/update.c b/libhb/update.c
index c343c261f..0aca2b5c6 100644
--- a/libhb/update.c
+++ b/libhb/update.c
@@ -1,7 +1,7 @@
/* $Id: update.c,v 1.7 2005/03/26 23:04:14 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"
diff --git a/libhb/work.c b/libhb/work.c
index 11a52bd02..0632fde07 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -1,7 +1,7 @@
/* $Id: work.c,v 1.43 2005/03/17 16:38:49 titer Exp $
This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
+ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#include "hb.h"