diff options
Diffstat (limited to 'gr-audio-windows/src')
-rw-r--r-- | gr-audio-windows/src/Makefile.am | 2 | ||||
-rw-r--r-- | gr-audio-windows/src/audio_windows.i | 2 | ||||
-rw-r--r-- | gr-audio-windows/src/audio_windows_sink.cc | 2 | ||||
-rw-r--r-- | gr-audio-windows/src/audio_windows_sink.h | 2 | ||||
-rw-r--r-- | gr-audio-windows/src/audio_windows_source.cc | 2 | ||||
-rw-r--r-- | gr-audio-windows/src/audio_windows_source.h | 2 | ||||
-rwxr-xr-x | gr-audio-windows/src/qa_audio_windows.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gr-audio-windows/src/Makefile.am b/gr-audio-windows/src/Makefile.am index 36deea362..83915656d 100644 --- a/gr-audio-windows/src/Makefile.am +++ b/gr-audio-windows/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-audio-windows/src/audio_windows.i b/gr-audio-windows/src/audio_windows.i index 1c9c328ed..17ce02b5b 100644 --- a/gr-audio-windows/src/audio_windows.i +++ b/gr-audio-windows/src/audio_windows.i @@ -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-audio-windows/src/audio_windows_sink.cc b/gr-audio-windows/src/audio_windows_sink.cc index 51dab44fc..1fa915072 100644 --- a/gr-audio-windows/src/audio_windows_sink.cc +++ b/gr-audio-windows/src/audio_windows_sink.cc @@ -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-audio-windows/src/audio_windows_sink.h b/gr-audio-windows/src/audio_windows_sink.h index 24b2a1e64..2212ecf06 100644 --- a/gr-audio-windows/src/audio_windows_sink.h +++ b/gr-audio-windows/src/audio_windows_sink.h @@ -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-audio-windows/src/audio_windows_source.cc b/gr-audio-windows/src/audio_windows_source.cc index f415064a7..5cdfb8c84 100644 --- a/gr-audio-windows/src/audio_windows_source.cc +++ b/gr-audio-windows/src/audio_windows_source.cc @@ -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-audio-windows/src/audio_windows_source.h b/gr-audio-windows/src/audio_windows_source.h index 4a08d32af..caeda36b8 100644 --- a/gr-audio-windows/src/audio_windows_source.h +++ b/gr-audio-windows/src/audio_windows_source.h @@ -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-audio-windows/src/qa_audio_windows.py b/gr-audio-windows/src/qa_audio_windows.py index 7b2080402..065686ad3 100755 --- a/gr-audio-windows/src/qa_audio_windows.py +++ b/gr-audio-windows/src/qa_audio_windows.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, |