From e6416aa323fdfa553b7cb1420c3291acaeb7b65a Mon Sep 17 00:00:00 2001 From: pabr Date: Wed, 11 Apr 2018 11:50:34 +0200 Subject: [PATCH] Clarify license. --- src/apps/leanchansim.cc | 19 +++++++++++++++++++ src/apps/leandvb.cc | 18 +++++++++++++++++- src/apps/leandvbtx.cc | 18 ++++++++++++++++-- src/apps/leaniiorx.cc | 16 +++++++++++++++- src/apps/leaniiotx.cc | 16 +++++++++++++++- src/apps/leanmlmrx.cc | 16 +++++++++++++++- 6 files changed, 97 insertions(+), 6 deletions(-) diff --git a/src/apps/leanchansim.cc b/src/apps/leanchansim.cc index 7a74f72..b30ece2 100644 --- a/src/apps/leanchansim.cc +++ b/src/apps/leanchansim.cc @@ -1,3 +1,22 @@ +// This file is part of LeanSDR Copyright (C) 2016-2018 . +// See the toplevel README for more information. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +// Simple channel simulator, for benchmarking. + #include #include diff --git a/src/apps/leandvb.cc b/src/apps/leandvb.cc index 8e7f150..6d7d48e 100644 --- a/src/apps/leandvb.cc +++ b/src/apps/leandvb.cc @@ -1,4 +1,20 @@ -// leandvb.cc copyright (c) 2016-2017 pabr@pabr.org +// This file is part of LeanSDR Copyright (C) 2016-2018 . +// See the toplevel README for more information. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + // http://www.pabr.org/radio/leandvb #include diff --git a/src/apps/leandvbtx.cc b/src/apps/leandvbtx.cc index 31a881a..717c141 100644 --- a/src/apps/leandvbtx.cc +++ b/src/apps/leandvbtx.cc @@ -1,5 +1,19 @@ -// leandvbtx.cc copyright (c) 2016-2017 pabr@pabr.org -// http://www.pabr.org/radio/leandvb +// This file is part of LeanSDR Copyright (C) 2016-2018 . +// See the toplevel README for more information. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + #include #include diff --git a/src/apps/leaniiorx.cc b/src/apps/leaniiorx.cc index 9311257..b353f66 100644 --- a/src/apps/leaniiorx.cc +++ b/src/apps/leaniiorx.cc @@ -1,5 +1,19 @@ -// This file is part of LeanSDR (c) . +// This file is part of LeanSDR Copyright (C) 2018 . // See the toplevel README for more information. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // LeanSDR frontend for AD936x via libiio. // Largely derived from libiio documentation and examples. diff --git a/src/apps/leaniiotx.cc b/src/apps/leaniiotx.cc index d9cd4fb..720101a 100644 --- a/src/apps/leaniiotx.cc +++ b/src/apps/leaniiotx.cc @@ -1,5 +1,19 @@ -// This file is part of LeanSDR (c) . +// This file is part of LeanSDR Copyright (C) 2018 . // See the toplevel README for more information. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // LeanSDR backend for AD936x via libiio. // Largely derived from libiio documentation and examples. diff --git a/src/apps/leanmlmrx.cc b/src/apps/leanmlmrx.cc index 20e5503..4c3ca3f 100644 --- a/src/apps/leanmlmrx.cc +++ b/src/apps/leanmlmrx.cc @@ -1,5 +1,19 @@ -// This file is part of LeanSDR (c) . +// This file is part of LeanSDR Copyright (C) 2018 . // See the toplevel README for more information. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Multi-channel legacy decoder.