diff options
Diffstat (limited to 'gr-howto-write-a-block/src/python')
-rw-r--r-- | gr-howto-write-a-block/src/python/Makefile.am | 4 | ||||
-rwxr-xr-x | gr-howto-write-a-block/src/python/qa_howto.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-howto-write-a-block/src/python/Makefile.am b/gr-howto-write-a-block/src/python/Makefile.am index c06f34eae..01fb074c6 100644 --- a/gr-howto-write-a-block/src/python/Makefile.am +++ b/gr-howto-write-a-block/src/python/Makefile.am @@ -15,8 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # include $(top_srcdir)/Makefile.common 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 7d96d3131..eed9a6549 100755 --- a/gr-howto-write-a-block/src/python/qa_howto.py +++ b/gr-howto-write-a-block/src/python/qa_howto.py @@ -16,8 +16,8 @@ # # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. # from gnuradio import gr, gr_unittest |