Skip to content

Commit

Permalink
Merge pull request #152 from brianch/gpl
Browse files Browse the repository at this point in the history
GPLv3+ license for the engine
  • Loading branch information
chase-manning authored Mar 11, 2023
2 parents 4b9f1cc + 298f961 commit 6370f65
Show file tree
Hide file tree
Showing 6 changed files with 1,356 additions and 46 deletions.
695 changes: 674 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ Any and all contributions are welcome! Open up a PR to contribute some improveme

## License

Pleco is distributed under the terms of the MIT license. See LICENSE-MIT for details. Opening a pull requests is assumed to signal agreement with these licensing terms.
The Pleco Engine is distributed under the GNU General Public License version 3 (or any later version at your option). See [LICENSE](LICENSE) for full details.

The Pleco crate (the library functionality) is distributed under the terms of the MIT license. See [pleco/LICENSE](pleco/LICENSE) for details.

Opening a pull requests is assumed to signal agreement with these licensing terms.

[build-link]: https://github.com/pleco-rs/Pleco/blob/main/.github/workflows/test.yml
[build-badge]: https://img.shields.io/github/actions/workflow/status/pleco-rs/Pleco/test.yml?branch=main&style=for-the-badge&label=tanton&logo=github
Expand Down
2 changes: 1 addition & 1 deletion pleco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Any and all contributions are welcome! Open up a PR to contribute some improveme

## License

Pleco is distributed under the terms of the MIT license. See LICENSE-MIT for details. Opening a pull requests is assumed to signal agreement with these licensing terms.
Pleco is distributed under the terms of the MIT license. See [LICENSE](LICENSE) for details. Opening a pull requests is assumed to signal agreement with these licensing terms.

[build-link]: https://github.com/pleco-rs/Pleco/blob/main/.github/workflows/test.yml
[build-badge]: https://img.shields.io/github/actions/workflow/status/pleco-rs/Pleco/test.yml?branch=main&style=for-the-badge&label=tanton&logo=github
Expand Down
2 changes: 1 addition & 1 deletion pleco_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/sfleischman105/Pleco"
documentation = "https://docs.rs/pleco_engine/"
readme = "README.md"
keywords = ["chess","ai","engine","game","uci"]
license = "MIT"
license = "GPL-3.0+"
categories = ["games","game-engines","command-line-utilities"]
repository = "https://github.com/sfleischman105/Pleco"
autobenches = false
Expand Down
Loading

0 comments on commit 6370f65

Please sign in to comment.