diff options
Diffstat (limited to 'gnuradio-examples/python/digital/limbo')
4 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-examples/python/digital/limbo/benchmark_gmsk_rx.py b/gnuradio-examples/python/digital/limbo/benchmark_gmsk_rx.py index 0e072d0f6..16f11e05e 100755 --- a/gnuradio-examples/python/digital/limbo/benchmark_gmsk_rx.py +++ b/gnuradio-examples/python/digital/limbo/benchmark_gmsk_rx.py @@ -6,7 +6,7 @@ # # GNU Radio 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, diff --git a/gnuradio-examples/python/digital/limbo/benchmark_gmsk_tx.py b/gnuradio-examples/python/digital/limbo/benchmark_gmsk_tx.py index ec78d24b9..662e9e544 100755 --- a/gnuradio-examples/python/digital/limbo/benchmark_gmsk_tx.py +++ b/gnuradio-examples/python/digital/limbo/benchmark_gmsk_tx.py @@ -6,7 +6,7 @@ # # GNU Radio 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, diff --git a/gnuradio-examples/python/digital/limbo/benchmark_mpsk_rx.py b/gnuradio-examples/python/digital/limbo/benchmark_mpsk_rx.py index 9bb70106f..a16842d4f 100755 --- a/gnuradio-examples/python/digital/limbo/benchmark_mpsk_rx.py +++ b/gnuradio-examples/python/digital/limbo/benchmark_mpsk_rx.py @@ -6,7 +6,7 @@ # # GNU Radio 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, diff --git a/gnuradio-examples/python/digital/limbo/benchmark_mpsk_tx.py b/gnuradio-examples/python/digital/limbo/benchmark_mpsk_tx.py index ec08fb680..9e1d98f1d 100755 --- a/gnuradio-examples/python/digital/limbo/benchmark_mpsk_tx.py +++ b/gnuradio-examples/python/digital/limbo/benchmark_mpsk_tx.py @@ -6,7 +6,7 @@ # # GNU Radio 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, |