mirror of https://github.com/aria2/aria2
Updated copyright year.
parent
fe40876546
commit
43dd3861a5
|
@ -2998,7 +2998,7 @@ The Metalink Download Description Format: http://tools.ietf.org/html/rfc5854
|
||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
---------
|
---------
|
||||||
Copyright (C) 2006, 2010 Tatsuhiro Tsujikawa
|
Copyright (C) 2006, 2011 Tatsuhiro Tsujikawa
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -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, 2010 Tatsuhiro Tsujikawa" << "\n"
|
<< "Copyright (C) 2006, 2011 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