updated old darkice website links
This commit is contained in:
parent
d1207ea7f5
commit
542ac4b022
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue