more readme fixes

This commit is contained in:
ha7ilm 2014-11-28 17:36:55 +01:00
parent 6472bb7cef
commit 0362ce76c2

View file

@ -326,10 +326,10 @@ E.g. you can send `-0.05 0.02\n`
`csdr` was tested with GNU Radio Companion flowgraphs. These flowgraphs are available under the directory `grc_tests`, and they require the `gr-ha5kfu` set of blocks for GNU Radio.
Licensing
---------
# [Licensing] (#licensing)
Most of the code for `libcsdr` is under BSD license.
[link](#licensing) However, before the implementation of some algoritms, GPL-licensed code from other applications have been reviewed.
However, before the implementation of some algoritms, GPL-licensed code from other applications have been reviewed.
In order to eliminate any licesing issues, these parts are placed under a different file.
However, the library is still fully functional with BSD-only code, altough having only less-optimized versions of some algorithms.
It should also be noted that if you compile with `-DUSE_FFTW` and `-DLIBCSDR_GPL` (as default), the GPL license would apply on the whole result.