summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/omnithread
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/lib/omnithread')
-rw-r--r--gnuradio-core/src/lib/omnithread/Makefile.am4
-rw-r--r--gnuradio-core/src/lib/omnithread/mach.cc4
-rw-r--r--gnuradio-core/src/lib/omnithread/nt.cc4
-rw-r--r--gnuradio-core/src/lib/omnithread/omnithread.h4
-rw-r--r--gnuradio-core/src/lib/omnithread/ot_mach.h4
-rw-r--r--gnuradio-core/src/lib/omnithread/ot_nt.h4
-rw-r--r--gnuradio-core/src/lib/omnithread/ot_posix.h4
-rw-r--r--gnuradio-core/src/lib/omnithread/ot_pthread_nt.h4
-rw-r--r--gnuradio-core/src/lib/omnithread/ot_solaris.h4
-rw-r--r--gnuradio-core/src/lib/omnithread/posix.cc4
-rw-r--r--gnuradio-core/src/lib/omnithread/solaris.cc4
-rw-r--r--gnuradio-core/src/lib/omnithread/threaddata.cc4
12 files changed, 24 insertions, 24 deletions
diff --git a/gnuradio-core/src/lib/omnithread/Makefile.am b/gnuradio-core/src/lib/omnithread/Makefile.am
index f2234468f8..de365c15cf 100644
--- a/gnuradio-core/src/lib/omnithread/Makefile.am
+++ b/gnuradio-core/src/lib/omnithread/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/gnuradio-core/src/lib/omnithread/mach.cc b/gnuradio-core/src/lib/omnithread/mach.cc
index 06f8a11e11..8759bb4ce4 100644
--- a/gnuradio-core/src/lib/omnithread/mach.cc
+++ b/gnuradio-core/src/lib/omnithread/mach.cc
@@ -17,8 +17,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
diff --git a/gnuradio-core/src/lib/omnithread/nt.cc b/gnuradio-core/src/lib/omnithread/nt.cc
index 09be422917..644501a357 100644
--- a/gnuradio-core/src/lib/omnithread/nt.cc
+++ b/gnuradio-core/src/lib/omnithread/nt.cc
@@ -18,8 +18,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
diff --git a/gnuradio-core/src/lib/omnithread/omnithread.h b/gnuradio-core/src/lib/omnithread/omnithread.h
index f63adc4fed..b6df34d72e 100644
--- a/gnuradio-core/src/lib/omnithread/omnithread.h
+++ b/gnuradio-core/src/lib/omnithread/omnithread.h
@@ -19,8 +19,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
diff --git a/gnuradio-core/src/lib/omnithread/ot_mach.h b/gnuradio-core/src/lib/omnithread/ot_mach.h
index 483f600fe9..76361926ca 100644
--- a/gnuradio-core/src/lib/omnithread/ot_mach.h
+++ b/gnuradio-core/src/lib/omnithread/ot_mach.h
@@ -17,8 +17,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
// OMNI thread implementation classes for posix threads
diff --git a/gnuradio-core/src/lib/omnithread/ot_nt.h b/gnuradio-core/src/lib/omnithread/ot_nt.h
index 3ed173f29b..551ccf2f14 100644
--- a/gnuradio-core/src/lib/omnithread/ot_nt.h
+++ b/gnuradio-core/src/lib/omnithread/ot_nt.h
@@ -17,8 +17,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
// OMNI thread implementation classes for NT threads.
diff --git a/gnuradio-core/src/lib/omnithread/ot_posix.h b/gnuradio-core/src/lib/omnithread/ot_posix.h
index 1e5bf9d294..666ccc0890 100644
--- a/gnuradio-core/src/lib/omnithread/ot_posix.h
+++ b/gnuradio-core/src/lib/omnithread/ot_posix.h
@@ -18,8 +18,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
// OMNI thread implementation classes for posix threads
diff --git a/gnuradio-core/src/lib/omnithread/ot_pthread_nt.h b/gnuradio-core/src/lib/omnithread/ot_pthread_nt.h
index cf3d879427..dbf4356cfe 100644
--- a/gnuradio-core/src/lib/omnithread/ot_pthread_nt.h
+++ b/gnuradio-core/src/lib/omnithread/ot_pthread_nt.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA
+ Software Foundation, Inc., 51 Franklin Street, Boston, MA
+ 02110-1301, USA
Posix Threads implementation for Windows NT, version 4.0
*/
diff --git a/gnuradio-core/src/lib/omnithread/ot_solaris.h b/gnuradio-core/src/lib/omnithread/ot_solaris.h
index aaef036f18..f4fea0b112 100644
--- a/gnuradio-core/src/lib/omnithread/ot_solaris.h
+++ b/gnuradio-core/src/lib/omnithread/ot_solaris.h
@@ -17,8 +17,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
// OMNI thread implementation classes for solaris threads.
//
diff --git a/gnuradio-core/src/lib/omnithread/posix.cc b/gnuradio-core/src/lib/omnithread/posix.cc
index 5fda14fcba..b82e86df3f 100644
--- a/gnuradio-core/src/lib/omnithread/posix.cc
+++ b/gnuradio-core/src/lib/omnithread/posix.cc
@@ -18,8 +18,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
diff --git a/gnuradio-core/src/lib/omnithread/solaris.cc b/gnuradio-core/src/lib/omnithread/solaris.cc
index 827a645faf..b0139d29df 100644
--- a/gnuradio-core/src/lib/omnithread/solaris.cc
+++ b/gnuradio-core/src/lib/omnithread/solaris.cc
@@ -17,8 +17,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
//
// Implementation of OMNI thread abstraction for solaris threads.
diff --git a/gnuradio-core/src/lib/omnithread/threaddata.cc b/gnuradio-core/src/lib/omnithread/threaddata.cc
index 3d007714f6..d54c439144 100644
--- a/gnuradio-core/src/lib/omnithread/threaddata.cc
+++ b/gnuradio-core/src/lib/omnithread/threaddata.cc
@@ -17,8 +17,8 @@
//
// You should have received a copy of the GNU Library General Public
// License along with this library; if not, write to the Free
-// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA
+// Software Foundation, Inc., 51 Franklin Street, Boston, MA
+// 02110-1301, USA
//
// Implementation of per-thread data