diff options
Diffstat (limited to 'gr-wxgui')
-rw-r--r-- | gr-wxgui/ChangeLog | 2 | ||||
-rw-r--r-- | gr-wxgui/Makefile.am | 2 | ||||
-rw-r--r-- | gr-wxgui/src/Makefile.am | 2 | ||||
-rw-r--r-- | gr-wxgui/src/python/Makefile.am | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/fftsink.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/fftsink2.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/form.py | 2 | ||||
-rw-r--r-- | gr-wxgui/src/python/numbersink.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/powermate.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/scopesink.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/scopesink2.py | 2 | ||||
-rw-r--r-- | gr-wxgui/src/python/stdgui.py | 2 | ||||
-rw-r--r-- | gr-wxgui/src/python/stdgui2.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/waterfallsink.py | 2 | ||||
-rwxr-xr-x | gr-wxgui/src/python/waterfallsink2.py | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/gr-wxgui/ChangeLog b/gr-wxgui/ChangeLog index 7a4e7cee8..da4e7417a 100644 --- a/gr-wxgui/ChangeLog +++ b/gr-wxgui/ChangeLog @@ -156,7 +156,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/gr-wxgui/Makefile.am b/gr-wxgui/Makefile.am index f705f0bd5..c59485701 100644 --- a/gr-wxgui/Makefile.am +++ b/gr-wxgui/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/gr-wxgui/src/Makefile.am b/gr-wxgui/src/Makefile.am index ad8ca5b1a..b6207ff05 100644 --- a/gr-wxgui/src/Makefile.am +++ b/gr-wxgui/src/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/gr-wxgui/src/python/Makefile.am b/gr-wxgui/src/python/Makefile.am index ce62574d7..9316eb384 100644 --- a/gr-wxgui/src/python/Makefile.am +++ b/gr-wxgui/src/python/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/gr-wxgui/src/python/fftsink.py b/gr-wxgui/src/python/fftsink.py index a1e85e7be..85e3a1f9e 100755 --- a/gr-wxgui/src/python/fftsink.py +++ b/gr-wxgui/src/python/fftsink.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/gr-wxgui/src/python/fftsink2.py b/gr-wxgui/src/python/fftsink2.py index cb7bb8c07..1499a3bb3 100755 --- a/gr-wxgui/src/python/fftsink2.py +++ b/gr-wxgui/src/python/fftsink2.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/gr-wxgui/src/python/form.py b/gr-wxgui/src/python/form.py index ea9a8dc9a..5ca661836 100755 --- a/gr-wxgui/src/python/form.py +++ b/gr-wxgui/src/python/form.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/gr-wxgui/src/python/numbersink.py b/gr-wxgui/src/python/numbersink.py index 137e78fe2..5427d2a40 100644 --- a/gr-wxgui/src/python/numbersink.py +++ b/gr-wxgui/src/python/numbersink.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/gr-wxgui/src/python/powermate.py b/gr-wxgui/src/python/powermate.py index 041a2cd6b..7f54dff33 100755 --- a/gr-wxgui/src/python/powermate.py +++ b/gr-wxgui/src/python/powermate.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/gr-wxgui/src/python/scopesink.py b/gr-wxgui/src/python/scopesink.py index a7f76fecf..ffd4529bc 100755 --- a/gr-wxgui/src/python/scopesink.py +++ b/gr-wxgui/src/python/scopesink.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/gr-wxgui/src/python/scopesink2.py b/gr-wxgui/src/python/scopesink2.py index 90654fd81..39c613941 100755 --- a/gr-wxgui/src/python/scopesink2.py +++ b/gr-wxgui/src/python/scopesink2.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/gr-wxgui/src/python/stdgui.py b/gr-wxgui/src/python/stdgui.py index 8636ea2bf..178739547 100644 --- a/gr-wxgui/src/python/stdgui.py +++ b/gr-wxgui/src/python/stdgui.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/gr-wxgui/src/python/stdgui2.py b/gr-wxgui/src/python/stdgui2.py index 83158abd9..7b21d6b0a 100644 --- a/gr-wxgui/src/python/stdgui2.py +++ b/gr-wxgui/src/python/stdgui2.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/gr-wxgui/src/python/waterfallsink.py b/gr-wxgui/src/python/waterfallsink.py index 9924bfc64..4803cbeb2 100755 --- a/gr-wxgui/src/python/waterfallsink.py +++ b/gr-wxgui/src/python/waterfallsink.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/gr-wxgui/src/python/waterfallsink2.py b/gr-wxgui/src/python/waterfallsink2.py index ea041d003..4b60391fb 100755 --- a/gr-wxgui/src/python/waterfallsink2.py +++ b/gr-wxgui/src/python/waterfallsink2.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, |