mirror of https://github.com/aria2/aria2
2009-01-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated copyright year. * src/version_usage.ccpull/1/head
parent
b9d4caeee9
commit
b7feed9ba7
|
@ -1,3 +1,8 @@
|
||||||
|
2009-01-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated copyright year.
|
||||||
|
* src/version_usage.cc
|
||||||
|
|
||||||
2009-01-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-01-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Rewritten the usage text for --bt-request-peer-speed-limit option.
|
Rewritten the usage text for --bt-request-peer-speed-limit option.
|
||||||
|
|
|
@ -52,7 +52,7 @@ namespace aria2 {
|
||||||
|
|
||||||
void showVersion() {
|
void showVersion() {
|
||||||
std::cout << PACKAGE << _(" version ") << PACKAGE_VERSION << "\n"
|
std::cout << PACKAGE << _(" version ") << PACKAGE_VERSION << "\n"
|
||||||
<< "Copyright (C) 2006, 2008 Tatsuhiro Tsujikawa" << "\n"
|
<< "Copyright (C) 2006, 2009 Tatsuhiro Tsujikawa" << "\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<<
|
<<
|
||||||
"This program is distributed in the hope that it will be useful,\n"
|
"This program is distributed in the hope that it will be useful,\n"
|
||||||
|
|
Loading…
Reference in New Issue