Update Help -> About to note that license is GPLv3.

This commit is contained in:
Jonathan Westhues 2013-09-22 03:50:59 -07:00
parent e7f3a3c0db
commit 505e3d869c

View File

@ -721,11 +721,22 @@ void SolveSpace::MenuHelp(int id) {
break; break;
case GraphicsWindow::MNU_ABOUT: case GraphicsWindow::MNU_ABOUT:
Message("This is SolveSpace version 2.0.\n\n" Message(
"For more information, see http://solvespace.com/\n\n" "This is SolveSpace version 2.0.\n"
"Built " __TIME__ " " __DATE__ ".\n\n" "\n"
"Copyright 2008-2013 Jonathan Westhues.\n" "Built " __TIME__ " " __DATE__ ".\n"
"All Rights Reserved."); "\n"
"For more information, see http://solvespace.com/\n"
"\n"
"SolveSpace is free software: you are free to modify\n"
"and/or redistribute it under the terms of the GNU\n"
"General Public License (GPL) version 3 or later.\n"
"\n"
"There is NO WARRANTY, to the extent permitted by\n"
"law. For details, visit http://gnu.org/licenses/\n"
"\n"
"\xa9 2008-2013 Jonathan Westhues and subsequent authors.\n"
);
break; break;
default: oops(); default: oops();