From 0362ce76c26a4962fad0619d1d4e5a3efb0a67af Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Fri, 28 Nov 2014 17:36:55 +0100 Subject: [PATCH] more readme fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 177ce84..b973708 100644 --- a/README.md +++ b/README.md @@ -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.