summaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/parsecsv.c2
-rw-r--r--test/parsecsv.h2
-rw-r--r--test/test.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/test/parsecsv.c b/test/parsecsv.c
index 2afc12c4f..cc3b6aa9c 100644
--- a/test/parsecsv.c
+++ b/test/parsecsv.c
@@ -1,7 +1,7 @@
/* $Id: parsecsv.c $
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 <fcntl.h>
diff --git a/test/parsecsv.h b/test/parsecsv.h
index f3e27a751..ef20792e7 100644
--- a/test/parsecsv.h
+++ b/test/parsecsv.h
@@ -1,7 +1,7 @@
/* $Id: parsecsv.h $
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/test/test.c b/test/test.c
index 06f7cbf31..90a95e3dc 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1,7 +1,7 @@
/* $Id: test.c,v 1.82 2005/11/19 08:25: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 <signal.h>
@@ -131,7 +131,7 @@ int main( int argc, char ** argv )
h = hb_init( debug, update );
/* Show version */
- fprintf( stderr, "HandBrake %s (%d) - http://handbrake.m0k.org/\n",
+ fprintf( stderr, "HandBrake %s (%d) - http://handbrake.fr/\n",
hb_get_version( h ), hb_get_build( h ) );
/* Check for update */