summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/src
diff options
context:
space:
mode:
Diffstat (limited to 'gr-howto-write-a-block/src')
-rw-r--r--gr-howto-write-a-block/src/Makefile.am2
-rw-r--r--gr-howto-write-a-block/src/lib/Makefile.am2
-rw-r--r--gr-howto-write-a-block/src/lib/howto_square2_ff.cc2
-rw-r--r--gr-howto-write-a-block/src/lib/howto_square2_ff.h2
-rw-r--r--gr-howto-write-a-block/src/lib/howto_square_ff.cc2
-rw-r--r--gr-howto-write-a-block/src/lib/howto_square_ff.h2
-rw-r--r--gr-howto-write-a-block/src/python/Makefile.am2
-rwxr-xr-xgr-howto-write-a-block/src/python/qa_howto.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/gr-howto-write-a-block/src/Makefile.am b/gr-howto-write-a-block/src/Makefile.am
index 79b217291..e3f0399eb 100644
--- a/gr-howto-write-a-block/src/Makefile.am
+++ b/gr-howto-write-a-block/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-howto-write-a-block/src/lib/Makefile.am b/gr-howto-write-a-block/src/lib/Makefile.am
index ad362125a..5b0c57a41 100644
--- a/gr-howto-write-a-block/src/lib/Makefile.am
+++ b/gr-howto-write-a-block/src/lib/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-howto-write-a-block/src/lib/howto_square2_ff.cc b/gr-howto-write-a-block/src/lib/howto_square2_ff.cc
index cca15e0b2..e86db93dd 100644
--- a/gr-howto-write-a-block/src/lib/howto_square2_ff.cc
+++ b/gr-howto-write-a-block/src/lib/howto_square2_ff.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-howto-write-a-block/src/lib/howto_square2_ff.h b/gr-howto-write-a-block/src/lib/howto_square2_ff.h
index 9bad84d84..536b04fab 100644
--- a/gr-howto-write-a-block/src/lib/howto_square2_ff.h
+++ b/gr-howto-write-a-block/src/lib/howto_square2_ff.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-howto-write-a-block/src/lib/howto_square_ff.cc b/gr-howto-write-a-block/src/lib/howto_square_ff.cc
index a6e09c1da..5ab45d1f2 100644
--- a/gr-howto-write-a-block/src/lib/howto_square_ff.cc
+++ b/gr-howto-write-a-block/src/lib/howto_square_ff.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-howto-write-a-block/src/lib/howto_square_ff.h b/gr-howto-write-a-block/src/lib/howto_square_ff.h
index d614d84c3..092b93698 100644
--- a/gr-howto-write-a-block/src/lib/howto_square_ff.h
+++ b/gr-howto-write-a-block/src/lib/howto_square_ff.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-howto-write-a-block/src/python/Makefile.am b/gr-howto-write-a-block/src/python/Makefile.am
index 01fb074c6..79f44019d 100644
--- a/gr-howto-write-a-block/src/python/Makefile.am
+++ b/gr-howto-write-a-block/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-howto-write-a-block/src/python/qa_howto.py b/gr-howto-write-a-block/src/python/qa_howto.py
index eed9a6549..d664cd02c 100755
--- a/gr-howto-write-a-block/src/python/qa_howto.py
+++ b/gr-howto-write-a-block/src/python/qa_howto.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,