Skip to content

Commit 41e775c

Browse files
committed
add NOTICE file and more detailed license info in main README
1 parent 105c4d5 commit 41e775c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

NOTICE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
libsgfc++
2+
Copyright 2020 Patrick Näf (herzbube@herzbube.ch)
3+
4+
This product uses the source code provided by the SGFC command line utility to
5+
read, parse and write SGF data. A number of modifications have been made to the
6+
source code to be able to use it in a software library context. The changes are
7+
described extensively in doc/SgfcPatches.md. SGFC was developed by Arno Hollosi
8+
and has been released under the BSD license. The original software is available
9+
from
10+
https://www.red-bean.com/sgf/sgfc/
11+
12+
This product uses the test framework Catch2 for unit testing. Catch2 has been
13+
released under the Boost Software License 1.0. The original software is
14+
available from
15+
https://github.com/catchorg/Catch2

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ The project build system is [documented here](doc/Build.md).
6868

6969
## License
7070

71-
libsgfc++ is released under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0) (2.0).
71+
libsgfc++ is released under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0) (2.0). Here's the [link to the license file](LICENSE).
7272

7373
SGFC is released under the terms of the [BSD License](https://opensource.org/licenses/BSD-3-Clause).
7474

75+
- [Link to local license file](sgfc/COPYING). This works only if you have a local clone of the SGFC git submodule.
76+
- [Link to remote license file](https://bitbucket.org/arnoh/sgfc/src/master/COPYING). This link points to the `master` branch version of the license file.
77+
78+
Catch2 is released under the [Boost Software License](https://www.boost.org/LICENSE_1_0.txt) (1.0).
79+
80+
- [Link to local license file](test/Catch2/LICENSE.txt). This works only if you have a local clone of the SGFC git submodule.
81+
- [Link to remote license file](https://github.com/catchorg/Catch2/blob/master/LICENSE.txt). This link points to the `master` branch version of the license file.

0 commit comments

Comments
 (0)