From 8421051831b7f3bb5c1254dc6c21d3706ca96bea Mon Sep 17 00:00:00 2001 From: Momcilo Medic Date: Sat, 11 Jul 2015 16:45:40 +0200 Subject: [PATCH] deps-w32-pthreads: Update FSF address Closes jp9000/obs-studio#453 --- COPYING | 2 +- deps/w32-pthreads/COPYING | 6 +++--- deps/w32-pthreads/COPYING.LIB | 4 ++-- deps/w32-pthreads/GNUmakefile | 2 +- deps/w32-pthreads/attr.c | 2 +- deps/w32-pthreads/autostatic.c | 2 +- deps/w32-pthreads/barrier.c | 2 +- deps/w32-pthreads/cancel.c | 2 +- deps/w32-pthreads/cleanup.c | 2 +- deps/w32-pthreads/condvar.c | 2 +- deps/w32-pthreads/context.h | 2 +- deps/w32-pthreads/create.c | 2 +- deps/w32-pthreads/dll.c | 2 +- deps/w32-pthreads/errno.c | 2 +- deps/w32-pthreads/exit.c | 2 +- deps/w32-pthreads/fork.c | 2 +- deps/w32-pthreads/global.c | 2 +- deps/w32-pthreads/implement.h | 2 +- deps/w32-pthreads/misc.c | 2 +- deps/w32-pthreads/mutex.c | 2 +- deps/w32-pthreads/nonportable.c | 2 +- deps/w32-pthreads/private.c | 2 +- deps/w32-pthreads/pthread.c | 2 +- deps/w32-pthreads/pthread.h | 2 +- deps/w32-pthreads/pthread_attr_destroy.c | 2 +- deps/w32-pthreads/pthread_attr_getdetachstate.c | 2 +- deps/w32-pthreads/pthread_attr_getinheritsched.c | 2 +- deps/w32-pthreads/pthread_attr_getschedparam.c | 2 +- deps/w32-pthreads/pthread_attr_getschedpolicy.c | 2 +- deps/w32-pthreads/pthread_attr_getscope.c | 2 +- deps/w32-pthreads/pthread_attr_getstackaddr.c | 2 +- deps/w32-pthreads/pthread_attr_getstacksize.c | 2 +- deps/w32-pthreads/pthread_attr_init.c | 2 +- deps/w32-pthreads/pthread_attr_setdetachstate.c | 2 +- deps/w32-pthreads/pthread_attr_setinheritsched.c | 2 +- deps/w32-pthreads/pthread_attr_setschedparam.c | 2 +- deps/w32-pthreads/pthread_attr_setschedpolicy.c | 2 +- deps/w32-pthreads/pthread_attr_setscope.c | 2 +- deps/w32-pthreads/pthread_attr_setstackaddr.c | 2 +- deps/w32-pthreads/pthread_attr_setstacksize.c | 2 +- deps/w32-pthreads/pthread_barrier_destroy.c | 2 +- deps/w32-pthreads/pthread_barrier_init.c | 2 +- deps/w32-pthreads/pthread_barrier_wait.c | 2 +- deps/w32-pthreads/pthread_barrierattr_destroy.c | 2 +- deps/w32-pthreads/pthread_barrierattr_getpshared.c | 2 +- deps/w32-pthreads/pthread_barrierattr_init.c | 2 +- deps/w32-pthreads/pthread_barrierattr_setpshared.c | 2 +- deps/w32-pthreads/pthread_cancel.c | 2 +- deps/w32-pthreads/pthread_cond_destroy.c | 2 +- deps/w32-pthreads/pthread_cond_init.c | 2 +- deps/w32-pthreads/pthread_cond_signal.c | 2 +- deps/w32-pthreads/pthread_cond_wait.c | 2 +- deps/w32-pthreads/pthread_condattr_destroy.c | 2 +- deps/w32-pthreads/pthread_condattr_getpshared.c | 2 +- deps/w32-pthreads/pthread_condattr_init.c | 2 +- deps/w32-pthreads/pthread_condattr_setpshared.c | 2 +- deps/w32-pthreads/pthread_delay_np.c | 2 +- deps/w32-pthreads/pthread_detach.c | 2 +- deps/w32-pthreads/pthread_equal.c | 2 +- deps/w32-pthreads/pthread_exit.c | 2 +- deps/w32-pthreads/pthread_getconcurrency.c | 2 +- deps/w32-pthreads/pthread_getschedparam.c | 2 +- deps/w32-pthreads/pthread_getspecific.c | 2 +- deps/w32-pthreads/pthread_getunique_np.c | 2 +- deps/w32-pthreads/pthread_getw32threadhandle_np.c | 2 +- deps/w32-pthreads/pthread_join.c | 2 +- deps/w32-pthreads/pthread_key_create.c | 2 +- deps/w32-pthreads/pthread_key_delete.c | 2 +- deps/w32-pthreads/pthread_kill.c | 2 +- deps/w32-pthreads/pthread_mutex_consistent.c | 2 +- deps/w32-pthreads/pthread_mutex_destroy.c | 2 +- deps/w32-pthreads/pthread_mutex_init.c | 2 +- deps/w32-pthreads/pthread_mutex_lock.c | 2 +- deps/w32-pthreads/pthread_mutex_timedlock.c | 2 +- deps/w32-pthreads/pthread_mutex_trylock.c | 2 +- deps/w32-pthreads/pthread_mutex_unlock.c | 2 +- deps/w32-pthreads/pthread_mutexattr_destroy.c | 2 +- deps/w32-pthreads/pthread_mutexattr_getkind_np.c | 2 +- deps/w32-pthreads/pthread_mutexattr_getpshared.c | 2 +- deps/w32-pthreads/pthread_mutexattr_getrobust.c | 2 +- deps/w32-pthreads/pthread_mutexattr_gettype.c | 2 +- deps/w32-pthreads/pthread_mutexattr_init.c | 2 +- deps/w32-pthreads/pthread_mutexattr_setkind_np.c | 2 +- deps/w32-pthreads/pthread_mutexattr_setpshared.c | 2 +- deps/w32-pthreads/pthread_mutexattr_setrobust.c | 2 +- deps/w32-pthreads/pthread_mutexattr_settype.c | 2 +- deps/w32-pthreads/pthread_num_processors_np.c | 2 +- deps/w32-pthreads/pthread_once.c | 2 +- deps/w32-pthreads/pthread_rwlock_destroy.c | 2 +- deps/w32-pthreads/pthread_rwlock_init.c | 2 +- deps/w32-pthreads/pthread_rwlock_rdlock.c | 2 +- deps/w32-pthreads/pthread_rwlock_timedrdlock.c | 2 +- deps/w32-pthreads/pthread_rwlock_timedwrlock.c | 2 +- deps/w32-pthreads/pthread_rwlock_tryrdlock.c | 2 +- deps/w32-pthreads/pthread_rwlock_trywrlock.c | 2 +- deps/w32-pthreads/pthread_rwlock_unlock.c | 2 +- deps/w32-pthreads/pthread_rwlock_wrlock.c | 2 +- deps/w32-pthreads/pthread_rwlockattr_destroy.c | 2 +- deps/w32-pthreads/pthread_rwlockattr_getpshared.c | 2 +- deps/w32-pthreads/pthread_rwlockattr_init.c | 2 +- deps/w32-pthreads/pthread_rwlockattr_setpshared.c | 2 +- deps/w32-pthreads/pthread_self.c | 2 +- deps/w32-pthreads/pthread_setcancelstate.c | 2 +- deps/w32-pthreads/pthread_setcanceltype.c | 2 +- deps/w32-pthreads/pthread_setconcurrency.c | 2 +- deps/w32-pthreads/pthread_setschedparam.c | 2 +- deps/w32-pthreads/pthread_setspecific.c | 2 +- deps/w32-pthreads/pthread_spin_destroy.c | 2 +- deps/w32-pthreads/pthread_spin_init.c | 2 +- deps/w32-pthreads/pthread_spin_lock.c | 2 +- deps/w32-pthreads/pthread_spin_trylock.c | 2 +- deps/w32-pthreads/pthread_spin_unlock.c | 2 +- deps/w32-pthreads/pthread_testcancel.c | 2 +- deps/w32-pthreads/pthread_timechange_handler_np.c | 2 +- deps/w32-pthreads/pthread_win32_attach_detach_np.c | 2 +- deps/w32-pthreads/ptw32_MCS_lock.c | 2 +- deps/w32-pthreads/ptw32_OLL_lock.c | 2 +- deps/w32-pthreads/ptw32_callUserDestroyRoutines.c | 2 +- deps/w32-pthreads/ptw32_calloc.c | 2 +- deps/w32-pthreads/ptw32_cond_check_need_init.c | 2 +- deps/w32-pthreads/ptw32_getprocessors.c | 2 +- deps/w32-pthreads/ptw32_is_attr.c | 2 +- deps/w32-pthreads/ptw32_mutex_check_need_init.c | 2 +- deps/w32-pthreads/ptw32_new.c | 2 +- deps/w32-pthreads/ptw32_processInitialize.c | 2 +- deps/w32-pthreads/ptw32_processTerminate.c | 2 +- deps/w32-pthreads/ptw32_relmillisecs.c | 2 +- deps/w32-pthreads/ptw32_reuse.c | 2 +- deps/w32-pthreads/ptw32_rwlock_cancelwrwait.c | 2 +- deps/w32-pthreads/ptw32_rwlock_check_need_init.c | 2 +- deps/w32-pthreads/ptw32_semwait.c | 2 +- deps/w32-pthreads/ptw32_spinlock_check_need_init.c | 2 +- deps/w32-pthreads/ptw32_threadDestroy.c | 2 +- deps/w32-pthreads/ptw32_threadStart.c | 2 +- deps/w32-pthreads/ptw32_throw.c | 2 +- deps/w32-pthreads/ptw32_timespec.c | 2 +- deps/w32-pthreads/ptw32_tkAssocCreate.c | 2 +- deps/w32-pthreads/ptw32_tkAssocDestroy.c | 2 +- deps/w32-pthreads/rwlock.c | 2 +- deps/w32-pthreads/sched.c | 2 +- deps/w32-pthreads/sched.h | 2 +- deps/w32-pthreads/sched_get_priority_max.c | 2 +- deps/w32-pthreads/sched_get_priority_min.c | 2 +- deps/w32-pthreads/sched_getscheduler.c | 2 +- deps/w32-pthreads/sched_setscheduler.c | 2 +- deps/w32-pthreads/sched_yield.c | 2 +- deps/w32-pthreads/sem_close.c | 2 +- deps/w32-pthreads/sem_destroy.c | 2 +- deps/w32-pthreads/sem_getvalue.c | 2 +- deps/w32-pthreads/sem_init.c | 2 +- deps/w32-pthreads/sem_open.c | 2 +- deps/w32-pthreads/sem_post.c | 2 +- deps/w32-pthreads/sem_post_multiple.c | 2 +- deps/w32-pthreads/sem_timedwait.c | 2 +- deps/w32-pthreads/sem_trywait.c | 2 +- deps/w32-pthreads/sem_unlink.c | 2 +- deps/w32-pthreads/sem_wait.c | 2 +- deps/w32-pthreads/semaphore.c | 2 +- deps/w32-pthreads/semaphore.h | 2 +- deps/w32-pthreads/signal.c | 2 +- deps/w32-pthreads/spin.c | 2 +- deps/w32-pthreads/sync.c | 2 +- deps/w32-pthreads/tests/Bmakefile | 2 +- deps/w32-pthreads/tests/GNUmakefile | 2 +- deps/w32-pthreads/tests/Makefile | 2 +- deps/w32-pthreads/tests/Wmakefile | 2 +- deps/w32-pthreads/tests/barrier1.c | 2 +- deps/w32-pthreads/tests/barrier2.c | 2 +- deps/w32-pthreads/tests/barrier3.c | 2 +- deps/w32-pthreads/tests/barrier4.c | 2 +- deps/w32-pthreads/tests/barrier5.c | 2 +- deps/w32-pthreads/tests/barrier6.c | 2 +- deps/w32-pthreads/tests/benchlib.c | 2 +- deps/w32-pthreads/tests/benchtest.h | 2 +- deps/w32-pthreads/tests/benchtest1.c | 2 +- deps/w32-pthreads/tests/benchtest2.c | 2 +- deps/w32-pthreads/tests/benchtest3.c | 2 +- deps/w32-pthreads/tests/benchtest4.c | 2 +- deps/w32-pthreads/tests/benchtest5.c | 2 +- deps/w32-pthreads/tests/cancel1.c | 2 +- deps/w32-pthreads/tests/cancel2.c | 2 +- deps/w32-pthreads/tests/cancel3.c | 2 +- deps/w32-pthreads/tests/cancel4.c | 2 +- deps/w32-pthreads/tests/cancel5.c | 2 +- deps/w32-pthreads/tests/cancel6a.c | 2 +- deps/w32-pthreads/tests/cancel6d.c | 2 +- deps/w32-pthreads/tests/cancel7.c | 2 +- deps/w32-pthreads/tests/cancel8.c | 2 +- deps/w32-pthreads/tests/cancel9.c | 2 +- deps/w32-pthreads/tests/cleanup0.c | 2 +- deps/w32-pthreads/tests/cleanup1.c | 2 +- deps/w32-pthreads/tests/cleanup2.c | 2 +- deps/w32-pthreads/tests/cleanup3.c | 2 +- deps/w32-pthreads/tests/condvar1.c | 2 +- deps/w32-pthreads/tests/condvar1_1.c | 2 +- deps/w32-pthreads/tests/condvar1_2.c | 2 +- deps/w32-pthreads/tests/condvar2.c | 2 +- deps/w32-pthreads/tests/condvar2_1.c | 2 +- deps/w32-pthreads/tests/condvar3.c | 2 +- deps/w32-pthreads/tests/condvar3_1.c | 2 +- deps/w32-pthreads/tests/condvar3_2.c | 2 +- deps/w32-pthreads/tests/condvar3_3.c | 2 +- deps/w32-pthreads/tests/condvar4.c | 2 +- deps/w32-pthreads/tests/condvar5.c | 2 +- deps/w32-pthreads/tests/condvar6.c | 2 +- deps/w32-pthreads/tests/condvar7.c | 2 +- deps/w32-pthreads/tests/condvar8.c | 2 +- deps/w32-pthreads/tests/condvar9.c | 2 +- deps/w32-pthreads/tests/context1.c | 2 +- deps/w32-pthreads/tests/count1.c | 2 +- deps/w32-pthreads/tests/create1.c | 2 +- deps/w32-pthreads/tests/create2.c | 2 +- deps/w32-pthreads/tests/create3.c | 2 +- deps/w32-pthreads/tests/delay1.c | 2 +- deps/w32-pthreads/tests/delay2.c | 2 +- deps/w32-pthreads/tests/detach1.c | 2 +- deps/w32-pthreads/tests/equal1.c | 2 +- deps/w32-pthreads/tests/errno1.c | 2 +- deps/w32-pthreads/tests/exception1.c | 2 +- deps/w32-pthreads/tests/exception2.c | 2 +- deps/w32-pthreads/tests/exception3.c | 2 +- deps/w32-pthreads/tests/exit1.c | 2 +- deps/w32-pthreads/tests/exit2.c | 2 +- deps/w32-pthreads/tests/exit3.c | 2 +- deps/w32-pthreads/tests/exit4.c | 2 +- deps/w32-pthreads/tests/exit5.c | 2 +- deps/w32-pthreads/tests/eyal1.c | 2 +- deps/w32-pthreads/tests/inherit1.c | 2 +- deps/w32-pthreads/tests/join0.c | 2 +- deps/w32-pthreads/tests/join1.c | 2 +- deps/w32-pthreads/tests/join2.c | 2 +- deps/w32-pthreads/tests/join3.c | 2 +- deps/w32-pthreads/tests/kill1.c | 2 +- deps/w32-pthreads/tests/loadfree.c | 2 +- deps/w32-pthreads/tests/mutex1.c | 2 +- deps/w32-pthreads/tests/mutex1e.c | 2 +- deps/w32-pthreads/tests/mutex1n.c | 2 +- deps/w32-pthreads/tests/mutex1r.c | 2 +- deps/w32-pthreads/tests/mutex2.c | 2 +- deps/w32-pthreads/tests/mutex2e.c | 2 +- deps/w32-pthreads/tests/mutex2r.c | 2 +- deps/w32-pthreads/tests/mutex3.c | 2 +- deps/w32-pthreads/tests/mutex3e.c | 2 +- deps/w32-pthreads/tests/mutex3r.c | 2 +- deps/w32-pthreads/tests/mutex4.c | 2 +- deps/w32-pthreads/tests/mutex5.c | 2 +- deps/w32-pthreads/tests/mutex6.c | 2 +- deps/w32-pthreads/tests/mutex6e.c | 2 +- deps/w32-pthreads/tests/mutex6es.c | 2 +- deps/w32-pthreads/tests/mutex6n.c | 2 +- deps/w32-pthreads/tests/mutex6r.c | 2 +- deps/w32-pthreads/tests/mutex6rs.c | 2 +- deps/w32-pthreads/tests/mutex6s.c | 2 +- deps/w32-pthreads/tests/mutex7.c | 2 +- deps/w32-pthreads/tests/mutex7e.c | 2 +- deps/w32-pthreads/tests/mutex7n.c | 2 +- deps/w32-pthreads/tests/mutex7r.c | 2 +- deps/w32-pthreads/tests/mutex8.c | 2 +- deps/w32-pthreads/tests/mutex8e.c | 2 +- deps/w32-pthreads/tests/mutex8n.c | 2 +- deps/w32-pthreads/tests/mutex8r.c | 2 +- deps/w32-pthreads/tests/once1.c | 2 +- deps/w32-pthreads/tests/once2.c | 2 +- deps/w32-pthreads/tests/once3.c | 2 +- deps/w32-pthreads/tests/once4.c | 2 +- deps/w32-pthreads/tests/priority1.c | 2 +- deps/w32-pthreads/tests/priority2.c | 2 +- deps/w32-pthreads/tests/reuse1.c | 2 +- deps/w32-pthreads/tests/reuse2.c | 2 +- deps/w32-pthreads/tests/robust1.c | 2 +- deps/w32-pthreads/tests/robust2.c | 2 +- deps/w32-pthreads/tests/robust3.c | 2 +- deps/w32-pthreads/tests/robust4.c | 2 +- deps/w32-pthreads/tests/robust5.c | 2 +- deps/w32-pthreads/tests/rwlock1.c | 2 +- deps/w32-pthreads/tests/rwlock2.c | 2 +- deps/w32-pthreads/tests/rwlock2_t.c | 2 +- deps/w32-pthreads/tests/rwlock3.c | 2 +- deps/w32-pthreads/tests/rwlock3_t.c | 2 +- deps/w32-pthreads/tests/rwlock4.c | 2 +- deps/w32-pthreads/tests/rwlock4_t.c | 2 +- deps/w32-pthreads/tests/rwlock5.c | 2 +- deps/w32-pthreads/tests/rwlock5_t.c | 2 +- deps/w32-pthreads/tests/rwlock6.c | 2 +- deps/w32-pthreads/tests/rwlock6_t.c | 2 +- deps/w32-pthreads/tests/rwlock6_t2.c | 2 +- deps/w32-pthreads/tests/self1.c | 2 +- deps/w32-pthreads/tests/self2.c | 2 +- deps/w32-pthreads/tests/semaphore1.c | 2 +- deps/w32-pthreads/tests/semaphore2.c | 2 +- deps/w32-pthreads/tests/semaphore3.c | 2 +- deps/w32-pthreads/tests/semaphore4.c | 2 +- deps/w32-pthreads/tests/semaphore4t.c | 2 +- deps/w32-pthreads/tests/semaphore5.c | 2 +- deps/w32-pthreads/tests/sequence1.c | 2 +- deps/w32-pthreads/tests/spin1.c | 2 +- deps/w32-pthreads/tests/spin2.c | 2 +- deps/w32-pthreads/tests/spin3.c | 2 +- deps/w32-pthreads/tests/spin4.c | 2 +- deps/w32-pthreads/tests/stress1.c | 2 +- deps/w32-pthreads/tests/test.h | 2 +- deps/w32-pthreads/tests/tryentercs.c | 2 +- deps/w32-pthreads/tests/tryentercs2.c | 2 +- deps/w32-pthreads/tests/tsd1.c | 2 +- deps/w32-pthreads/tests/tsd2.c | 2 +- deps/w32-pthreads/tests/valid1.c | 2 +- deps/w32-pthreads/tests/valid2.c | 2 +- deps/w32-pthreads/tsd.c | 2 +- deps/w32-pthreads/version.rc | 2 +- deps/w32-pthreads/w32_CancelableWait.c | 2 +- 310 files changed, 313 insertions(+), 313 deletions(-) diff --git a/COPYING b/COPYING index dec24bd65..70a219392 100644 --- a/COPYING +++ b/COPYING @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Also add information on how to contact you by electronic and paper mail. diff --git a/deps/w32-pthreads/COPYING b/deps/w32-pthreads/COPYING index 5cfea0d0e..cac5794fd 100644 --- a/deps/w32-pthreads/COPYING +++ b/deps/w32-pthreads/COPYING @@ -38,9 +38,9 @@ Pthreads-win32 is covered by the GNU Lesser General Public License Public License with pthreads-win32; if not, write to: Free Software Foundation, Inc. - 59 Temple Place - Suite 330 - Boston, MA 02111-1307 + 51 Franklin Street + Fifth Floor + Boston, MA 02110-1301 USA The contact addresses for pthreads-win32 is as follows: diff --git a/deps/w32-pthreads/COPYING.LIB b/deps/w32-pthreads/COPYING.LIB index b1e3f5a26..db01cf0a0 100644 --- a/deps/w32-pthreads/COPYING.LIB +++ b/deps/w32-pthreads/COPYING.LIB @@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the You should have received a copy of the GNU Lesser 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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Also add information on how to contact you by electronic and paper mail. diff --git a/deps/w32-pthreads/GNUmakefile b/deps/w32-pthreads/GNUmakefile index e489f002e..9b924621e 100644 --- a/deps/w32-pthreads/GNUmakefile +++ b/deps/w32-pthreads/GNUmakefile @@ -26,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library in the file COPYING.LIB; # if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # DLL_VER = 2 diff --git a/deps/w32-pthreads/attr.c b/deps/w32-pthreads/attr.c index a9d55f4a4..fa1a1dd1e 100644 --- a/deps/w32-pthreads/attr.c +++ b/deps/w32-pthreads/attr.c @@ -35,7 +35,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/autostatic.c b/deps/w32-pthreads/autostatic.c index 092aff2ae..e8bc3a823 100644 --- a/deps/w32-pthreads/autostatic.c +++ b/deps/w32-pthreads/autostatic.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if defined(PTW32_STATIC_LIB) diff --git a/deps/w32-pthreads/barrier.c b/deps/w32-pthreads/barrier.c index 41b950cd1..c34fd7f43 100644 --- a/deps/w32-pthreads/barrier.c +++ b/deps/w32-pthreads/barrier.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/cancel.c b/deps/w32-pthreads/cancel.c index 1bd14ebe6..3a554a0d6 100644 --- a/deps/w32-pthreads/cancel.c +++ b/deps/w32-pthreads/cancel.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/cleanup.c b/deps/w32-pthreads/cleanup.c index 381d1e87c..fc69ca83f 100644 --- a/deps/w32-pthreads/cleanup.c +++ b/deps/w32-pthreads/cleanup.c @@ -33,7 +33,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/condvar.c b/deps/w32-pthreads/condvar.c index 704f4d793..556596df5 100644 --- a/deps/w32-pthreads/condvar.c +++ b/deps/w32-pthreads/condvar.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * */ diff --git a/deps/w32-pthreads/context.h b/deps/w32-pthreads/context.h index 3d4511f5b..f55dd73e9 100644 --- a/deps/w32-pthreads/context.h +++ b/deps/w32-pthreads/context.h @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PTW32_CONTEXT_H diff --git a/deps/w32-pthreads/create.c b/deps/w32-pthreads/create.c index 8b036cc2e..1927296ca 100644 --- a/deps/w32-pthreads/create.c +++ b/deps/w32-pthreads/create.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/dll.c b/deps/w32-pthreads/dll.c index 05e01bee7..8350cdd52 100644 --- a/deps/w32-pthreads/dll.c +++ b/deps/w32-pthreads/dll.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(PTW32_STATIC_LIB) diff --git a/deps/w32-pthreads/errno.c b/deps/w32-pthreads/errno.c index 78aa920a5..1f5bfff31 100644 --- a/deps/w32-pthreads/errno.c +++ b/deps/w32-pthreads/errno.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if defined(NEED_ERRNO) diff --git a/deps/w32-pthreads/exit.c b/deps/w32-pthreads/exit.c index 94369d007..7645d7a91 100644 --- a/deps/w32-pthreads/exit.c +++ b/deps/w32-pthreads/exit.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/fork.c b/deps/w32-pthreads/fork.c index 8a29550ca..32acba681 100644 --- a/deps/w32-pthreads/fork.c +++ b/deps/w32-pthreads/fork.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/deps/w32-pthreads/global.c b/deps/w32-pthreads/global.c index f1e9b3f66..0bdf32575 100644 --- a/deps/w32-pthreads/global.c +++ b/deps/w32-pthreads/global.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/implement.h b/deps/w32-pthreads/implement.h index 693be26a2..db7888b22 100644 --- a/deps/w32-pthreads/implement.h +++ b/deps/w32-pthreads/implement.h @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(_IMPLEMENT_H) diff --git a/deps/w32-pthreads/misc.c b/deps/w32-pthreads/misc.c index 06d1d2137..cf0e4eca4 100644 --- a/deps/w32-pthreads/misc.c +++ b/deps/w32-pthreads/misc.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/mutex.c b/deps/w32-pthreads/mutex.c index c2b3607ca..78bc6d211 100644 --- a/deps/w32-pthreads/mutex.c +++ b/deps/w32-pthreads/mutex.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if ! defined(_UWIN) && ! defined(WINCE) diff --git a/deps/w32-pthreads/nonportable.c b/deps/w32-pthreads/nonportable.c index 742cb969b..b9ff9bfc7 100644 --- a/deps/w32-pthreads/nonportable.c +++ b/deps/w32-pthreads/nonportable.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/private.c b/deps/w32-pthreads/private.c index 1b1ccb7c5..52d73b779 100644 --- a/deps/w32-pthreads/private.c +++ b/deps/w32-pthreads/private.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread.c b/deps/w32-pthreads/pthread.c index 60b53412b..a061c8ce0 100644 --- a/deps/w32-pthreads/pthread.c +++ b/deps/w32-pthreads/pthread.c @@ -33,7 +33,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread.h b/deps/w32-pthreads/pthread.h index 0e834aefc..d4fc5898d 100644 --- a/deps/w32-pthreads/pthread.h +++ b/deps/w32-pthreads/pthread.h @@ -27,7 +27,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined( PTHREAD_H ) diff --git a/deps/w32-pthreads/pthread_attr_destroy.c b/deps/w32-pthreads/pthread_attr_destroy.c index 8b3e04c53..1489e4ccc 100644 --- a/deps/w32-pthreads/pthread_attr_destroy.c +++ b/deps/w32-pthreads/pthread_attr_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getdetachstate.c b/deps/w32-pthreads/pthread_attr_getdetachstate.c index 188533b13..e5050ab8c 100644 --- a/deps/w32-pthreads/pthread_attr_getdetachstate.c +++ b/deps/w32-pthreads/pthread_attr_getdetachstate.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getinheritsched.c b/deps/w32-pthreads/pthread_attr_getinheritsched.c index 9c6885ed9..a7d59f6fa 100644 --- a/deps/w32-pthreads/pthread_attr_getinheritsched.c +++ b/deps/w32-pthreads/pthread_attr_getinheritsched.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getschedparam.c b/deps/w32-pthreads/pthread_attr_getschedparam.c index ab89b2241..0cecde3d3 100644 --- a/deps/w32-pthreads/pthread_attr_getschedparam.c +++ b/deps/w32-pthreads/pthread_attr_getschedparam.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getschedpolicy.c b/deps/w32-pthreads/pthread_attr_getschedpolicy.c index 94a257d60..73c908189 100644 --- a/deps/w32-pthreads/pthread_attr_getschedpolicy.c +++ b/deps/w32-pthreads/pthread_attr_getschedpolicy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getscope.c b/deps/w32-pthreads/pthread_attr_getscope.c index 2efdb2fe6..ac644e487 100644 --- a/deps/w32-pthreads/pthread_attr_getscope.c +++ b/deps/w32-pthreads/pthread_attr_getscope.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getstackaddr.c b/deps/w32-pthreads/pthread_attr_getstackaddr.c index 1a2da01c7..15a3f00ff 100644 --- a/deps/w32-pthreads/pthread_attr_getstackaddr.c +++ b/deps/w32-pthreads/pthread_attr_getstackaddr.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_getstacksize.c b/deps/w32-pthreads/pthread_attr_getstacksize.c index dff9230f2..948a12f7d 100644 --- a/deps/w32-pthreads/pthread_attr_getstacksize.c +++ b/deps/w32-pthreads/pthread_attr_getstacksize.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_init.c b/deps/w32-pthreads/pthread_attr_init.c index ae9d3eb5f..4eff84fc5 100644 --- a/deps/w32-pthreads/pthread_attr_init.c +++ b/deps/w32-pthreads/pthread_attr_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setdetachstate.c b/deps/w32-pthreads/pthread_attr_setdetachstate.c index 784642a80..c20926a95 100644 --- a/deps/w32-pthreads/pthread_attr_setdetachstate.c +++ b/deps/w32-pthreads/pthread_attr_setdetachstate.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setinheritsched.c b/deps/w32-pthreads/pthread_attr_setinheritsched.c index e0a407a3b..2f921fc12 100644 --- a/deps/w32-pthreads/pthread_attr_setinheritsched.c +++ b/deps/w32-pthreads/pthread_attr_setinheritsched.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setschedparam.c b/deps/w32-pthreads/pthread_attr_setschedparam.c index f246bfae7..969fe7c85 100644 --- a/deps/w32-pthreads/pthread_attr_setschedparam.c +++ b/deps/w32-pthreads/pthread_attr_setschedparam.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setschedpolicy.c b/deps/w32-pthreads/pthread_attr_setschedpolicy.c index 45ff16597..d8873ae50 100644 --- a/deps/w32-pthreads/pthread_attr_setschedpolicy.c +++ b/deps/w32-pthreads/pthread_attr_setschedpolicy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setscope.c b/deps/w32-pthreads/pthread_attr_setscope.c index 39a51df88..2cdffe835 100644 --- a/deps/w32-pthreads/pthread_attr_setscope.c +++ b/deps/w32-pthreads/pthread_attr_setscope.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setstackaddr.c b/deps/w32-pthreads/pthread_attr_setstackaddr.c index 1316c0659..5eb2b61c4 100644 --- a/deps/w32-pthreads/pthread_attr_setstackaddr.c +++ b/deps/w32-pthreads/pthread_attr_setstackaddr.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_attr_setstacksize.c b/deps/w32-pthreads/pthread_attr_setstacksize.c index eb13589a0..cd8f7022e 100644 --- a/deps/w32-pthreads/pthread_attr_setstacksize.c +++ b/deps/w32-pthreads/pthread_attr_setstacksize.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrier_destroy.c b/deps/w32-pthreads/pthread_barrier_destroy.c index 55163cc85..48e242367 100644 --- a/deps/w32-pthreads/pthread_barrier_destroy.c +++ b/deps/w32-pthreads/pthread_barrier_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrier_init.c b/deps/w32-pthreads/pthread_barrier_init.c index 618bfae26..8bb989405 100644 --- a/deps/w32-pthreads/pthread_barrier_init.c +++ b/deps/w32-pthreads/pthread_barrier_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrier_wait.c b/deps/w32-pthreads/pthread_barrier_wait.c index e0e97e6c7..9fe987e4b 100644 --- a/deps/w32-pthreads/pthread_barrier_wait.c +++ b/deps/w32-pthreads/pthread_barrier_wait.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrierattr_destroy.c b/deps/w32-pthreads/pthread_barrierattr_destroy.c index 5ab662e3f..59853dbb0 100644 --- a/deps/w32-pthreads/pthread_barrierattr_destroy.c +++ b/deps/w32-pthreads/pthread_barrierattr_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrierattr_getpshared.c b/deps/w32-pthreads/pthread_barrierattr_getpshared.c index 44c467e2b..e2529da18 100644 --- a/deps/w32-pthreads/pthread_barrierattr_getpshared.c +++ b/deps/w32-pthreads/pthread_barrierattr_getpshared.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrierattr_init.c b/deps/w32-pthreads/pthread_barrierattr_init.c index 342f8b0c6..7e7b13e10 100644 --- a/deps/w32-pthreads/pthread_barrierattr_init.c +++ b/deps/w32-pthreads/pthread_barrierattr_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_barrierattr_setpshared.c b/deps/w32-pthreads/pthread_barrierattr_setpshared.c index 08c6fde30..2612c076e 100644 --- a/deps/w32-pthreads/pthread_barrierattr_setpshared.c +++ b/deps/w32-pthreads/pthread_barrierattr_setpshared.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_cancel.c b/deps/w32-pthreads/pthread_cancel.c index ae60b7293..4af0c6e01 100644 --- a/deps/w32-pthreads/pthread_cancel.c +++ b/deps/w32-pthreads/pthread_cancel.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_cond_destroy.c b/deps/w32-pthreads/pthread_cond_destroy.c index 40d4a0896..d960172dd 100644 --- a/deps/w32-pthreads/pthread_cond_destroy.c +++ b/deps/w32-pthreads/pthread_cond_destroy.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_cond_init.c b/deps/w32-pthreads/pthread_cond_init.c index f28fd67b4..c2d2526be 100644 --- a/deps/w32-pthreads/pthread_cond_init.c +++ b/deps/w32-pthreads/pthread_cond_init.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_cond_signal.c b/deps/w32-pthreads/pthread_cond_signal.c index 2b4f6d4d4..f3d384ae4 100644 --- a/deps/w32-pthreads/pthread_cond_signal.c +++ b/deps/w32-pthreads/pthread_cond_signal.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * ------------------------------------------------------------- * Algorithm: diff --git a/deps/w32-pthreads/pthread_cond_wait.c b/deps/w32-pthreads/pthread_cond_wait.c index 359219ae9..8248407f3 100644 --- a/deps/w32-pthreads/pthread_cond_wait.c +++ b/deps/w32-pthreads/pthread_cond_wait.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * ------------------------------------------------------------- * Algorithm: diff --git a/deps/w32-pthreads/pthread_condattr_destroy.c b/deps/w32-pthreads/pthread_condattr_destroy.c index 58a14828f..d401ceed6 100644 --- a/deps/w32-pthreads/pthread_condattr_destroy.c +++ b/deps/w32-pthreads/pthread_condattr_destroy.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_condattr_getpshared.c b/deps/w32-pthreads/pthread_condattr_getpshared.c index a0ac6d882..7b508e34e 100644 --- a/deps/w32-pthreads/pthread_condattr_getpshared.c +++ b/deps/w32-pthreads/pthread_condattr_getpshared.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_condattr_init.c b/deps/w32-pthreads/pthread_condattr_init.c index 5987878e0..fd5964244 100644 --- a/deps/w32-pthreads/pthread_condattr_init.c +++ b/deps/w32-pthreads/pthread_condattr_init.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_condattr_setpshared.c b/deps/w32-pthreads/pthread_condattr_setpshared.c index 954fb3829..f6242075f 100644 --- a/deps/w32-pthreads/pthread_condattr_setpshared.c +++ b/deps/w32-pthreads/pthread_condattr_setpshared.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_delay_np.c b/deps/w32-pthreads/pthread_delay_np.c index e6c96d807..8d681e936 100644 --- a/deps/w32-pthreads/pthread_delay_np.c +++ b/deps/w32-pthreads/pthread_delay_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_detach.c b/deps/w32-pthreads/pthread_detach.c index 9ff6587f3..10f79d805 100644 --- a/deps/w32-pthreads/pthread_detach.c +++ b/deps/w32-pthreads/pthread_detach.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_equal.c b/deps/w32-pthreads/pthread_equal.c index 5ddd82acb..aae0085c1 100644 --- a/deps/w32-pthreads/pthread_equal.c +++ b/deps/w32-pthreads/pthread_equal.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_exit.c b/deps/w32-pthreads/pthread_exit.c index 37b3c0990..30ae5f42c 100644 --- a/deps/w32-pthreads/pthread_exit.c +++ b/deps/w32-pthreads/pthread_exit.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_getconcurrency.c b/deps/w32-pthreads/pthread_getconcurrency.c index cf9e9c85c..5c9856ce5 100644 --- a/deps/w32-pthreads/pthread_getconcurrency.c +++ b/deps/w32-pthreads/pthread_getconcurrency.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_getschedparam.c b/deps/w32-pthreads/pthread_getschedparam.c index 0afcfb74a..bef6efe5f 100644 --- a/deps/w32-pthreads/pthread_getschedparam.c +++ b/deps/w32-pthreads/pthread_getschedparam.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_getspecific.c b/deps/w32-pthreads/pthread_getspecific.c index 5ee1641dc..f3e8af7f9 100644 --- a/deps/w32-pthreads/pthread_getspecific.c +++ b/deps/w32-pthreads/pthread_getspecific.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_getunique_np.c b/deps/w32-pthreads/pthread_getunique_np.c index 4496c68bf..9ab1c5b2e 100644 --- a/deps/w32-pthreads/pthread_getunique_np.c +++ b/deps/w32-pthreads/pthread_getunique_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_getw32threadhandle_np.c b/deps/w32-pthreads/pthread_getw32threadhandle_np.c index 309a8f281..23ed74622 100644 --- a/deps/w32-pthreads/pthread_getw32threadhandle_np.c +++ b/deps/w32-pthreads/pthread_getw32threadhandle_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_join.c b/deps/w32-pthreads/pthread_join.c index c2b7c1e75..86318b774 100644 --- a/deps/w32-pthreads/pthread_join.c +++ b/deps/w32-pthreads/pthread_join.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_key_create.c b/deps/w32-pthreads/pthread_key_create.c index 65c6f9508..ff69c909b 100644 --- a/deps/w32-pthreads/pthread_key_create.c +++ b/deps/w32-pthreads/pthread_key_create.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_key_delete.c b/deps/w32-pthreads/pthread_key_delete.c index 09d70c63f..165276ee9 100644 --- a/deps/w32-pthreads/pthread_key_delete.c +++ b/deps/w32-pthreads/pthread_key_delete.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_kill.c b/deps/w32-pthreads/pthread_kill.c index 5473b43cd..1c3af53b6 100644 --- a/deps/w32-pthreads/pthread_kill.c +++ b/deps/w32-pthreads/pthread_kill.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutex_consistent.c b/deps/w32-pthreads/pthread_mutex_consistent.c index 2e0659862..e0bd3a3d2 100644 --- a/deps/w32-pthreads/pthread_mutex_consistent.c +++ b/deps/w32-pthreads/pthread_mutex_consistent.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(_UWIN) /*# include */ diff --git a/deps/w32-pthreads/pthread_mutex_destroy.c b/deps/w32-pthreads/pthread_mutex_destroy.c index 7b8c9cd65..93588ed68 100644 --- a/deps/w32-pthreads/pthread_mutex_destroy.c +++ b/deps/w32-pthreads/pthread_mutex_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutex_init.c b/deps/w32-pthreads/pthread_mutex_init.c index daf805e5b..52ea95622 100644 --- a/deps/w32-pthreads/pthread_mutex_init.c +++ b/deps/w32-pthreads/pthread_mutex_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutex_lock.c b/deps/w32-pthreads/pthread_mutex_lock.c index eee9abe8c..a222172ca 100644 --- a/deps/w32-pthreads/pthread_mutex_lock.c +++ b/deps/w32-pthreads/pthread_mutex_lock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(_UWIN) diff --git a/deps/w32-pthreads/pthread_mutex_timedlock.c b/deps/w32-pthreads/pthread_mutex_timedlock.c index 174531679..398ced8cf 100644 --- a/deps/w32-pthreads/pthread_mutex_timedlock.c +++ b/deps/w32-pthreads/pthread_mutex_timedlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutex_trylock.c b/deps/w32-pthreads/pthread_mutex_trylock.c index d6b68724d..7dd9c3fad 100644 --- a/deps/w32-pthreads/pthread_mutex_trylock.c +++ b/deps/w32-pthreads/pthread_mutex_trylock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutex_unlock.c b/deps/w32-pthreads/pthread_mutex_unlock.c index 3d65d1a95..66b375aeb 100644 --- a/deps/w32-pthreads/pthread_mutex_unlock.c +++ b/deps/w32-pthreads/pthread_mutex_unlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_destroy.c b/deps/w32-pthreads/pthread_mutexattr_destroy.c index 9d424bfa2..0cdec0fa9 100644 --- a/deps/w32-pthreads/pthread_mutexattr_destroy.c +++ b/deps/w32-pthreads/pthread_mutexattr_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_getkind_np.c b/deps/w32-pthreads/pthread_mutexattr_getkind_np.c index 2d82ec6bc..753b36f87 100644 --- a/deps/w32-pthreads/pthread_mutexattr_getkind_np.c +++ b/deps/w32-pthreads/pthread_mutexattr_getkind_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_getpshared.c b/deps/w32-pthreads/pthread_mutexattr_getpshared.c index 42f9589c5..475211041 100644 --- a/deps/w32-pthreads/pthread_mutexattr_getpshared.c +++ b/deps/w32-pthreads/pthread_mutexattr_getpshared.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_getrobust.c b/deps/w32-pthreads/pthread_mutexattr_getrobust.c index be004837b..a4b75507f 100644 --- a/deps/w32-pthreads/pthread_mutexattr_getrobust.c +++ b/deps/w32-pthreads/pthread_mutexattr_getrobust.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_gettype.c b/deps/w32-pthreads/pthread_mutexattr_gettype.c index c63fcfa03..817ab692d 100644 --- a/deps/w32-pthreads/pthread_mutexattr_gettype.c +++ b/deps/w32-pthreads/pthread_mutexattr_gettype.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_init.c b/deps/w32-pthreads/pthread_mutexattr_init.c index d2797ff24..f6960f425 100644 --- a/deps/w32-pthreads/pthread_mutexattr_init.c +++ b/deps/w32-pthreads/pthread_mutexattr_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_setkind_np.c b/deps/w32-pthreads/pthread_mutexattr_setkind_np.c index faa936658..06bb92d11 100644 --- a/deps/w32-pthreads/pthread_mutexattr_setkind_np.c +++ b/deps/w32-pthreads/pthread_mutexattr_setkind_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_setpshared.c b/deps/w32-pthreads/pthread_mutexattr_setpshared.c index cfa6f7199..09e750b49 100644 --- a/deps/w32-pthreads/pthread_mutexattr_setpshared.c +++ b/deps/w32-pthreads/pthread_mutexattr_setpshared.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_setrobust.c b/deps/w32-pthreads/pthread_mutexattr_setrobust.c index b1acef757..f55a3330e 100644 --- a/deps/w32-pthreads/pthread_mutexattr_setrobust.c +++ b/deps/w32-pthreads/pthread_mutexattr_setrobust.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_mutexattr_settype.c b/deps/w32-pthreads/pthread_mutexattr_settype.c index 8365daf65..e6b95ae1b 100644 --- a/deps/w32-pthreads/pthread_mutexattr_settype.c +++ b/deps/w32-pthreads/pthread_mutexattr_settype.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_num_processors_np.c b/deps/w32-pthreads/pthread_num_processors_np.c index 3067d117d..081dff609 100644 --- a/deps/w32-pthreads/pthread_num_processors_np.c +++ b/deps/w32-pthreads/pthread_num_processors_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_once.c b/deps/w32-pthreads/pthread_once.c index 3bfeb9f0b..5c9e90018 100644 --- a/deps/w32-pthreads/pthread_once.c +++ b/deps/w32-pthreads/pthread_once.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_rwlock_destroy.c b/deps/w32-pthreads/pthread_rwlock_destroy.c index 245a89241..fe79e1e64 100644 --- a/deps/w32-pthreads/pthread_rwlock_destroy.c +++ b/deps/w32-pthreads/pthread_rwlock_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_init.c b/deps/w32-pthreads/pthread_rwlock_init.c index 597c1ff26..cbba63346 100644 --- a/deps/w32-pthreads/pthread_rwlock_init.c +++ b/deps/w32-pthreads/pthread_rwlock_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_rdlock.c b/deps/w32-pthreads/pthread_rwlock_rdlock.c index 91e180835..fb91b7080 100644 --- a/deps/w32-pthreads/pthread_rwlock_rdlock.c +++ b/deps/w32-pthreads/pthread_rwlock_rdlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_timedrdlock.c b/deps/w32-pthreads/pthread_rwlock_timedrdlock.c index 7133778bf..d73dd10ee 100644 --- a/deps/w32-pthreads/pthread_rwlock_timedrdlock.c +++ b/deps/w32-pthreads/pthread_rwlock_timedrdlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_timedwrlock.c b/deps/w32-pthreads/pthread_rwlock_timedwrlock.c index 8c111bbb1..8e8e14e1a 100644 --- a/deps/w32-pthreads/pthread_rwlock_timedwrlock.c +++ b/deps/w32-pthreads/pthread_rwlock_timedwrlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_tryrdlock.c b/deps/w32-pthreads/pthread_rwlock_tryrdlock.c index 0fc545857..10e1460de 100644 --- a/deps/w32-pthreads/pthread_rwlock_tryrdlock.c +++ b/deps/w32-pthreads/pthread_rwlock_tryrdlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_trywrlock.c b/deps/w32-pthreads/pthread_rwlock_trywrlock.c index 9997c5d7f..249ecf792 100644 --- a/deps/w32-pthreads/pthread_rwlock_trywrlock.c +++ b/deps/w32-pthreads/pthread_rwlock_trywrlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_unlock.c b/deps/w32-pthreads/pthread_rwlock_unlock.c index d48d18705..a2f69d12e 100644 --- a/deps/w32-pthreads/pthread_rwlock_unlock.c +++ b/deps/w32-pthreads/pthread_rwlock_unlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlock_wrlock.c b/deps/w32-pthreads/pthread_rwlock_wrlock.c index e8b4fbb30..30ce75dc1 100644 --- a/deps/w32-pthreads/pthread_rwlock_wrlock.c +++ b/deps/w32-pthreads/pthread_rwlock_wrlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlockattr_destroy.c b/deps/w32-pthreads/pthread_rwlockattr_destroy.c index 868e727d3..c2c7d99da 100644 --- a/deps/w32-pthreads/pthread_rwlockattr_destroy.c +++ b/deps/w32-pthreads/pthread_rwlockattr_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlockattr_getpshared.c b/deps/w32-pthreads/pthread_rwlockattr_getpshared.c index eeace207f..0474e086b 100644 --- a/deps/w32-pthreads/pthread_rwlockattr_getpshared.c +++ b/deps/w32-pthreads/pthread_rwlockattr_getpshared.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlockattr_init.c b/deps/w32-pthreads/pthread_rwlockattr_init.c index a2d2b945f..a028421c5 100644 --- a/deps/w32-pthreads/pthread_rwlockattr_init.c +++ b/deps/w32-pthreads/pthread_rwlockattr_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_rwlockattr_setpshared.c b/deps/w32-pthreads/pthread_rwlockattr_setpshared.c index a83dd70a4..7b4c2cb0d 100644 --- a/deps/w32-pthreads/pthread_rwlockattr_setpshared.c +++ b/deps/w32-pthreads/pthread_rwlockattr_setpshared.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/pthread_self.c b/deps/w32-pthreads/pthread_self.c index 9a1765f82..f13926f13 100644 --- a/deps/w32-pthreads/pthread_self.c +++ b/deps/w32-pthreads/pthread_self.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_setcancelstate.c b/deps/w32-pthreads/pthread_setcancelstate.c index bbcd624af..126801f1c 100644 --- a/deps/w32-pthreads/pthread_setcancelstate.c +++ b/deps/w32-pthreads/pthread_setcancelstate.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_setcanceltype.c b/deps/w32-pthreads/pthread_setcanceltype.c index 72b0af5bb..00522ae4e 100644 --- a/deps/w32-pthreads/pthread_setcanceltype.c +++ b/deps/w32-pthreads/pthread_setcanceltype.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_setconcurrency.c b/deps/w32-pthreads/pthread_setconcurrency.c index f62346f8e..7fd2a3bb4 100644 --- a/deps/w32-pthreads/pthread_setconcurrency.c +++ b/deps/w32-pthreads/pthread_setconcurrency.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_setschedparam.c b/deps/w32-pthreads/pthread_setschedparam.c index b762753cd..63025fd9e 100644 --- a/deps/w32-pthreads/pthread_setschedparam.c +++ b/deps/w32-pthreads/pthread_setschedparam.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_setspecific.c b/deps/w32-pthreads/pthread_setspecific.c index 0f29e704a..5f66cae40 100644 --- a/deps/w32-pthreads/pthread_setspecific.c +++ b/deps/w32-pthreads/pthread_setspecific.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_spin_destroy.c b/deps/w32-pthreads/pthread_spin_destroy.c index 786c4e34c..39451d528 100644 --- a/deps/w32-pthreads/pthread_spin_destroy.c +++ b/deps/w32-pthreads/pthread_spin_destroy.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_spin_init.c b/deps/w32-pthreads/pthread_spin_init.c index 553af7eac..268372bf5 100644 --- a/deps/w32-pthreads/pthread_spin_init.c +++ b/deps/w32-pthreads/pthread_spin_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_spin_lock.c b/deps/w32-pthreads/pthread_spin_lock.c index b560e1489..67d6e0c42 100644 --- a/deps/w32-pthreads/pthread_spin_lock.c +++ b/deps/w32-pthreads/pthread_spin_lock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_spin_trylock.c b/deps/w32-pthreads/pthread_spin_trylock.c index a6c65aff6..a3007737f 100644 --- a/deps/w32-pthreads/pthread_spin_trylock.c +++ b/deps/w32-pthreads/pthread_spin_trylock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_spin_unlock.c b/deps/w32-pthreads/pthread_spin_unlock.c index 3a6932aef..cfb24287f 100644 --- a/deps/w32-pthreads/pthread_spin_unlock.c +++ b/deps/w32-pthreads/pthread_spin_unlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_testcancel.c b/deps/w32-pthreads/pthread_testcancel.c index 665865000..1cccc33f9 100644 --- a/deps/w32-pthreads/pthread_testcancel.c +++ b/deps/w32-pthreads/pthread_testcancel.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_timechange_handler_np.c b/deps/w32-pthreads/pthread_timechange_handler_np.c index 0f97e74f1..0145df2b4 100644 --- a/deps/w32-pthreads/pthread_timechange_handler_np.c +++ b/deps/w32-pthreads/pthread_timechange_handler_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/pthread_win32_attach_detach_np.c b/deps/w32-pthreads/pthread_win32_attach_detach_np.c index 6f67dd95e..d17cabcff 100644 --- a/deps/w32-pthreads/pthread_win32_attach_detach_np.c +++ b/deps/w32-pthreads/pthread_win32_attach_detach_np.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_MCS_lock.c b/deps/w32-pthreads/ptw32_MCS_lock.c index 659cda60d..5eec5ce86 100644 --- a/deps/w32-pthreads/ptw32_MCS_lock.c +++ b/deps/w32-pthreads/ptw32_MCS_lock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* diff --git a/deps/w32-pthreads/ptw32_OLL_lock.c b/deps/w32-pthreads/ptw32_OLL_lock.c index 789d0ad8c..b92b8fa79 100644 --- a/deps/w32-pthreads/ptw32_OLL_lock.c +++ b/deps/w32-pthreads/ptw32_OLL_lock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* diff --git a/deps/w32-pthreads/ptw32_callUserDestroyRoutines.c b/deps/w32-pthreads/ptw32_callUserDestroyRoutines.c index f290f7ba5..ab15f2c55 100644 --- a/deps/w32-pthreads/ptw32_callUserDestroyRoutines.c +++ b/deps/w32-pthreads/ptw32_callUserDestroyRoutines.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_calloc.c b/deps/w32-pthreads/ptw32_calloc.c index e7b9e64fe..7fad76bbe 100644 --- a/deps/w32-pthreads/ptw32_calloc.c +++ b/deps/w32-pthreads/ptw32_calloc.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_cond_check_need_init.c b/deps/w32-pthreads/ptw32_cond_check_need_init.c index ec3e8bbd6..20b045b2f 100644 --- a/deps/w32-pthreads/ptw32_cond_check_need_init.c +++ b/deps/w32-pthreads/ptw32_cond_check_need_init.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_getprocessors.c b/deps/w32-pthreads/ptw32_getprocessors.c index e60c3143f..9207491bc 100644 --- a/deps/w32-pthreads/ptw32_getprocessors.c +++ b/deps/w32-pthreads/ptw32_getprocessors.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_is_attr.c b/deps/w32-pthreads/ptw32_is_attr.c index 36395f81f..1b633e1db 100644 --- a/deps/w32-pthreads/ptw32_is_attr.c +++ b/deps/w32-pthreads/ptw32_is_attr.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_mutex_check_need_init.c b/deps/w32-pthreads/ptw32_mutex_check_need_init.c index 897db3c68..9574233cb 100644 --- a/deps/w32-pthreads/ptw32_mutex_check_need_init.c +++ b/deps/w32-pthreads/ptw32_mutex_check_need_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_new.c b/deps/w32-pthreads/ptw32_new.c index ac836ead3..b0ba26812 100644 --- a/deps/w32-pthreads/ptw32_new.c +++ b/deps/w32-pthreads/ptw32_new.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_processInitialize.c b/deps/w32-pthreads/ptw32_processInitialize.c index 8da3e41fa..4a63df854 100644 --- a/deps/w32-pthreads/ptw32_processInitialize.c +++ b/deps/w32-pthreads/ptw32_processInitialize.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_processTerminate.c b/deps/w32-pthreads/ptw32_processTerminate.c index 83f0f23ca..8b017a765 100644 --- a/deps/w32-pthreads/ptw32_processTerminate.c +++ b/deps/w32-pthreads/ptw32_processTerminate.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_relmillisecs.c b/deps/w32-pthreads/ptw32_relmillisecs.c index 894d5c9d4..5459206af 100644 --- a/deps/w32-pthreads/ptw32_relmillisecs.c +++ b/deps/w32-pthreads/ptw32_relmillisecs.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_reuse.c b/deps/w32-pthreads/ptw32_reuse.c index 7325857ba..f25252821 100644 --- a/deps/w32-pthreads/ptw32_reuse.c +++ b/deps/w32-pthreads/ptw32_reuse.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_rwlock_cancelwrwait.c b/deps/w32-pthreads/ptw32_rwlock_cancelwrwait.c index a057bd1d7..4124d98f4 100644 --- a/deps/w32-pthreads/ptw32_rwlock_cancelwrwait.c +++ b/deps/w32-pthreads/ptw32_rwlock_cancelwrwait.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_rwlock_check_need_init.c b/deps/w32-pthreads/ptw32_rwlock_check_need_init.c index 858ee271c..7a7ef9cd3 100644 --- a/deps/w32-pthreads/ptw32_rwlock_check_need_init.c +++ b/deps/w32-pthreads/ptw32_rwlock_check_need_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_semwait.c b/deps/w32-pthreads/ptw32_semwait.c index c3c4fd0e5..bc96487d4 100644 --- a/deps/w32-pthreads/ptw32_semwait.c +++ b/deps/w32-pthreads/ptw32_semwait.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(_UWIN) diff --git a/deps/w32-pthreads/ptw32_spinlock_check_need_init.c b/deps/w32-pthreads/ptw32_spinlock_check_need_init.c index 8808454ee..1fa63d9ee 100644 --- a/deps/w32-pthreads/ptw32_spinlock_check_need_init.c +++ b/deps/w32-pthreads/ptw32_spinlock_check_need_init.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_threadDestroy.c b/deps/w32-pthreads/ptw32_threadDestroy.c index 41499b11b..38b7417a6 100644 --- a/deps/w32-pthreads/ptw32_threadDestroy.c +++ b/deps/w32-pthreads/ptw32_threadDestroy.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_threadStart.c b/deps/w32-pthreads/ptw32_threadStart.c index e83ede0ec..e7d39259e 100644 --- a/deps/w32-pthreads/ptw32_threadStart.c +++ b/deps/w32-pthreads/ptw32_threadStart.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_throw.c b/deps/w32-pthreads/ptw32_throw.c index 1404e940f..ff1895ae5 100644 --- a/deps/w32-pthreads/ptw32_throw.c +++ b/deps/w32-pthreads/ptw32_throw.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_timespec.c b/deps/w32-pthreads/ptw32_timespec.c index 6318957a8..1ce8f460a 100644 --- a/deps/w32-pthreads/ptw32_timespec.c +++ b/deps/w32-pthreads/ptw32_timespec.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_tkAssocCreate.c b/deps/w32-pthreads/ptw32_tkAssocCreate.c index 50d6c500c..7f0fab290 100644 --- a/deps/w32-pthreads/ptw32_tkAssocCreate.c +++ b/deps/w32-pthreads/ptw32_tkAssocCreate.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/ptw32_tkAssocDestroy.c b/deps/w32-pthreads/ptw32_tkAssocDestroy.c index fedebf593..d43974fa7 100644 --- a/deps/w32-pthreads/ptw32_tkAssocDestroy.c +++ b/deps/w32-pthreads/ptw32_tkAssocDestroy.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/rwlock.c b/deps/w32-pthreads/rwlock.c index 4a3cd2594..089cf36e5 100644 --- a/deps/w32-pthreads/rwlock.c +++ b/deps/w32-pthreads/rwlock.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "ptw32_rwlock_check_need_init.c" diff --git a/deps/w32-pthreads/sched.c b/deps/w32-pthreads/sched.c index ed30ea7b2..34dcbc072 100644 --- a/deps/w32-pthreads/sched.c +++ b/deps/w32-pthreads/sched.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sched.h b/deps/w32-pthreads/sched.h index 9a5483302..806ee52a5 100644 --- a/deps/w32-pthreads/sched.h +++ b/deps/w32-pthreads/sched.h @@ -34,7 +34,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(_SCHED_H) #define _SCHED_H diff --git a/deps/w32-pthreads/sched_get_priority_max.c b/deps/w32-pthreads/sched_get_priority_max.c index cabf2320a..bd9de08dd 100644 --- a/deps/w32-pthreads/sched_get_priority_max.c +++ b/deps/w32-pthreads/sched_get_priority_max.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sched_get_priority_min.c b/deps/w32-pthreads/sched_get_priority_min.c index 9c4f8591e..7e50f1e20 100644 --- a/deps/w32-pthreads/sched_get_priority_min.c +++ b/deps/w32-pthreads/sched_get_priority_min.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sched_getscheduler.c b/deps/w32-pthreads/sched_getscheduler.c index 8769c15e5..f849936e6 100644 --- a/deps/w32-pthreads/sched_getscheduler.c +++ b/deps/w32-pthreads/sched_getscheduler.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sched_setscheduler.c b/deps/w32-pthreads/sched_setscheduler.c index 869131637..c292888f5 100644 --- a/deps/w32-pthreads/sched_setscheduler.c +++ b/deps/w32-pthreads/sched_setscheduler.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sched_yield.c b/deps/w32-pthreads/sched_yield.c index 6ac5ed926..97440712a 100644 --- a/deps/w32-pthreads/sched_yield.c +++ b/deps/w32-pthreads/sched_yield.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_close.c b/deps/w32-pthreads/sem_close.c index 6d7280f29..6e434a1fd 100644 --- a/deps/w32-pthreads/sem_close.c +++ b/deps/w32-pthreads/sem_close.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_destroy.c b/deps/w32-pthreads/sem_destroy.c index 6c98e80b9..880a4124e 100644 --- a/deps/w32-pthreads/sem_destroy.c +++ b/deps/w32-pthreads/sem_destroy.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_getvalue.c b/deps/w32-pthreads/sem_getvalue.c index baafb02cf..13525c664 100644 --- a/deps/w32-pthreads/sem_getvalue.c +++ b/deps/w32-pthreads/sem_getvalue.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_init.c b/deps/w32-pthreads/sem_init.c index f682f4b20..b8c31fe24 100644 --- a/deps/w32-pthreads/sem_init.c +++ b/deps/w32-pthreads/sem_init.c @@ -36,7 +36,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_open.c b/deps/w32-pthreads/sem_open.c index fb1cc541f..a0d7a3410 100644 --- a/deps/w32-pthreads/sem_open.c +++ b/deps/w32-pthreads/sem_open.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_post.c b/deps/w32-pthreads/sem_post.c index 34832527b..d8a3e3d11 100644 --- a/deps/w32-pthreads/sem_post.c +++ b/deps/w32-pthreads/sem_post.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_post_multiple.c b/deps/w32-pthreads/sem_post_multiple.c index 44c168c6c..c0a3f68a3 100644 --- a/deps/w32-pthreads/sem_post_multiple.c +++ b/deps/w32-pthreads/sem_post_multiple.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_timedwait.c b/deps/w32-pthreads/sem_timedwait.c index 638431cf1..831a050d4 100644 --- a/deps/w32-pthreads/sem_timedwait.c +++ b/deps/w32-pthreads/sem_timedwait.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_trywait.c b/deps/w32-pthreads/sem_trywait.c index 63614ba2b..cf5f5bb27 100644 --- a/deps/w32-pthreads/sem_trywait.c +++ b/deps/w32-pthreads/sem_trywait.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_unlink.c b/deps/w32-pthreads/sem_unlink.c index fb80569a0..a232cafbe 100644 --- a/deps/w32-pthreads/sem_unlink.c +++ b/deps/w32-pthreads/sem_unlink.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sem_wait.c b/deps/w32-pthreads/sem_wait.c index 50c11d808..26184fa23 100644 --- a/deps/w32-pthreads/sem_wait.c +++ b/deps/w32-pthreads/sem_wait.c @@ -38,7 +38,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/semaphore.c b/deps/w32-pthreads/semaphore.c index 64fc0e366..dfcab9e3b 100644 --- a/deps/w32-pthreads/semaphore.c +++ b/deps/w32-pthreads/semaphore.c @@ -42,7 +42,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined(NEED_FTIME) diff --git a/deps/w32-pthreads/semaphore.h b/deps/w32-pthreads/semaphore.h index 006d6094d..52890ed96 100644 --- a/deps/w32-pthreads/semaphore.h +++ b/deps/w32-pthreads/semaphore.h @@ -34,7 +34,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if !defined( SEMAPHORE_H ) #define SEMAPHORE_H diff --git a/deps/w32-pthreads/signal.c b/deps/w32-pthreads/signal.c index eef466962..32a1e44c3 100644 --- a/deps/w32-pthreads/signal.c +++ b/deps/w32-pthreads/signal.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* diff --git a/deps/w32-pthreads/spin.c b/deps/w32-pthreads/spin.c index 41b5aa525..bf44e5913 100644 --- a/deps/w32-pthreads/spin.c +++ b/deps/w32-pthreads/spin.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/sync.c b/deps/w32-pthreads/sync.c index 5e56fa9a1..c0f8fcab4 100644 --- a/deps/w32-pthreads/sync.c +++ b/deps/w32-pthreads/sync.c @@ -32,7 +32,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/tests/Bmakefile b/deps/w32-pthreads/tests/Bmakefile index df2ac1b1b..277ad5f90 100644 --- a/deps/w32-pthreads/tests/Bmakefile +++ b/deps/w32-pthreads/tests/Bmakefile @@ -28,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library in the file COPYING.LIB; # if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # DLL_VER = 2 diff --git a/deps/w32-pthreads/tests/GNUmakefile b/deps/w32-pthreads/tests/GNUmakefile index 4b586ecad..f6bfd313c 100644 --- a/deps/w32-pthreads/tests/GNUmakefile +++ b/deps/w32-pthreads/tests/GNUmakefile @@ -28,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library in the file COPYING.LIB; # if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # DLL_VER = 2 diff --git a/deps/w32-pthreads/tests/Makefile b/deps/w32-pthreads/tests/Makefile index b2163d8a6..55991f175 100644 --- a/deps/w32-pthreads/tests/Makefile +++ b/deps/w32-pthreads/tests/Makefile @@ -28,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library in the file COPYING.LIB; # if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # DLL_VER = 2 diff --git a/deps/w32-pthreads/tests/Wmakefile b/deps/w32-pthreads/tests/Wmakefile index 2b37c4691..f732e9481 100644 --- a/deps/w32-pthreads/tests/Wmakefile +++ b/deps/w32-pthreads/tests/Wmakefile @@ -28,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library in the file COPYING.LIB; # if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # diff --git a/deps/w32-pthreads/tests/barrier1.c b/deps/w32-pthreads/tests/barrier1.c index 76f78df66..bdcb6b901 100644 --- a/deps/w32-pthreads/tests/barrier1.c +++ b/deps/w32-pthreads/tests/barrier1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/barrier2.c b/deps/w32-pthreads/tests/barrier2.c index 28aa238c5..e48946918 100644 --- a/deps/w32-pthreads/tests/barrier2.c +++ b/deps/w32-pthreads/tests/barrier2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/barrier3.c b/deps/w32-pthreads/tests/barrier3.c index dece77068..a458e4ca0 100644 --- a/deps/w32-pthreads/tests/barrier3.c +++ b/deps/w32-pthreads/tests/barrier3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/barrier4.c b/deps/w32-pthreads/tests/barrier4.c index 042992dfd..633fe1057 100644 --- a/deps/w32-pthreads/tests/barrier4.c +++ b/deps/w32-pthreads/tests/barrier4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/barrier5.c b/deps/w32-pthreads/tests/barrier5.c index 353384081..b359349bc 100644 --- a/deps/w32-pthreads/tests/barrier5.c +++ b/deps/w32-pthreads/tests/barrier5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/barrier6.c b/deps/w32-pthreads/tests/barrier6.c index f49d7d734..a78c453d4 100644 --- a/deps/w32-pthreads/tests/barrier6.c +++ b/deps/w32-pthreads/tests/barrier6.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/benchlib.c b/deps/w32-pthreads/tests/benchlib.c index bf60ae515..0119f436e 100644 --- a/deps/w32-pthreads/tests/benchlib.c +++ b/deps/w32-pthreads/tests/benchlib.c @@ -28,7 +28,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * */ diff --git a/deps/w32-pthreads/tests/benchtest.h b/deps/w32-pthreads/tests/benchtest.h index 809057810..429af5cb2 100644 --- a/deps/w32-pthreads/tests/benchtest.h +++ b/deps/w32-pthreads/tests/benchtest.h @@ -28,7 +28,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * */ diff --git a/deps/w32-pthreads/tests/benchtest1.c b/deps/w32-pthreads/tests/benchtest1.c index 191f98636..92be49cbb 100644 --- a/deps/w32-pthreads/tests/benchtest1.c +++ b/deps/w32-pthreads/tests/benchtest1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/benchtest2.c b/deps/w32-pthreads/tests/benchtest2.c index 10f3d0ee8..488d9c17d 100644 --- a/deps/w32-pthreads/tests/benchtest2.c +++ b/deps/w32-pthreads/tests/benchtest2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/benchtest3.c b/deps/w32-pthreads/tests/benchtest3.c index 7d03ed884..e63aa6e1c 100644 --- a/deps/w32-pthreads/tests/benchtest3.c +++ b/deps/w32-pthreads/tests/benchtest3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/benchtest4.c b/deps/w32-pthreads/tests/benchtest4.c index d7cf47c3b..073ed9e5d 100644 --- a/deps/w32-pthreads/tests/benchtest4.c +++ b/deps/w32-pthreads/tests/benchtest4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/benchtest5.c b/deps/w32-pthreads/tests/benchtest5.c index d262baf11..368074b3d 100644 --- a/deps/w32-pthreads/tests/benchtest5.c +++ b/deps/w32-pthreads/tests/benchtest5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel1.c b/deps/w32-pthreads/tests/cancel1.c index 23d2726a2..b9d0d9438 100644 --- a/deps/w32-pthreads/tests/cancel1.c +++ b/deps/w32-pthreads/tests/cancel1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel2.c b/deps/w32-pthreads/tests/cancel2.c index 2ee596abb..95bd1e35f 100644 --- a/deps/w32-pthreads/tests/cancel2.c +++ b/deps/w32-pthreads/tests/cancel2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel3.c b/deps/w32-pthreads/tests/cancel3.c index 5020648a6..5e89a3270 100644 --- a/deps/w32-pthreads/tests/cancel3.c +++ b/deps/w32-pthreads/tests/cancel3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel4.c b/deps/w32-pthreads/tests/cancel4.c index 893f33b12..972e2b879 100644 --- a/deps/w32-pthreads/tests/cancel4.c +++ b/deps/w32-pthreads/tests/cancel4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel5.c b/deps/w32-pthreads/tests/cancel5.c index 6c3951634..03c9da629 100644 --- a/deps/w32-pthreads/tests/cancel5.c +++ b/deps/w32-pthreads/tests/cancel5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel6a.c b/deps/w32-pthreads/tests/cancel6a.c index 58063d573..ba22391d3 100644 --- a/deps/w32-pthreads/tests/cancel6a.c +++ b/deps/w32-pthreads/tests/cancel6a.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel6d.c b/deps/w32-pthreads/tests/cancel6d.c index 37f9ca5f3..9c18d8b81 100644 --- a/deps/w32-pthreads/tests/cancel6d.c +++ b/deps/w32-pthreads/tests/cancel6d.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel7.c b/deps/w32-pthreads/tests/cancel7.c index 5f1390f7b..0132b3883 100644 --- a/deps/w32-pthreads/tests/cancel7.c +++ b/deps/w32-pthreads/tests/cancel7.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel8.c b/deps/w32-pthreads/tests/cancel8.c index 7204d19b1..d7799fb99 100644 --- a/deps/w32-pthreads/tests/cancel8.c +++ b/deps/w32-pthreads/tests/cancel8.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cancel9.c b/deps/w32-pthreads/tests/cancel9.c index b0091614a..ab28aecab 100644 --- a/deps/w32-pthreads/tests/cancel9.c +++ b/deps/w32-pthreads/tests/cancel9.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cleanup0.c b/deps/w32-pthreads/tests/cleanup0.c index d9fbedccc..83030645d 100644 --- a/deps/w32-pthreads/tests/cleanup0.c +++ b/deps/w32-pthreads/tests/cleanup0.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cleanup1.c b/deps/w32-pthreads/tests/cleanup1.c index 30d4940b7..4ddd5d0d8 100644 --- a/deps/w32-pthreads/tests/cleanup1.c +++ b/deps/w32-pthreads/tests/cleanup1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cleanup2.c b/deps/w32-pthreads/tests/cleanup2.c index 67037c255..b167490ea 100644 --- a/deps/w32-pthreads/tests/cleanup2.c +++ b/deps/w32-pthreads/tests/cleanup2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/cleanup3.c b/deps/w32-pthreads/tests/cleanup3.c index 62317b3b0..37f516870 100644 --- a/deps/w32-pthreads/tests/cleanup3.c +++ b/deps/w32-pthreads/tests/cleanup3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar1.c b/deps/w32-pthreads/tests/condvar1.c index 380ab1aff..da0c7afdb 100644 --- a/deps/w32-pthreads/tests/condvar1.c +++ b/deps/w32-pthreads/tests/condvar1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar1_1.c b/deps/w32-pthreads/tests/condvar1_1.c index a05e113b9..12bf85f7d 100644 --- a/deps/w32-pthreads/tests/condvar1_1.c +++ b/deps/w32-pthreads/tests/condvar1_1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar1_2.c b/deps/w32-pthreads/tests/condvar1_2.c index 3d961f06d..8a591a0d2 100644 --- a/deps/w32-pthreads/tests/condvar1_2.c +++ b/deps/w32-pthreads/tests/condvar1_2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar2.c b/deps/w32-pthreads/tests/condvar2.c index 6e2fa52d2..159f777ae 100644 --- a/deps/w32-pthreads/tests/condvar2.c +++ b/deps/w32-pthreads/tests/condvar2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar2_1.c b/deps/w32-pthreads/tests/condvar2_1.c index 3486d2110..6b3fdd61f 100644 --- a/deps/w32-pthreads/tests/condvar2_1.c +++ b/deps/w32-pthreads/tests/condvar2_1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar3.c b/deps/w32-pthreads/tests/condvar3.c index 056334b37..fea8d21c8 100644 --- a/deps/w32-pthreads/tests/condvar3.c +++ b/deps/w32-pthreads/tests/condvar3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar3_1.c b/deps/w32-pthreads/tests/condvar3_1.c index 33baeb14d..f4cf9cc3c 100644 --- a/deps/w32-pthreads/tests/condvar3_1.c +++ b/deps/w32-pthreads/tests/condvar3_1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar3_2.c b/deps/w32-pthreads/tests/condvar3_2.c index 4c3580152..4a90959d9 100644 --- a/deps/w32-pthreads/tests/condvar3_2.c +++ b/deps/w32-pthreads/tests/condvar3_2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar3_3.c b/deps/w32-pthreads/tests/condvar3_3.c index f842440a1..bc479a547 100644 --- a/deps/w32-pthreads/tests/condvar3_3.c +++ b/deps/w32-pthreads/tests/condvar3_3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar4.c b/deps/w32-pthreads/tests/condvar4.c index 3f6879b0a..15a47e0dd 100644 --- a/deps/w32-pthreads/tests/condvar4.c +++ b/deps/w32-pthreads/tests/condvar4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar5.c b/deps/w32-pthreads/tests/condvar5.c index 73083a55e..e8d00e34b 100644 --- a/deps/w32-pthreads/tests/condvar5.c +++ b/deps/w32-pthreads/tests/condvar5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar6.c b/deps/w32-pthreads/tests/condvar6.c index 9d0b75d81..fc0047bd8 100644 --- a/deps/w32-pthreads/tests/condvar6.c +++ b/deps/w32-pthreads/tests/condvar6.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar7.c b/deps/w32-pthreads/tests/condvar7.c index 0647e7d91..d42d1d0e8 100644 --- a/deps/w32-pthreads/tests/condvar7.c +++ b/deps/w32-pthreads/tests/condvar7.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar8.c b/deps/w32-pthreads/tests/condvar8.c index 7c2579d98..3155c2de8 100644 --- a/deps/w32-pthreads/tests/condvar8.c +++ b/deps/w32-pthreads/tests/condvar8.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/condvar9.c b/deps/w32-pthreads/tests/condvar9.c index 62d044bf8..97286e646 100644 --- a/deps/w32-pthreads/tests/condvar9.c +++ b/deps/w32-pthreads/tests/condvar9.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/context1.c b/deps/w32-pthreads/tests/context1.c index e63dbec10..6f4daa98e 100644 --- a/deps/w32-pthreads/tests/context1.c +++ b/deps/w32-pthreads/tests/context1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/count1.c b/deps/w32-pthreads/tests/count1.c index c2386b0e9..16ecef14c 100644 --- a/deps/w32-pthreads/tests/count1.c +++ b/deps/w32-pthreads/tests/count1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/create1.c b/deps/w32-pthreads/tests/create1.c index 8c630cb93..bf7a1cb4f 100644 --- a/deps/w32-pthreads/tests/create1.c +++ b/deps/w32-pthreads/tests/create1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/create2.c b/deps/w32-pthreads/tests/create2.c index 9b4e86480..f3fd3c06a 100644 --- a/deps/w32-pthreads/tests/create2.c +++ b/deps/w32-pthreads/tests/create2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/create3.c b/deps/w32-pthreads/tests/create3.c index 0d59d8475..c8a4323a6 100644 --- a/deps/w32-pthreads/tests/create3.c +++ b/deps/w32-pthreads/tests/create3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/delay1.c b/deps/w32-pthreads/tests/delay1.c index 83becd890..e8a7d5fb6 100644 --- a/deps/w32-pthreads/tests/delay1.c +++ b/deps/w32-pthreads/tests/delay1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/delay2.c b/deps/w32-pthreads/tests/delay2.c index 071b837f1..bc933f4b1 100644 --- a/deps/w32-pthreads/tests/delay2.c +++ b/deps/w32-pthreads/tests/delay2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/detach1.c b/deps/w32-pthreads/tests/detach1.c index 89756c7ad..3f219fd92 100644 --- a/deps/w32-pthreads/tests/detach1.c +++ b/deps/w32-pthreads/tests/detach1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/equal1.c b/deps/w32-pthreads/tests/equal1.c index 8932bb2aa..3f5cad78a 100644 --- a/deps/w32-pthreads/tests/equal1.c +++ b/deps/w32-pthreads/tests/equal1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/errno1.c b/deps/w32-pthreads/tests/errno1.c index 70ce92802..53558bd3b 100644 --- a/deps/w32-pthreads/tests/errno1.c +++ b/deps/w32-pthreads/tests/errno1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exception1.c b/deps/w32-pthreads/tests/exception1.c index 62a5a63cb..c0b08129e 100644 --- a/deps/w32-pthreads/tests/exception1.c +++ b/deps/w32-pthreads/tests/exception1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exception2.c b/deps/w32-pthreads/tests/exception2.c index faf677d9b..16eda12dd 100644 --- a/deps/w32-pthreads/tests/exception2.c +++ b/deps/w32-pthreads/tests/exception2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exception3.c b/deps/w32-pthreads/tests/exception3.c index 65bcdbef3..cb9839325 100644 --- a/deps/w32-pthreads/tests/exception3.c +++ b/deps/w32-pthreads/tests/exception3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exit1.c b/deps/w32-pthreads/tests/exit1.c index 38f218211..8625e108c 100644 --- a/deps/w32-pthreads/tests/exit1.c +++ b/deps/w32-pthreads/tests/exit1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exit2.c b/deps/w32-pthreads/tests/exit2.c index b9f785edf..21a193c69 100644 --- a/deps/w32-pthreads/tests/exit2.c +++ b/deps/w32-pthreads/tests/exit2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exit3.c b/deps/w32-pthreads/tests/exit3.c index 18859e4ee..f7e310383 100644 --- a/deps/w32-pthreads/tests/exit3.c +++ b/deps/w32-pthreads/tests/exit3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exit4.c b/deps/w32-pthreads/tests/exit4.c index 06dd8b1ee..d23c6f95f 100644 --- a/deps/w32-pthreads/tests/exit4.c +++ b/deps/w32-pthreads/tests/exit4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/exit5.c b/deps/w32-pthreads/tests/exit5.c index ac98f996c..6cb3f2715 100644 --- a/deps/w32-pthreads/tests/exit5.c +++ b/deps/w32-pthreads/tests/exit5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/eyal1.c b/deps/w32-pthreads/tests/eyal1.c index 72b5697e9..b2f588192 100644 --- a/deps/w32-pthreads/tests/eyal1.c +++ b/deps/w32-pthreads/tests/eyal1.c @@ -28,7 +28,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/inherit1.c b/deps/w32-pthreads/tests/inherit1.c index 24ceec557..b7464ebda 100644 --- a/deps/w32-pthreads/tests/inherit1.c +++ b/deps/w32-pthreads/tests/inherit1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/join0.c b/deps/w32-pthreads/tests/join0.c index d888e9d6b..044e56fd6 100644 --- a/deps/w32-pthreads/tests/join0.c +++ b/deps/w32-pthreads/tests/join0.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/join1.c b/deps/w32-pthreads/tests/join1.c index 337af832d..68ad1598c 100644 --- a/deps/w32-pthreads/tests/join1.c +++ b/deps/w32-pthreads/tests/join1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/join2.c b/deps/w32-pthreads/tests/join2.c index b3b85ee81..05fe37ec8 100644 --- a/deps/w32-pthreads/tests/join2.c +++ b/deps/w32-pthreads/tests/join2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/join3.c b/deps/w32-pthreads/tests/join3.c index 44380ace3..6e5426fc4 100644 --- a/deps/w32-pthreads/tests/join3.c +++ b/deps/w32-pthreads/tests/join3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/kill1.c b/deps/w32-pthreads/tests/kill1.c index fd1eaee2b..ce34361af 100644 --- a/deps/w32-pthreads/tests/kill1.c +++ b/deps/w32-pthreads/tests/kill1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/loadfree.c b/deps/w32-pthreads/tests/loadfree.c index 65bb15c7b..e278a0285 100644 --- a/deps/w32-pthreads/tests/loadfree.c +++ b/deps/w32-pthreads/tests/loadfree.c @@ -28,7 +28,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * From: Todd Owen diff --git a/deps/w32-pthreads/tests/mutex1.c b/deps/w32-pthreads/tests/mutex1.c index 918c90330..a2c1e6953 100644 --- a/deps/w32-pthreads/tests/mutex1.c +++ b/deps/w32-pthreads/tests/mutex1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex1e.c b/deps/w32-pthreads/tests/mutex1e.c index d32adb3a1..11d2a06fc 100644 --- a/deps/w32-pthreads/tests/mutex1e.c +++ b/deps/w32-pthreads/tests/mutex1e.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex1n.c b/deps/w32-pthreads/tests/mutex1n.c index fcfc1347c..a89874490 100644 --- a/deps/w32-pthreads/tests/mutex1n.c +++ b/deps/w32-pthreads/tests/mutex1n.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex1r.c b/deps/w32-pthreads/tests/mutex1r.c index 15083f27a..8087ab308 100644 --- a/deps/w32-pthreads/tests/mutex1r.c +++ b/deps/w32-pthreads/tests/mutex1r.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex2.c b/deps/w32-pthreads/tests/mutex2.c index 377468e90..0782100e0 100644 --- a/deps/w32-pthreads/tests/mutex2.c +++ b/deps/w32-pthreads/tests/mutex2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex2e.c b/deps/w32-pthreads/tests/mutex2e.c index 7df6073d2..a12f31c63 100644 --- a/deps/w32-pthreads/tests/mutex2e.c +++ b/deps/w32-pthreads/tests/mutex2e.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex2r.c b/deps/w32-pthreads/tests/mutex2r.c index c96e366f1..a84152a69 100644 --- a/deps/w32-pthreads/tests/mutex2r.c +++ b/deps/w32-pthreads/tests/mutex2r.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex3.c b/deps/w32-pthreads/tests/mutex3.c index bc1429e0b..e6014b2d4 100644 --- a/deps/w32-pthreads/tests/mutex3.c +++ b/deps/w32-pthreads/tests/mutex3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex3e.c b/deps/w32-pthreads/tests/mutex3e.c index 66cfcb71c..3eeaaa67c 100644 --- a/deps/w32-pthreads/tests/mutex3e.c +++ b/deps/w32-pthreads/tests/mutex3e.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex3r.c b/deps/w32-pthreads/tests/mutex3r.c index 8fa7f2547..2364d71c6 100644 --- a/deps/w32-pthreads/tests/mutex3r.c +++ b/deps/w32-pthreads/tests/mutex3r.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex4.c b/deps/w32-pthreads/tests/mutex4.c index 6d36e0aa1..c3246455d 100644 --- a/deps/w32-pthreads/tests/mutex4.c +++ b/deps/w32-pthreads/tests/mutex4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex5.c b/deps/w32-pthreads/tests/mutex5.c index a71f9d893..741c6ac50 100644 --- a/deps/w32-pthreads/tests/mutex5.c +++ b/deps/w32-pthreads/tests/mutex5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6.c b/deps/w32-pthreads/tests/mutex6.c index 15649fc8d..e181c2244 100644 --- a/deps/w32-pthreads/tests/mutex6.c +++ b/deps/w32-pthreads/tests/mutex6.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6e.c b/deps/w32-pthreads/tests/mutex6e.c index 908a51ba1..aca99b6be 100644 --- a/deps/w32-pthreads/tests/mutex6e.c +++ b/deps/w32-pthreads/tests/mutex6e.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6es.c b/deps/w32-pthreads/tests/mutex6es.c index d4b624959..a2d7d1455 100644 --- a/deps/w32-pthreads/tests/mutex6es.c +++ b/deps/w32-pthreads/tests/mutex6es.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6n.c b/deps/w32-pthreads/tests/mutex6n.c index 9cb309c2c..2b3d6dbdc 100644 --- a/deps/w32-pthreads/tests/mutex6n.c +++ b/deps/w32-pthreads/tests/mutex6n.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6r.c b/deps/w32-pthreads/tests/mutex6r.c index 9d81ad849..c761cbcc0 100644 --- a/deps/w32-pthreads/tests/mutex6r.c +++ b/deps/w32-pthreads/tests/mutex6r.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6rs.c b/deps/w32-pthreads/tests/mutex6rs.c index 4242fd627..754ad4ebc 100644 --- a/deps/w32-pthreads/tests/mutex6rs.c +++ b/deps/w32-pthreads/tests/mutex6rs.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex6s.c b/deps/w32-pthreads/tests/mutex6s.c index 8b82dc3fa..4f16a7b61 100644 --- a/deps/w32-pthreads/tests/mutex6s.c +++ b/deps/w32-pthreads/tests/mutex6s.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex7.c b/deps/w32-pthreads/tests/mutex7.c index 4137c351d..0fd4b9069 100644 --- a/deps/w32-pthreads/tests/mutex7.c +++ b/deps/w32-pthreads/tests/mutex7.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex7e.c b/deps/w32-pthreads/tests/mutex7e.c index 80981b3e1..d27c4ca95 100644 --- a/deps/w32-pthreads/tests/mutex7e.c +++ b/deps/w32-pthreads/tests/mutex7e.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex7n.c b/deps/w32-pthreads/tests/mutex7n.c index 87ba10a57..979e58da4 100644 --- a/deps/w32-pthreads/tests/mutex7n.c +++ b/deps/w32-pthreads/tests/mutex7n.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex7r.c b/deps/w32-pthreads/tests/mutex7r.c index 4e4ae8a9a..f3adc52ae 100644 --- a/deps/w32-pthreads/tests/mutex7r.c +++ b/deps/w32-pthreads/tests/mutex7r.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex8.c b/deps/w32-pthreads/tests/mutex8.c index f2636786c..8e25aaa1b 100644 --- a/deps/w32-pthreads/tests/mutex8.c +++ b/deps/w32-pthreads/tests/mutex8.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex8e.c b/deps/w32-pthreads/tests/mutex8e.c index a36056673..936bd1b69 100644 --- a/deps/w32-pthreads/tests/mutex8e.c +++ b/deps/w32-pthreads/tests/mutex8e.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex8n.c b/deps/w32-pthreads/tests/mutex8n.c index 0c6d97d7f..42a3330a7 100644 --- a/deps/w32-pthreads/tests/mutex8n.c +++ b/deps/w32-pthreads/tests/mutex8n.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/mutex8r.c b/deps/w32-pthreads/tests/mutex8r.c index 434b9af8e..3443edb2e 100644 --- a/deps/w32-pthreads/tests/mutex8r.c +++ b/deps/w32-pthreads/tests/mutex8r.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/once1.c b/deps/w32-pthreads/tests/once1.c index daec112d7..ac4136761 100644 --- a/deps/w32-pthreads/tests/once1.c +++ b/deps/w32-pthreads/tests/once1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/once2.c b/deps/w32-pthreads/tests/once2.c index 25aff6242..2cce93e99 100644 --- a/deps/w32-pthreads/tests/once2.c +++ b/deps/w32-pthreads/tests/once2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/once3.c b/deps/w32-pthreads/tests/once3.c index 5211ffef5..e34c17e97 100644 --- a/deps/w32-pthreads/tests/once3.c +++ b/deps/w32-pthreads/tests/once3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/once4.c b/deps/w32-pthreads/tests/once4.c index c8f861b79..722f729e5 100644 --- a/deps/w32-pthreads/tests/once4.c +++ b/deps/w32-pthreads/tests/once4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/priority1.c b/deps/w32-pthreads/tests/priority1.c index 40316cc64..1bbf8a64d 100644 --- a/deps/w32-pthreads/tests/priority1.c +++ b/deps/w32-pthreads/tests/priority1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/priority2.c b/deps/w32-pthreads/tests/priority2.c index 7d4648f90..d1902020a 100644 --- a/deps/w32-pthreads/tests/priority2.c +++ b/deps/w32-pthreads/tests/priority2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/reuse1.c b/deps/w32-pthreads/tests/reuse1.c index 1a7dff0e0..a467e7763 100644 --- a/deps/w32-pthreads/tests/reuse1.c +++ b/deps/w32-pthreads/tests/reuse1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/reuse2.c b/deps/w32-pthreads/tests/reuse2.c index 362e547d9..208e81d7a 100644 --- a/deps/w32-pthreads/tests/reuse2.c +++ b/deps/w32-pthreads/tests/reuse2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/robust1.c b/deps/w32-pthreads/tests/robust1.c index 100a8545b..04f065534 100644 --- a/deps/w32-pthreads/tests/robust1.c +++ b/deps/w32-pthreads/tests/robust1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/robust2.c b/deps/w32-pthreads/tests/robust2.c index 2b3917a6e..c269842d7 100644 --- a/deps/w32-pthreads/tests/robust2.c +++ b/deps/w32-pthreads/tests/robust2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/robust3.c b/deps/w32-pthreads/tests/robust3.c index cbf99df73..bff868b6e 100644 --- a/deps/w32-pthreads/tests/robust3.c +++ b/deps/w32-pthreads/tests/robust3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/robust4.c b/deps/w32-pthreads/tests/robust4.c index 136a183bd..d28433082 100644 --- a/deps/w32-pthreads/tests/robust4.c +++ b/deps/w32-pthreads/tests/robust4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/robust5.c b/deps/w32-pthreads/tests/robust5.c index c67d12482..de8ae3665 100644 --- a/deps/w32-pthreads/tests/robust5.c +++ b/deps/w32-pthreads/tests/robust5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock1.c b/deps/w32-pthreads/tests/rwlock1.c index 3d08ac993..30637637c 100644 --- a/deps/w32-pthreads/tests/rwlock1.c +++ b/deps/w32-pthreads/tests/rwlock1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock2.c b/deps/w32-pthreads/tests/rwlock2.c index 07518ebde..b99f05abb 100644 --- a/deps/w32-pthreads/tests/rwlock2.c +++ b/deps/w32-pthreads/tests/rwlock2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock2_t.c b/deps/w32-pthreads/tests/rwlock2_t.c index 4267ddbc8..0f41d7f12 100644 --- a/deps/w32-pthreads/tests/rwlock2_t.c +++ b/deps/w32-pthreads/tests/rwlock2_t.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock3.c b/deps/w32-pthreads/tests/rwlock3.c index d30f04088..e27f7eda5 100644 --- a/deps/w32-pthreads/tests/rwlock3.c +++ b/deps/w32-pthreads/tests/rwlock3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock3_t.c b/deps/w32-pthreads/tests/rwlock3_t.c index 6419de13e..7cbc987ff 100644 --- a/deps/w32-pthreads/tests/rwlock3_t.c +++ b/deps/w32-pthreads/tests/rwlock3_t.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock4.c b/deps/w32-pthreads/tests/rwlock4.c index a19a00132..863784f11 100644 --- a/deps/w32-pthreads/tests/rwlock4.c +++ b/deps/w32-pthreads/tests/rwlock4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock4_t.c b/deps/w32-pthreads/tests/rwlock4_t.c index 58b3602fb..41ce795a7 100644 --- a/deps/w32-pthreads/tests/rwlock4_t.c +++ b/deps/w32-pthreads/tests/rwlock4_t.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock5.c b/deps/w32-pthreads/tests/rwlock5.c index 3b4054756..d87b19c7e 100644 --- a/deps/w32-pthreads/tests/rwlock5.c +++ b/deps/w32-pthreads/tests/rwlock5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock5_t.c b/deps/w32-pthreads/tests/rwlock5_t.c index 4a94658fb..6280ce278 100644 --- a/deps/w32-pthreads/tests/rwlock5_t.c +++ b/deps/w32-pthreads/tests/rwlock5_t.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock6.c b/deps/w32-pthreads/tests/rwlock6.c index f667ce5ce..3241c8f07 100644 --- a/deps/w32-pthreads/tests/rwlock6.c +++ b/deps/w32-pthreads/tests/rwlock6.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock6_t.c b/deps/w32-pthreads/tests/rwlock6_t.c index 71cbe220a..8e664e7e9 100644 --- a/deps/w32-pthreads/tests/rwlock6_t.c +++ b/deps/w32-pthreads/tests/rwlock6_t.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/rwlock6_t2.c b/deps/w32-pthreads/tests/rwlock6_t2.c index b8b0df9f2..2e6d7ce82 100644 --- a/deps/w32-pthreads/tests/rwlock6_t2.c +++ b/deps/w32-pthreads/tests/rwlock6_t2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/self1.c b/deps/w32-pthreads/tests/self1.c index aa08328f9..7bc4a80ee 100644 --- a/deps/w32-pthreads/tests/self1.c +++ b/deps/w32-pthreads/tests/self1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/self2.c b/deps/w32-pthreads/tests/self2.c index 28e57252e..e92ede40f 100644 --- a/deps/w32-pthreads/tests/self2.c +++ b/deps/w32-pthreads/tests/self2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/semaphore1.c b/deps/w32-pthreads/tests/semaphore1.c index 8fc91ee02..a6c02e645 100644 --- a/deps/w32-pthreads/tests/semaphore1.c +++ b/deps/w32-pthreads/tests/semaphore1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/semaphore2.c b/deps/w32-pthreads/tests/semaphore2.c index af4d0ea70..5a4e236ab 100644 --- a/deps/w32-pthreads/tests/semaphore2.c +++ b/deps/w32-pthreads/tests/semaphore2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/semaphore3.c b/deps/w32-pthreads/tests/semaphore3.c index a0dfcb6f6..0ee8e5d43 100644 --- a/deps/w32-pthreads/tests/semaphore3.c +++ b/deps/w32-pthreads/tests/semaphore3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/semaphore4.c b/deps/w32-pthreads/tests/semaphore4.c index 3a28c7b50..b1356e442 100644 --- a/deps/w32-pthreads/tests/semaphore4.c +++ b/deps/w32-pthreads/tests/semaphore4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/semaphore4t.c b/deps/w32-pthreads/tests/semaphore4t.c index 97bc7f88a..5a8d7a9ad 100644 --- a/deps/w32-pthreads/tests/semaphore4t.c +++ b/deps/w32-pthreads/tests/semaphore4t.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/semaphore5.c b/deps/w32-pthreads/tests/semaphore5.c index 5f7e6925d..67fd339f6 100644 --- a/deps/w32-pthreads/tests/semaphore5.c +++ b/deps/w32-pthreads/tests/semaphore5.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/sequence1.c b/deps/w32-pthreads/tests/sequence1.c index 46388eebd..fa1cdc53e 100644 --- a/deps/w32-pthreads/tests/sequence1.c +++ b/deps/w32-pthreads/tests/sequence1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/spin1.c b/deps/w32-pthreads/tests/spin1.c index 00ecd11b1..6ba5dac6f 100644 --- a/deps/w32-pthreads/tests/spin1.c +++ b/deps/w32-pthreads/tests/spin1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/spin2.c b/deps/w32-pthreads/tests/spin2.c index b13c29c4e..d08ac98f9 100644 --- a/deps/w32-pthreads/tests/spin2.c +++ b/deps/w32-pthreads/tests/spin2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/spin3.c b/deps/w32-pthreads/tests/spin3.c index bbf8bfb22..ebf69ca8f 100644 --- a/deps/w32-pthreads/tests/spin3.c +++ b/deps/w32-pthreads/tests/spin3.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/spin4.c b/deps/w32-pthreads/tests/spin4.c index 3a4fd6f24..277efd7e8 100644 --- a/deps/w32-pthreads/tests/spin4.c +++ b/deps/w32-pthreads/tests/spin4.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/stress1.c b/deps/w32-pthreads/tests/stress1.c index 7c787dcfb..04bdc16d1 100644 --- a/deps/w32-pthreads/tests/stress1.c +++ b/deps/w32-pthreads/tests/stress1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/test.h b/deps/w32-pthreads/tests/test.h index 042e87b68..1756a64da 100644 --- a/deps/w32-pthreads/tests/test.h +++ b/deps/w32-pthreads/tests/test.h @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * */ diff --git a/deps/w32-pthreads/tests/tryentercs.c b/deps/w32-pthreads/tests/tryentercs.c index 13a6e096d..2f606ecaa 100644 --- a/deps/w32-pthreads/tests/tryentercs.c +++ b/deps/w32-pthreads/tests/tryentercs.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/tryentercs2.c b/deps/w32-pthreads/tests/tryentercs2.c index a1c4d97f3..eeba90642 100644 --- a/deps/w32-pthreads/tests/tryentercs2.c +++ b/deps/w32-pthreads/tests/tryentercs2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/tsd1.c b/deps/w32-pthreads/tests/tsd1.c index 84d78886c..d2e9c9f7a 100644 --- a/deps/w32-pthreads/tests/tsd1.c +++ b/deps/w32-pthreads/tests/tsd1.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * * -------------------------------------------------------------------------- diff --git a/deps/w32-pthreads/tests/tsd2.c b/deps/w32-pthreads/tests/tsd2.c index 16e69948c..97082ed9a 100644 --- a/deps/w32-pthreads/tests/tsd2.c +++ b/deps/w32-pthreads/tests/tsd2.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * * -------------------------------------------------------------------------- diff --git a/deps/w32-pthreads/tests/valid1.c b/deps/w32-pthreads/tests/valid1.c index a3913fd04..2db6095d6 100644 --- a/deps/w32-pthreads/tests/valid1.c +++ b/deps/w32-pthreads/tests/valid1.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tests/valid2.c b/deps/w32-pthreads/tests/valid2.c index b9671798b..4d14857a3 100644 --- a/deps/w32-pthreads/tests/valid2.c +++ b/deps/w32-pthreads/tests/valid2.c @@ -29,7 +29,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * -------------------------------------------------------------------------- * diff --git a/deps/w32-pthreads/tsd.c b/deps/w32-pthreads/tsd.c index ed44fe6cb..9b4715b8b 100644 --- a/deps/w32-pthreads/tsd.c +++ b/deps/w32-pthreads/tsd.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h" diff --git a/deps/w32-pthreads/version.rc b/deps/w32-pthreads/version.rc index 02ade072f..cac53045c 100644 --- a/deps/w32-pthreads/version.rc +++ b/deps/w32-pthreads/version.rc @@ -27,7 +27,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/deps/w32-pthreads/w32_CancelableWait.c b/deps/w32-pthreads/w32_CancelableWait.c index 070633e0f..eb4c6116c 100644 --- a/deps/w32-pthreads/w32_CancelableWait.c +++ b/deps/w32-pthreads/w32_CancelableWait.c @@ -31,7 +31,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library in the file COPYING.LIB; * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "pthread.h"