diff options
Diffstat (limited to 'gr-audio-oss')
-rw-r--r-- | gr-audio-oss/ChangeLog | 2 | ||||
-rw-r--r-- | gr-audio-oss/Makefile.am | 2 | ||||
-rw-r--r-- | gr-audio-oss/src/Makefile.am | 2 | ||||
-rw-r--r-- | gr-audio-oss/src/audio_oss.i | 2 | ||||
-rw-r--r-- | gr-audio-oss/src/audio_oss_sink.cc | 2 | ||||
-rw-r--r-- | gr-audio-oss/src/audio_oss_sink.h | 2 | ||||
-rw-r--r-- | gr-audio-oss/src/audio_oss_source.cc | 2 | ||||
-rw-r--r-- | gr-audio-oss/src/audio_oss_source.h | 2 | ||||
-rwxr-xr-x | gr-audio-oss/src/qa_oss.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gr-audio-oss/ChangeLog b/gr-audio-oss/ChangeLog index 824c2dfe5..3abd50ec6 100644 --- a/gr-audio-oss/ChangeLog +++ b/gr-audio-oss/ChangeLog @@ -76,7 +76,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-oss/Makefile.am b/gr-audio-oss/Makefile.am index 5bef241fa..2293cd91a 100644 --- a/gr-audio-oss/Makefile.am +++ b/gr-audio-oss/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-oss/src/Makefile.am b/gr-audio-oss/src/Makefile.am index aebad3f42..72707d995 100644 --- a/gr-audio-oss/src/Makefile.am +++ b/gr-audio-oss/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-oss/src/audio_oss.i b/gr-audio-oss/src/audio_oss.i index 4cf6d736d..a9dec9eb3 100644 --- a/gr-audio-oss/src/audio_oss.i +++ b/gr-audio-oss/src/audio_oss.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-oss/src/audio_oss_sink.cc b/gr-audio-oss/src/audio_oss_sink.cc index a9b1e974a..a14edc9d2 100644 --- a/gr-audio-oss/src/audio_oss_sink.cc +++ b/gr-audio-oss/src/audio_oss_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-oss/src/audio_oss_sink.h b/gr-audio-oss/src/audio_oss_sink.h index d31e16560..052faac13 100644 --- a/gr-audio-oss/src/audio_oss_sink.h +++ b/gr-audio-oss/src/audio_oss_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-oss/src/audio_oss_source.cc b/gr-audio-oss/src/audio_oss_source.cc index 40264aecc..1df98a5eb 100644 --- a/gr-audio-oss/src/audio_oss_source.cc +++ b/gr-audio-oss/src/audio_oss_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-oss/src/audio_oss_source.h b/gr-audio-oss/src/audio_oss_source.h index b2458d4d7..22d4392e2 100644 --- a/gr-audio-oss/src/audio_oss_source.h +++ b/gr-audio-oss/src/audio_oss_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-oss/src/qa_oss.py b/gr-audio-oss/src/qa_oss.py index 18afc4b29..a1f3b4f40 100755 --- a/gr-audio-oss/src/qa_oss.py +++ b/gr-audio-oss/src/qa_oss.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, |