License blurb cleanup
This commit is contained in:
parent
b43682bee5
commit
c437efdb1a
1 changed files with 5 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue