Skip to content

Commit 6370f65

Browse files
Merge pull request #152 from brianch/gpl
GPLv3+ license for the engine
2 parents 4b9f1cc + 298f961 commit 6370f65

File tree

6 files changed

+1356
-46
lines changed

6 files changed

+1356
-46
lines changed

LICENSE

Lines changed: 674 additions & 21 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ Any and all contributions are welcome! Open up a PR to contribute some improveme
115115

116116
## License
117117

118-
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.
118+
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.
119+
120+
The Pleco crate (the library functionality) is distributed under the terms of the MIT license. See [pleco/LICENSE](pleco/LICENSE) for details.
121+
122+
Opening a pull requests is assumed to signal agreement with these licensing terms.
119123

120124
[build-link]: https://github.com/pleco-rs/Pleco/blob/main/.github/workflows/test.yml
121125
[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

pleco/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Any and all contributions are welcome! Open up a PR to contribute some improveme
110110

111111
## License
112112

113-
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.
113+
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.
114114

115115
[build-link]: https://github.com/pleco-rs/Pleco/blob/main/.github/workflows/test.yml
116116
[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

pleco_engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/sfleischman105/Pleco"
77
documentation = "https://docs.rs/pleco_engine/"
88
readme = "README.md"
99
keywords = ["chess","ai","engine","game","uci"]
10-
license = "MIT"
10+
license = "GPL-3.0+"
1111
categories = ["games","game-engines","command-line-utilities"]
1212
repository = "https://github.com/sfleischman105/Pleco"
1313
autobenches = false

0 commit comments

Comments
 (0)