diff --git a/darkice/trunk/man/darkice.1 b/darkice/trunk/man/darkice.1 index b780400..2be095c 100644 --- a/darkice/trunk/man/darkice.1 +++ b/darkice/trunk/man/darkice.1 @@ -114,7 +114,7 @@ Developed with contributions by .SH LINKS Project homepage: -.I http://darkice.tyrell.hu/ +.I http://code.google.com/p/darkice/ .B IceCast homepage: diff --git a/darkice/trunk/man/darkice.cfg.5 b/darkice/trunk/man/darkice.cfg.5 index 0ab4be0..37ffba9 100644 --- a/darkice/trunk/man/darkice.cfg.5 +++ b/darkice/trunk/man/darkice.cfg.5 @@ -655,7 +655,7 @@ Akos Maroy .SH LINKS Project homepage: -.I http://darkice.tyrell.hu/ +.I http://code.google.com/p/darkice/ .B IceCast homepage: diff --git a/darkice/trunk/src/IceCast2.cpp b/darkice/trunk/src/IceCast2.cpp index b1469fb..f07b4e0 100644 --- a/darkice/trunk/src/IceCast2.cpp +++ b/darkice/trunk/src/IceCast2.cpp @@ -190,7 +190,7 @@ IceCast2 :: sendLogin ( void ) throw ( Exception ) } // send user agent info - str = "\nUser-Agent: DarkIce/" VERSION " (http://darkice.tyrell.hu/)"; + str = "\nUser-Agent: DarkIce/" VERSION " (http://code.google.com/p/darkice/)"; sink->write( str, strlen( str)); // send the ice- headers diff --git a/darkice/trunk/src/main.cpp b/darkice/trunk/src/main.cpp index 2cf3d67..d6cdbdf 100644 --- a/darkice/trunk/src/main.cpp +++ b/darkice/trunk/src/main.cpp @@ -107,9 +107,11 @@ main ( int res = -1; std::cout << "DarkIce " << VERSION - << " live audio streamer, http://darkice.tyrell.hu/" + << " live audio streamer, http://code.google.com/p/darkice/" << std::endl << "Copyright (c) 2000-2007, Tyrell Hungary, http://tyrell.hu/" + << std::endl + << "Copyright (c) 2008-2009, Akos Maroy and Rafael Diniz" << std::endl << std::endl; try {