From 2e3a5983dad96b28fed4f0fac1ee8730eb927e25 Mon Sep 17 00:00:00 2001 From: pabr Date: Wed, 11 Apr 2018 11:45:53 +0200 Subject: [PATCH] Clarify license. --- src/leansdr/convolutional.h | 17 +++++++++++++++++ src/leansdr/dsp.h | 17 +++++++++++++++++ src/leansdr/dvb.h | 17 +++++++++++++++++ src/leansdr/filtergen.h | 17 +++++++++++++++++ src/leansdr/framework.h | 15 ++++++++++++++- src/leansdr/generic.h | 17 +++++++++++++++++ src/leansdr/gui.h | 17 +++++++++++++++++ src/leansdr/hdlc.h | 17 +++++++++++++++++ src/leansdr/iess.h | 17 +++++++++++++++++ src/leansdr/math.h | 17 +++++++++++++++++ src/leansdr/rs.h | 17 +++++++++++++++++ src/leansdr/sdr.h | 17 +++++++++++++++++ src/leansdr/viterbi.h | 17 +++++++++++++++++ 13 files changed, 218 insertions(+), 1 deletion(-) diff --git a/src/leansdr/convolutional.h b/src/leansdr/convolutional.h index 2b6e909..ab183be 100644 --- a/src/leansdr/convolutional.h +++ b/src/leansdr/convolutional.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_CONVOLUTIONAL_H #define LEANSDR_CONVOLUTIONAL_H diff --git a/src/leansdr/dsp.h b/src/leansdr/dsp.h index cc66d73..402a543 100644 --- a/src/leansdr/dsp.h +++ b/src/leansdr/dsp.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_DSP_H #define LEANSDR_DSP_H diff --git a/src/leansdr/dvb.h b/src/leansdr/dvb.h index 449a781..998487a 100644 --- a/src/leansdr/dvb.h +++ b/src/leansdr/dvb.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_DVB_H #define LEANSDR_DVB_H diff --git a/src/leansdr/filtergen.h b/src/leansdr/filtergen.h index ee8afaa..f8fd70f 100644 --- a/src/leansdr/filtergen.h +++ b/src/leansdr/filtergen.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_FILTERGEN_H #define LEANSDR_FILTERGEN_H diff --git a/src/leansdr/framework.h b/src/leansdr/framework.h index aff9651..764c2b5 100644 --- a/src/leansdr/framework.h +++ b/src/leansdr/framework.h @@ -1,5 +1,18 @@ -// This file is part of LeanSDR (c) 2018 . +// 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 . #ifndef LEANSDR_FRAMEWORK_H #define LEANSDR_FRAMEWORK_H diff --git a/src/leansdr/generic.h b/src/leansdr/generic.h index 8a94f99..571a13a 100644 --- a/src/leansdr/generic.h +++ b/src/leansdr/generic.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_GENERIC_H #define LEANSDR_GENERIC_H diff --git a/src/leansdr/gui.h b/src/leansdr/gui.h index 14a7545..0f6ee10 100644 --- a/src/leansdr/gui.h +++ b/src/leansdr/gui.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_GUI_H #define LEANSDR_GUI_H diff --git a/src/leansdr/hdlc.h b/src/leansdr/hdlc.h index efc24c6..621267a 100644 --- a/src/leansdr/hdlc.h +++ b/src/leansdr/hdlc.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_HDLC_H #define LEANSDR_HDLC_H diff --git a/src/leansdr/iess.h b/src/leansdr/iess.h index 778043d..40addc2 100644 --- a/src/leansdr/iess.h +++ b/src/leansdr/iess.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_IESS_H #define LEANSDR_IESS_H diff --git a/src/leansdr/math.h b/src/leansdr/math.h index 7fc0434..59f850d 100644 --- a/src/leansdr/math.h +++ b/src/leansdr/math.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_MATH_H #define LEANSDR_MATH_H diff --git a/src/leansdr/rs.h b/src/leansdr/rs.h index fa68a4d..59481cd 100644 --- a/src/leansdr/rs.h +++ b/src/leansdr/rs.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_RS_H #define LEANSDR_RS_H diff --git a/src/leansdr/sdr.h b/src/leansdr/sdr.h index 067c2e2..1ee719e 100644 --- a/src/leansdr/sdr.h +++ b/src/leansdr/sdr.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_SDR_H #define LEANSDR_SDR_H diff --git a/src/leansdr/viterbi.h b/src/leansdr/viterbi.h index 88003da..a53ccbc 100644 --- a/src/leansdr/viterbi.h +++ b/src/leansdr/viterbi.h @@ -1,3 +1,20 @@ +// 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 . + + #ifndef LEANSDR_VITERBI_H #define LEANSDR_VITERBI_H