blackbirdchess-service-results/README.md
Jeroen De Meerleer 5ac0629db5
Initial commit
This commit:
- Creates the repository
- Forks libpairtwo
- Removes the unrelated files
- Moves the namespaces to a new namespace
- Uses native 8.1 enums instead of a thirdparty-library
2023-01-12 19:14:49 +01:00

30 lines
1.1 KiB
Markdown

# libpairtwo
Copyright 2018-2022 (c) Jeroen De Meerleer <schaak@jeroened.be>
Copyright 2023- (c) Blackbird Chess
**Part of Blackbird chess**
*Forked from [Libpairtwo](https://www.github.com/JeroenED/libpairtwo)*
This library provides the necessary code to import tournament files created in other tournament management programs
## Licence
```
Copyright (C) 2018- Jeroen De Meerleer <schaak@jeroened.be>
Copyright 2023- (c) Blackbird Chess
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```