diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-09-13 21:30:04 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-09-13 21:30:04 +0000 |
commit | 86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch) | |
tree | 40c88e125aee9d66b2f8a7451a43e3eaf07da578 /pmt | |
parent | 31750b16dc2676a323fb8bd4a933e166d81b547e (diff) |
Updated FSF address in all files. Fixes ticket:51
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt')
-rw-r--r-- | pmt/ChangeLog | 4 | ||||
-rw-r--r-- | pmt/Makefile.am | 4 | ||||
-rw-r--r-- | pmt/README | 4 | ||||
-rw-r--r-- | pmt/doc/Makefile.am | 4 | ||||
-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 |
15 files changed, 32 insertions, 32 deletions
diff --git a/pmt/ChangeLog b/pmt/ChangeLog index 9f401c8d40..941fa89c9e 100644 --- a/pmt/ChangeLog +++ b/pmt/ChangeLog @@ -21,6 +21,6 @@ # # 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/Makefile.am b/pmt/Makefile.am index d16c469152..c83370c186 100644 --- a/pmt/Makefile.am +++ b/pmt/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/README b/pmt/README index fdf66142ec..89330686b2 100644 --- a/pmt/README +++ b/pmt/README @@ -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. # This directory hierarchy contains an implementation of diff --git a/pmt/doc/Makefile.am b/pmt/doc/Makefile.am index 2774a84444..7311964376 100644 --- a/pmt/doc/Makefile.am +++ b/pmt/doc/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. # TARGETS = diff --git a/pmt/src/Makefile.am b/pmt/src/Makefile.am index 8b32a223ca..bcbab24558 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 3a7de5fc02..672424edeb 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 a9d63f0384..8e9821f109 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 12c692867a..0f2ceec51e 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 d158d39cba..0499a16c11 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 738ca8a670..5a178523c2 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 c885f86a7e..11047e3bbb 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 166e7f84bc..ee913f0ee6 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 3c81a6565c..09669c3185 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 334ee65d96..d5e8e7530f 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 41cdc633be..0ba0e87553 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> |