License blurb cleanup

This commit is contained in:
Ingo Ruhnke 2010-07-09 00:09:46 +02:00
parent b43682bee5
commit c437efdb1a

View file

@ -631,12 +631,11 @@ void
CommandLineOptions::print_version() const
{
std::cout
<< "xboxdrv " PACKAGE_VERSION "\n"
<< "Copyright (C) 2008-2010 Ingo Ruhnke <grumbel@gmx.de>\n"
<< "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
<< "This is free software: you are free to change and redistribute it.\n"
<< "There is NO WARRANTY, to the extent permitted by law."
<< std::endl;
<< "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";
<< "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"
}
/* EOF */