summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio/blksimpl
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/blksimpl')
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/Makefile.am2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/am_demod.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/channel_model.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/cpm.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/dbpsk.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/digital_voice.py.real2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/filterbank.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/fm_demod.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/fm_emph.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/nbfm_rx.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/ofdm.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/ofdm_receiver.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_fixed.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_ml.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pn.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pnac.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/pkt.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/psk.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/qam.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/qam16.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/qam256.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/qam64.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/qam8.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/rational_resampler.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/standard_squelch.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py2
-rw-r--r--gnuradio-core/src/python/gnuradio/blksimpl/wfm_tx.py2
32 files changed, 32 insertions, 32 deletions
diff --git a/gnuradio-core/src/python/gnuradio/blksimpl/Makefile.am b/gnuradio-core/src/python/gnuradio/blksimpl/Makefile.am
index 71598354c1..b75fade58d 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/Makefile.am
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/Makefile.am
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/am_demod.py b/gnuradio-core/src/python/gnuradio/blksimpl/am_demod.py
index b6655e6bf3..d449d74fb5 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/am_demod.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/am_demod.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/channel_model.py b/gnuradio-core/src/python/gnuradio/blksimpl/channel_model.py
index c7b3f07b84..7ce3ac3d94 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/channel_model.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/channel_model.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-core/src/python/gnuradio/blksimpl/cpm.py b/gnuradio-core/src/python/gnuradio/blksimpl/cpm.py
index 8463c2c8a6..dc9526e9ab 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/cpm.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/cpm.py
@@ -8,7 +8,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-core/src/python/gnuradio/blksimpl/d8psk.py b/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
index 87cde7df5b..b7451d4737 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/dbpsk.py b/gnuradio-core/src/python/gnuradio/blksimpl/dbpsk.py
index f6cd4ae32a..635ad1dbc3 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/dbpsk.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/dbpsk.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/digital_voice.py.real b/gnuradio-core/src/python/gnuradio/blksimpl/digital_voice.py.real
index e594f9181c..6ec66825c1 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/digital_voice.py.real
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/digital_voice.py.real
@@ -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-core/src/python/gnuradio/blksimpl/dqpsk.py b/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
index 5a43e67569..fcf7d8ebce 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/filterbank.py b/gnuradio-core/src/python/gnuradio/blksimpl/filterbank.py
index 54edaffab5..a7ba245949 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/filterbank.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/filterbank.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/fm_demod.py b/gnuradio-core/src/python/gnuradio/blksimpl/fm_demod.py
index 155c5885b3..344d84d9be 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/fm_demod.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/fm_demod.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/fm_emph.py b/gnuradio-core/src/python/gnuradio/blksimpl/fm_emph.py
index b640427560..473a70af35 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/fm_emph.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/fm_emph.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/gmsk.py b/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
index 2bc4f2d956..5cc8652786 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
@@ -8,7 +8,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-core/src/python/gnuradio/blksimpl/nbfm_rx.py b/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_rx.py
index cb85240a1d..6ec0635605 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_rx.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_rx.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/nbfm_tx.py b/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py
index 15c7bbbb45..49b052bc59 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/ofdm.py b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm.py
index 74a674cb5e..d4fef81ecf 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/ofdm.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm.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-core/src/python/gnuradio/blksimpl/ofdm_receiver.py b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_receiver.py
index 22ec41f1d9..d16d2e2940 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_receiver.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_receiver.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-core/src/python/gnuradio/blksimpl/ofdm_sync_fixed.py b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_fixed.py
index bd5f4b8707..b56f65660e 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_fixed.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_fixed.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-core/src/python/gnuradio/blksimpl/ofdm_sync_ml.py b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_ml.py
index 6944cb81c5..d58f56cffc 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_ml.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_ml.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-core/src/python/gnuradio/blksimpl/ofdm_sync_pn.py b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pn.py
index a49ff84f9c..56425868f9 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pn.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pn.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-core/src/python/gnuradio/blksimpl/ofdm_sync_pnac.py b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pnac.py
index 833cee57dd..e3774e3410 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pnac.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/ofdm_sync_pnac.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-core/src/python/gnuradio/blksimpl/pkt.py b/gnuradio-core/src/python/gnuradio/blksimpl/pkt.py
index 823a10795a..d5e677eeb2 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/pkt.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/pkt.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/psk.py b/gnuradio-core/src/python/gnuradio/blksimpl/psk.py
index 58677b29d0..5dcf4935e5 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/psk.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/psk.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/qam.py b/gnuradio-core/src/python/gnuradio/blksimpl/qam.py
index 1bf9ad72e3..22b1e1dabb 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/qam.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/qam.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/qam16.py b/gnuradio-core/src/python/gnuradio/blksimpl/qam16.py
index e7379f98cd..7a72406880 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/qam16.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/qam16.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/qam256.py b/gnuradio-core/src/python/gnuradio/blksimpl/qam256.py
index 822a3a5107..7ccb5afced 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/qam256.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/qam256.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/qam64.py b/gnuradio-core/src/python/gnuradio/blksimpl/qam64.py
index 7b2ab107f9..76b24cd905 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/qam64.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/qam64.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/qam8.py b/gnuradio-core/src/python/gnuradio/blksimpl/qam8.py
index 44cfee763f..604e5c88b3 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/qam8.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/qam8.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/rational_resampler.py b/gnuradio-core/src/python/gnuradio/blksimpl/rational_resampler.py
index 64c34ad1ac..b3e8ad7acc 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/rational_resampler.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/rational_resampler.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/standard_squelch.py b/gnuradio-core/src/python/gnuradio/blksimpl/standard_squelch.py
index ac61df4bea..b2b9451cf8 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/standard_squelch.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/standard_squelch.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/wfm_rcv.py b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv.py
index 6408150028..ffcdc1446f 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py
index 82c1525079..5ee49cea56 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py
@@ -5,7 +5,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-core/src/python/gnuradio/blksimpl/wfm_tx.py b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_tx.py
index 6dda7a0e26..89528a8285 100644
--- a/gnuradio-core/src/python/gnuradio/blksimpl/wfm_tx.py
+++ b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_tx.py
@@ -5,7 +5,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,