From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- libpthread/linuxthreads.old_db/proc_service.h | 5 ++--- libpthread/linuxthreads.old_db/td_init.c | 5 ++--- libpthread/linuxthreads.old_db/td_log.c | 5 ++--- libpthread/linuxthreads.old_db/td_symbol_list.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_clear_event.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_delete.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_enable_stats.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_event_addr.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_event_getmsg.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_get_nthreads.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_get_ph.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_get_stats.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_map_id2thr.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_new.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_reset_stats.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_set_event.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_setconcurrency.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_thr_iter.c | 5 ++--- libpthread/linuxthreads.old_db/td_ta_tsd_iter.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_clear_event.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_dbresume.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_dbsuspend.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_event_enable.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_event_getmsg.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_get_info.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_getfpregs.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_getgregs.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_getxregs.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_getxregsize.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_set_event.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_setfpregs.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_setgregs.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_setprio.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_setsigpending.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_setxregs.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_sigsetmask.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_tsd.c | 5 ++--- libpthread/linuxthreads.old_db/td_thr_validate.c | 5 ++--- libpthread/linuxthreads.old_db/thread_db.h | 5 ++--- 41 files changed, 82 insertions(+), 123 deletions(-) (limited to 'libpthread/linuxthreads.old_db') diff --git a/libpthread/linuxthreads.old_db/proc_service.h b/libpthread/linuxthreads.old_db/proc_service.h index 74136c03e..6f33ccdda 100644 --- a/libpthread/linuxthreads.old_db/proc_service.h +++ b/libpthread/linuxthreads.old_db/proc_service.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* The definitions in this file must correspond to those in the debugger. */ #include diff --git a/libpthread/linuxthreads.old_db/td_init.c b/libpthread/linuxthreads.old_db/td_init.c index 6f0e1584c..ecb0d3de2 100644 --- a/libpthread/linuxthreads.old_db/td_init.c +++ b/libpthread/linuxthreads.old_db/td_init.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_log.c b/libpthread/linuxthreads.old_db/td_log.c index 025273a63..c82ffa54d 100644 --- a/libpthread/linuxthreads.old_db/td_log.c +++ b/libpthread/linuxthreads.old_db/td_log.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_symbol_list.c b/libpthread/linuxthreads.old_db/td_symbol_list.c index 599c04596..f62cd692c 100644 --- a/libpthread/linuxthreads.old_db/td_symbol_list.c +++ b/libpthread/linuxthreads.old_db/td_symbol_list.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_clear_event.c b/libpthread/linuxthreads.old_db/td_ta_clear_event.c index 7ce7ab8dc..e827b46ae 100644 --- a/libpthread/linuxthreads.old_db/td_ta_clear_event.c +++ b/libpthread/linuxthreads.old_db/td_ta_clear_event.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_delete.c b/libpthread/linuxthreads.old_db/td_ta_delete.c index be1165af2..9bc5c08ac 100644 --- a/libpthread/linuxthreads.old_db/td_ta_delete.c +++ b/libpthread/linuxthreads.old_db/td_ta_delete.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libpthread/linuxthreads.old_db/td_ta_enable_stats.c b/libpthread/linuxthreads.old_db/td_ta_enable_stats.c index 1d4c34a8d..9d3408ece 100644 --- a/libpthread/linuxthreads.old_db/td_ta_enable_stats.c +++ b/libpthread/linuxthreads.old_db/td_ta_enable_stats.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_event_addr.c b/libpthread/linuxthreads.old_db/td_ta_event_addr.c index 8bce35ae8..72d426555 100644 --- a/libpthread/linuxthreads.old_db/td_ta_event_addr.c +++ b/libpthread/linuxthreads.old_db/td_ta_event_addr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_event_getmsg.c b/libpthread/linuxthreads.old_db/td_ta_event_getmsg.c index ba535da79..b7c2fcd72 100644 --- a/libpthread/linuxthreads.old_db/td_ta_event_getmsg.c +++ b/libpthread/linuxthreads.old_db/td_ta_event_getmsg.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/linuxthreads.old_db/td_ta_get_nthreads.c b/libpthread/linuxthreads.old_db/td_ta_get_nthreads.c index 839b56be5..144f4ffee 100644 --- a/libpthread/linuxthreads.old_db/td_ta_get_nthreads.c +++ b/libpthread/linuxthreads.old_db/td_ta_get_nthreads.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_get_ph.c b/libpthread/linuxthreads.old_db/td_ta_get_ph.c index 23d328508..fdf44fbe1 100644 --- a/libpthread/linuxthreads.old_db/td_ta_get_ph.c +++ b/libpthread/linuxthreads.old_db/td_ta_get_ph.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_get_stats.c b/libpthread/linuxthreads.old_db/td_ta_get_stats.c index 6bf2f5352..eca9ba5b4 100644 --- a/libpthread/linuxthreads.old_db/td_ta_get_stats.c +++ b/libpthread/linuxthreads.old_db/td_ta_get_stats.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_map_id2thr.c b/libpthread/linuxthreads.old_db/td_ta_map_id2thr.c index c57f25a5a..dc24533b8 100644 --- a/libpthread/linuxthreads.old_db/td_ta_map_id2thr.c +++ b/libpthread/linuxthreads.old_db/td_ta_map_id2thr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c b/libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c index 2be1e3de5..00efc43d6 100644 --- a/libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c +++ b/libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_new.c b/libpthread/linuxthreads.old_db/td_ta_new.c index 2b0b68bf0..7cf0edc66 100644 --- a/libpthread/linuxthreads.old_db/td_ta_new.c +++ b/libpthread/linuxthreads.old_db/td_ta_new.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/linuxthreads.old_db/td_ta_reset_stats.c b/libpthread/linuxthreads.old_db/td_ta_reset_stats.c index b3ddbd07b..ce41e1751 100644 --- a/libpthread/linuxthreads.old_db/td_ta_reset_stats.c +++ b/libpthread/linuxthreads.old_db/td_ta_reset_stats.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_set_event.c b/libpthread/linuxthreads.old_db/td_ta_set_event.c index d47f583a6..3a75e7b7f 100644 --- a/libpthread/linuxthreads.old_db/td_ta_set_event.c +++ b/libpthread/linuxthreads.old_db/td_ta_set_event.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_setconcurrency.c b/libpthread/linuxthreads.old_db/td_ta_setconcurrency.c index 408e76309..111dfd583 100644 --- a/libpthread/linuxthreads.old_db/td_ta_setconcurrency.c +++ b/libpthread/linuxthreads.old_db/td_ta_setconcurrency.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_ta_thr_iter.c b/libpthread/linuxthreads.old_db/td_ta_thr_iter.c index 771a12de4..da230096f 100644 --- a/libpthread/linuxthreads.old_db/td_ta_thr_iter.c +++ b/libpthread/linuxthreads.old_db/td_ta_thr_iter.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" #include diff --git a/libpthread/linuxthreads.old_db/td_ta_tsd_iter.c b/libpthread/linuxthreads.old_db/td_ta_tsd_iter.c index 7ad98dd91..758222cd7 100644 --- a/libpthread/linuxthreads.old_db/td_ta_tsd_iter.c +++ b/libpthread/linuxthreads.old_db/td_ta_tsd_iter.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" #include diff --git a/libpthread/linuxthreads.old_db/td_thr_clear_event.c b/libpthread/linuxthreads.old_db/td_thr_clear_event.c index c8e52ee1d..67a592a10 100644 --- a/libpthread/linuxthreads.old_db/td_thr_clear_event.c +++ b/libpthread/linuxthreads.old_db/td_thr_clear_event.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libpthread/linuxthreads.old_db/td_thr_dbresume.c b/libpthread/linuxthreads.old_db/td_thr_dbresume.c index 7b7f6eef9..3e63d8f41 100644 --- a/libpthread/linuxthreads.old_db/td_thr_dbresume.c +++ b/libpthread/linuxthreads.old_db/td_thr_dbresume.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_dbsuspend.c b/libpthread/linuxthreads.old_db/td_thr_dbsuspend.c index ef668023d..557e88862 100644 --- a/libpthread/linuxthreads.old_db/td_thr_dbsuspend.c +++ b/libpthread/linuxthreads.old_db/td_thr_dbsuspend.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_event_enable.c b/libpthread/linuxthreads.old_db/td_thr_event_enable.c index aad3de286..d55a2ce75 100644 --- a/libpthread/linuxthreads.old_db/td_thr_event_enable.c +++ b/libpthread/linuxthreads.old_db/td_thr_event_enable.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libpthread/linuxthreads.old_db/td_thr_event_getmsg.c b/libpthread/linuxthreads.old_db/td_thr_event_getmsg.c index bf4ddd4ad..d4db08b6f 100644 --- a/libpthread/linuxthreads.old_db/td_thr_event_getmsg.c +++ b/libpthread/linuxthreads.old_db/td_thr_event_getmsg.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/linuxthreads.old_db/td_thr_get_info.c b/libpthread/linuxthreads.old_db/td_thr_get_info.c index 4666bda97..c73f33020 100644 --- a/libpthread/linuxthreads.old_db/td_thr_get_info.c +++ b/libpthread/linuxthreads.old_db/td_thr_get_info.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/linuxthreads.old_db/td_thr_getfpregs.c b/libpthread/linuxthreads.old_db/td_thr_getfpregs.c index 31c55c876..0fc22097e 100644 --- a/libpthread/linuxthreads.old_db/td_thr_getfpregs.c +++ b/libpthread/linuxthreads.old_db/td_thr_getfpregs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_getgregs.c b/libpthread/linuxthreads.old_db/td_thr_getgregs.c index a9ec6a37d..a33789847 100644 --- a/libpthread/linuxthreads.old_db/td_thr_getgregs.c +++ b/libpthread/linuxthreads.old_db/td_thr_getgregs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_getxregs.c b/libpthread/linuxthreads.old_db/td_thr_getxregs.c index 39cd73cf1..b98e19dd8 100644 --- a/libpthread/linuxthreads.old_db/td_thr_getxregs.c +++ b/libpthread/linuxthreads.old_db/td_thr_getxregs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_getxregsize.c b/libpthread/linuxthreads.old_db/td_thr_getxregsize.c index 5d8ac288e..d7b4b13bb 100644 --- a/libpthread/linuxthreads.old_db/td_thr_getxregsize.c +++ b/libpthread/linuxthreads.old_db/td_thr_getxregsize.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_set_event.c b/libpthread/linuxthreads.old_db/td_thr_set_event.c index 2ac8f5e5c..31a04f1e6 100644 --- a/libpthread/linuxthreads.old_db/td_thr_set_event.c +++ b/libpthread/linuxthreads.old_db/td_thr_set_event.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libpthread/linuxthreads.old_db/td_thr_setfpregs.c b/libpthread/linuxthreads.old_db/td_thr_setfpregs.c index e4d9ec65e..793d02ed3 100644 --- a/libpthread/linuxthreads.old_db/td_thr_setfpregs.c +++ b/libpthread/linuxthreads.old_db/td_thr_setfpregs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_setgregs.c b/libpthread/linuxthreads.old_db/td_thr_setgregs.c index 8c021a473..32e394b63 100644 --- a/libpthread/linuxthreads.old_db/td_thr_setgregs.c +++ b/libpthread/linuxthreads.old_db/td_thr_setgregs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_setprio.c b/libpthread/linuxthreads.old_db/td_thr_setprio.c index 98d202dfe..554e8ffc9 100644 --- a/libpthread/linuxthreads.old_db/td_thr_setprio.c +++ b/libpthread/linuxthreads.old_db/td_thr_setprio.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_setsigpending.c b/libpthread/linuxthreads.old_db/td_thr_setsigpending.c index 98e30140e..c6729b4c0 100644 --- a/libpthread/linuxthreads.old_db/td_thr_setsigpending.c +++ b/libpthread/linuxthreads.old_db/td_thr_setsigpending.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_setxregs.c b/libpthread/linuxthreads.old_db/td_thr_setxregs.c index da77ab3b4..cb6b7e2fe 100644 --- a/libpthread/linuxthreads.old_db/td_thr_setxregs.c +++ b/libpthread/linuxthreads.old_db/td_thr_setxregs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_sigsetmask.c b/libpthread/linuxthreads.old_db/td_thr_sigsetmask.c index 8b0eb8185..e990101d3 100644 --- a/libpthread/linuxthreads.old_db/td_thr_sigsetmask.c +++ b/libpthread/linuxthreads.old_db/td_thr_sigsetmask.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c b/libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c index 8e38b6904..ac4d706c4 100644 --- a/libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c +++ b/libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_tsd.c b/libpthread/linuxthreads.old_db/td_thr_tsd.c index 2ab71c588..f18832f46 100644 --- a/libpthread/linuxthreads.old_db/td_thr_tsd.c +++ b/libpthread/linuxthreads.old_db/td_thr_tsd.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/td_thr_validate.c b/libpthread/linuxthreads.old_db/td_thr_validate.c index 2cf7727b6..ca82637b9 100644 --- a/libpthread/linuxthreads.old_db/td_thr_validate.c +++ b/libpthread/linuxthreads.old_db/td_thr_validate.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "thread_dbP.h" diff --git a/libpthread/linuxthreads.old_db/thread_db.h b/libpthread/linuxthreads.old_db/thread_db.h index c115399a3..13c30af5b 100644 --- a/libpthread/linuxthreads.old_db/thread_db.h +++ b/libpthread/linuxthreads.old_db/thread_db.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _THREAD_DB_H #define _THREAD_DB_H 1 -- cgit v1.2.3