aboutsummaryrefslogtreecommitdiffstats
path: root/src/fec/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 18:58:49 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 18:58:49 +0200
commit630a51a928741f4c9ca0698ec7513bd83d721c23 (patch)
tree487de48f69429d5099fe1f695930b26aef2e5b1a /src/fec/README.md
parent4809f3c042a99a639542b1e6cd22657871113260 (diff)
downloadetisnoop-630a51a928741f4c9ca0698ec7513bd83d721c23.tar.gz
etisnoop-630a51a928741f4c9ca0698ec7513bd83d721c23.tar.bz2
etisnoop-630a51a928741f4c9ca0698ec7513bd83d721c23.zip
Remove libfec dependency
Diffstat (limited to 'src/fec/README.md')
-rw-r--r--src/fec/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fec/README.md b/src/fec/README.md
new file mode 100644
index 0000000..a44d28d
--- /dev/null
+++ b/src/fec/README.md
@@ -0,0 +1,12 @@
+FEC routines from KA9Q's libfec
+===============================
+
+This folder contains part of the libfec library by KA9Q. Only the
+char-sized Reed-Solomon encoder and decoder is here.
+
+The files have been copied from the libfec fork at
+https://github.com/Opendigitalradio/ka9q-fec
+
+Original code is at http://www.ka9q.net/code/fec/
+
+All files in this folder are licenced under the LGPL v2.1, please see LICENCE