mirror of https://github.com/aria2/aria2
Update copyright year in version text
parent
67fa274578
commit
73f4db883c
|
@ -55,7 +55,7 @@ namespace aria2 {
|
||||||
|
|
||||||
void showVersion() {
|
void showVersion() {
|
||||||
std::cout << PACKAGE << _(" version ") << PACKAGE_VERSION << "\n"
|
std::cout << PACKAGE << _(" version ") << PACKAGE_VERSION << "\n"
|
||||||
<< "Copyright (C) 2006, 2012 Tatsuhiro Tsujikawa" << "\n"
|
<< "Copyright (C) 2006, 2013 Tatsuhiro Tsujikawa" << "\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<<
|
<<
|
||||||
_("This program is free software; you can redistribute it and/or modify\n"
|
_("This program is free software; you can redistribute it and/or modify\n"
|
||||||
|
|
Loading…
Reference in New Issue