-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from chessparov/patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,10 +62,10 @@ [email protected] | |
- A: Yes, for personal users, the solver is completely opensourced and free. | ||
|
||
2. Q: Can I upload it to other websites or forums? Can I share it with my friend? | ||
- A: No, you can only put the link of this project to other website, not the binary, this project is under AGPL-V3 license, and these kind of action violates this license. | ||
- A: No, you can only put the link of this project to other website, not the binary, this project is under AGPL-V3 license, and these kind of actions violates this license. | ||
|
||
3. Q: Can I intergate it to my software? | ||
- A: If you intergate the release package(binary) into your software, Yes, you can do that. If you want to intergate the code of the solver into your software or provide service through internet, then you need to contact me for a commercial license, which is also the main profit-making method of this project. | ||
3. Q: Can I integrate it to my software? | ||
- A: If you integrate the release package (binary) into your software, Yes, you can do that. If you want to integrate the code of the solver into your software or provide service through internet, then you need to contact me for a commercial license, which is also the main profit-making method of this project. | ||
|
||
4. Q: What framework do you use to write the ui? | ||
- A: I use QT 5.1.0 (opensourced edition) to build the GUI version. For the console version, I use Mingw + CMake. | ||
|