This commit is contained in:
Ingo Ruhnke 2010-07-09 00:14:39 +02:00
parent c437efdb1a
commit d4318c0f05

View file

@ -633,9 +633,9 @@ CommandLineOptions::print_version() const
std::cout
<< "xboxdrv " PACKAGE_VERSION " - http://pingus.seul.org/~grumbel/xboxdrv/\n"
<< "Copyright © 2008-2010 Ingo Ruhnke <grumbel@gmx.de>\n"
<< "Licensed under GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n";
<< "Licensed under GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
<< "This program comes with ABSOLUTELY NO WARRANTY.\n"
<< "This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details.\n"
<< "This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details.\n";
}
/* EOF */