summaryrefslogtreecommitdiff
path: root/gr-audio-oss
diff options
context:
space:
mode:
Diffstat (limited to 'gr-audio-oss')
-rw-r--r--gr-audio-oss/ChangeLog2
-rw-r--r--gr-audio-oss/Makefile.am2
-rw-r--r--gr-audio-oss/src/Makefile.am2
-rw-r--r--gr-audio-oss/src/audio_oss.i2
-rw-r--r--gr-audio-oss/src/audio_oss_sink.cc2
-rw-r--r--gr-audio-oss/src/audio_oss_sink.h2
-rw-r--r--gr-audio-oss/src/audio_oss_source.cc2
-rw-r--r--gr-audio-oss/src/audio_oss_source.h2
-rwxr-xr-xgr-audio-oss/src/qa_oss.py2
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,