diff options
Diffstat (limited to 'pmt/src')
-rw-r--r-- | pmt/src/Makefile.am | 4 | ||||
-rw-r--r-- | pmt/src/lib/Makefile.am | 4 | ||||
-rwxr-xr-x | pmt/src/lib/generate_unv.py | 8 | ||||
-rw-r--r-- | pmt/src/lib/pmt.cc | 4 | ||||
-rw-r--r-- | pmt/src/lib/pmt.h | 4 | ||||
-rw-r--r-- | pmt/src/lib/pmt_int.h | 4 | ||||
-rw-r--r-- | pmt/src/lib/qa_pmt.cc | 4 | ||||
-rw-r--r-- | pmt/src/lib/qa_pmt.h | 4 | ||||
-rw-r--r-- | pmt/src/lib/qa_pmt_prims.cc | 4 | ||||
-rw-r--r-- | pmt/src/lib/qa_pmt_prims.h | 4 | ||||
-rw-r--r-- | pmt/src/lib/test_pmt.cc | 4 |
11 files changed, 24 insertions, 24 deletions
diff --git a/pmt/src/Makefile.am b/pmt/src/Makefile.am index 8b32a223c..bcbab2455 100644 --- a/pmt/src/Makefile.am +++ b/pmt/src/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. # SUBDIRS = lib diff --git a/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am index 3a7de5fc0..672424ede 100644 --- a/pmt/src/lib/Makefile.am +++ b/pmt/src/lib/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/pmt/src/lib/generate_unv.py b/pmt/src/lib/generate_unv.py index a9d63f038..8e9821f10 100755 --- a/pmt/src/lib/generate_unv.py +++ b/pmt/src/lib/generate_unv.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. # """ @@ -61,8 +61,8 @@ header = """\ * * 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. */ """ diff --git a/pmt/src/lib/pmt.cc b/pmt/src/lib/pmt.cc index 12c692867..0f2ceec51 100644 --- a/pmt/src/lib/pmt.cc +++ b/pmt/src/lib/pmt.cc @@ -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. */ #ifdef HAVE_CONFIG_H diff --git a/pmt/src/lib/pmt.h b/pmt/src/lib/pmt.h index d158d39cb..0499a16c1 100644 --- a/pmt/src/lib/pmt.h +++ b/pmt/src/lib/pmt.h @@ -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. */ #ifndef INCLUDED_PMT_H diff --git a/pmt/src/lib/pmt_int.h b/pmt/src/lib/pmt_int.h index 738ca8a67..5a178523c 100644 --- a/pmt/src/lib/pmt_int.h +++ b/pmt/src/lib/pmt_int.h @@ -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. */ #ifndef INCLUDED_PMT_INT_H #define INCLUDED_PMT_INT_H diff --git a/pmt/src/lib/qa_pmt.cc b/pmt/src/lib/qa_pmt.cc index c885f86a7..11047e3bb 100644 --- a/pmt/src/lib/qa_pmt.cc +++ b/pmt/src/lib/qa_pmt.cc @@ -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. */ /* diff --git a/pmt/src/lib/qa_pmt.h b/pmt/src/lib/qa_pmt.h index 166e7f84b..ee913f0ee 100644 --- a/pmt/src/lib/qa_pmt.h +++ b/pmt/src/lib/qa_pmt.h @@ -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. */ #ifndef INCLUDED_QA_PMT_H diff --git a/pmt/src/lib/qa_pmt_prims.cc b/pmt/src/lib/qa_pmt_prims.cc index 3c81a6565..09669c318 100644 --- a/pmt/src/lib/qa_pmt_prims.cc +++ b/pmt/src/lib/qa_pmt_prims.cc @@ -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. */ #include <qa_pmt_prims.h> diff --git a/pmt/src/lib/qa_pmt_prims.h b/pmt/src/lib/qa_pmt_prims.h index 334ee65d9..d5e8e7530 100644 --- a/pmt/src/lib/qa_pmt_prims.h +++ b/pmt/src/lib/qa_pmt_prims.h @@ -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. */ #ifndef INCLUDED_QA_PMT_PRIMS_H #define INCLUDED_QA_PMT_PRIMS_H diff --git a/pmt/src/lib/test_pmt.cc b/pmt/src/lib/test_pmt.cc index 41cdc633b..0ba0e8755 100644 --- a/pmt/src/lib/test_pmt.cc +++ b/pmt/src/lib/test_pmt.cc @@ -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. */ #include <cppunit/TextTestRunner.h> |