diff --git a/darkice/trunk/README b/darkice/trunk/README index b2ff2af..acebaa2 100644 --- a/darkice/trunk/README +++ b/darkice/trunk/README @@ -1,5 +1,5 @@ DarkIce live audio streamer, http://darkice.sourceforge.net -Copyright (c) 2000-2004, Tyrell Hungary, http://tyrell.hu +Copyright (c) 2000-2005, Tyrell Hungary, http://tyrell.hu Contents diff --git a/darkice/trunk/src/main.cpp b/darkice/trunk/src/main.cpp index b4a63fc..f8b09f4 100644 --- a/darkice/trunk/src/main.cpp +++ b/darkice/trunk/src/main.cpp @@ -87,7 +87,7 @@ main ( std::cout << "DarkIce " << VERSION << " live audio streamer, http://darkice.sourceforge.net" << std::endl - << "Copyright (c) 2000-2004, Tyrell Hungary, http://tyrell.hu" + << "Copyright (c) 2000-2005, Tyrell Hungary, http://tyrell.hu" << std::endl << std::endl; try { @@ -166,6 +166,9 @@ showUsage ( std::ostream & os ) $Source$ $Log$ + Revision 1.15 2005/04/14 11:24:42 darkeye + updated copyright notice to extend to 2005 + Revision 1.14 2005/04/03 05:10:07 jbebel Moved initialization of Reporter class so it would happen before instantiation of Darkice class. Any logging that might be reported