diff options
Diffstat (limited to 'gr-trellis/src/lib/build_utils.py')
-rw-r--r-- | gr-trellis/src/lib/build_utils.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-trellis/src/lib/build_utils.py b/gr-trellis/src/lib/build_utils.py index a4e13047bb..9145e868ca 100644 --- a/gr-trellis/src/lib/build_utils.py +++ b/gr-trellis/src/lib/build_utils.py @@ -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. # """Misc utilities used at build time @@ -135,8 +135,8 @@ copyright = '''/* -*- c++ -*- */ * * 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. */ ''' |