diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-27 06:23:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-27 06:23:03 +0300 |
commit | 8709da90c81c2c9a73868d422ae5daa35c8b0e2c (patch) | |
tree | 207fd17b3173a367d4c319c974c4535a943c4ed6 /README.md | |
parent | add "License" to README (diff) | |
download | chess-games-8709da90c81c2c9a73868d422ae5daa35c8b0e2c.tar.gz chess-games-8709da90c81c2c9a73868d422ae5daa35c8b0e2c.zip |
add setenv.sh
It contains functions to automatically format PGN files as I would like.
Diffstat (limited to '')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -20,7 +20,14 @@ analyzing in case one's a good student. License ------- -The annotations are available under a [Creative Commons Attribution 4.0 -International License][CC BY 4.0]. +This project, including all of the files and their contents, is licensed under +the terms of the MIT License. +See [LICENSE-MIT.txt] for details. +In addition, the annotations in *.pgn files are dual-licensed under the +[Creative Commons Attribution 4.0 International License][CC BY 4.0]. +See [LICENSE-CC-BY.txt] for details. + +[LICENSE-MIT.txt]: LICENSE-MIT.txt +[LICENSE-CC-BY.txt]: LICENSE-CC-BY.txt [CC BY 4.0]: https://creativecommons.org/licenses/by/4.0/ |