Skip to content

Commit

Permalink
Saearch & Replace domain names to move from .m0k.org to handbrake.fr.…
Browse files Browse the repository at this point in the history
… Only covers trunk files, libhb, and test.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1418 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
jbrjake committed Apr 15, 2008
1 parent cd50ec8 commit 26aa7d1
Show file tree
Hide file tree
Showing 48 changed files with 55 additions and 52 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUTHORS file for HandBrake <http://handbrake.m0k.org/>
AUTHORS file for HandBrake <http://handbrake.fr/>

Eric Petit <[email protected]>
+ Core (construct, multithreading, BeOS/OS X/Linux ports)
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$Id: BUILD,v 1.11 2005/10/23 01:35:59 titer Exp $

BUILD file for HandBrake <http://handbrake.m0k.org/>
BUILD file for HandBrake <http://handbrake.fr/>

Building HandBrake with make
=============================
Expand Down
2 changes: 1 addition & 1 deletion BuildContribsDarwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
export VERSION=$1
export IP=$2
export USERNAME=$3
export REPOS=svn://svn.m0k.org/HandBrake/trunk
export REPOS=svn://svn.handbrake.fr/HandBrake/trunk
# ##########################################################################
# Launch the build on the foreign system
# ##########################################################################
Expand Down
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREDITS file for HandBrake <http://handbrake.m0k.org/>
CREDITS file for HandBrake <http://handbrake.fr/>

HandBrake uses many cool libraries from the GNU/Linux world.
Thank their authors!
Expand Down
2 changes: 1 addition & 1 deletion Jamfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id: Jamfile,v 1.86 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.

SubDir TOP ;
Expand Down
8 changes: 4 additions & 4 deletions Jamrules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id: Jamrules,v 1.59 2005/11/04 16:06:21 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 config.jam ;
Expand Down Expand Up @@ -70,13 +70,13 @@ actions OSXPackage
cp CREDITS "HandBrake $(HB_VERSION)/CREDITS.txt" && \
cp THANKS "HandBrake $(HB_VERSION)/THANKS.txt" && \
( echo "[InternetShortcut]" && \
echo "URL=http://handbrake.m0k.org/" ) > \
echo "URL=http://handbrake.fr/" ) > \
"HandBrake $(HB_VERSION)/HandBrake Homepage.url" && \
( echo "[InternetShortcut]" && \
echo "URL=http://handbrake.m0k.org/forum/" ) > \
echo "URL=http://forum.handbrake,fr/" ) > \
"HandBrake $(HB_VERSION)/HandBrake Forums.url" && \
( echo "[InternetShortcut]" && \
echo "URL=http://handbrake.m0k.org/contribute.php" ) > \
echo "URL=http://handbrake.fr/?article=development" ) > \
"HandBrake $(HB_VERSION)/Contribute.url" && \
cp -r HandBrake.app "HandBrake $(HB_VERSION)" && \
zip -9 -r $(<) "HandBrake $(HB_VERSION)" && \
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEWS file for HandBrake <http://handbrake.m0k.org/>
NEWS file for HandBrake <http://handbrake.fr/>

Changes between 0.9.1 and 0.9.2:

Expand Down
2 changes: 1 addition & 1 deletion THANKS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THANKS file for HandBrake <http://handbrake.m0k.org/>
THANKS file for HandBrake <http://handbrake.fr/>

Several people noticeably contributed to MediaFork and HandBrake development
without writing code (submitting/checking translations, DVD samples, etc).
Expand Down
5 changes: 4 additions & 1 deletion TRANSLATIONS
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
$Id: TRANSLATIONS,v 1.2 2004/03/22 18:20:30 titer Exp $

TRANSLATIONS file for HandBrake <http://handbrake.m0k.org/>
TRANSLATIONS file for HandBrake <http://handbrake.fr/>

Translating HandBrake
=====================

***** HandBrake does not currently have a localization scheme for any of its interfaces.
***** Information below is obsolete and only useful for historical purposes:

Only the OS X interface of HandBrake can be translated at the moment.
Localization is not implemented in BeOS and GTK GUIs.

Expand Down
2 changes: 1 addition & 1 deletion libhb/Jamfile
Original file line number Diff line number Diff line change
@@ -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 ;
Expand Down
2 changes: 1 addition & 1 deletion libhb/common.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libhb/common.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libhb/deca52.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/decavcodec.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/decdca.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/declpcm.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/decmpeg2.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/decsub.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/demuxmpeg.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/dvd.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/encavcodec.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/encfaac.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/enclame.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/enctheora.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/encvorbis.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/encx264.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libhb/encxvid.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/fifo.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/internal.h
Original file line number Diff line number Diff line change
@@ -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. */

/***********************************************************************
Expand Down
2 changes: 1 addition & 1 deletion libhb/lang.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/lang.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libhb/muxavi.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/muxcommon.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/muxmkv.c
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion libhb/muxmp4.c
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion libhb/muxogm.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/ports.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libhb/ports.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libhb/reader.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/render.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/scan.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/stream.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libhb/sync.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading

0 comments on commit 26aa7d1

Please sign in to comment.