diff options
author | Pjotr Prins | 2017-08-20 09:21:01 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-08-20 09:21:01 +0000 |
commit | e04e6e1d9cac2179bc449c916dc7fa9340dac349 (patch) | |
tree | 321b14efee4151e5800decab99bde5f5a613c637 /README.md | |
parent | d564a6f16613985340040cc7ab0ffc371cbce3d1 (diff) | |
download | pangemma-e04e6e1d9cac2179bc449c916dc7fa9340dac349.tar.gz |
Support files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -101,16 +101,18 @@ warranty**; without even the implied warranty of **merchantability or fitness for a particular purpose**. See file [LICENSE](LICENSE) for the full text of the license. - - The source code for the [shUnit2](https://github.com/genenetwork/shunit2) unit testing -framework, included in this repository [here](test/shunit2-2.0.3), is +framework, included in this repository [here](contrib/shunit2-2.0.3), is distributed under the -[GNU Lesser General Public License](test/shunit2-2.0.3/doc/LGPL-2.1), +[GNU Lesser General Public License](contrib/shunit2-2.0.3/doc/LGPL-2.1), either version 2.1 of the License, or (at your option) any later revision. +The source code for the included [Catch](http://catch-lib.net) unit +testing framework is distributed under the +[Boost Software Licence version 1](https://github.com/philsquared/Catch/blob/master/LICENSE.txt). + ## What's included This is the current structure of the GEMMA source repository: |