You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,14 @@ The project build system is [documented here](doc/Build.md).
68
68
69
69
## License
70
70
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).
72
72
73
73
SGFC is released under the terms of the [BSD License](https://opensource.org/licenses/BSD-3-Clause).
74
74
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