updated old darkice website links

This commit is contained in:
rafael@riseup.net 2009-12-04 13:28:34 +00:00
parent d1207ea7f5
commit 542ac4b022
4 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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 {