From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- gmon/Makefile | 5 ++--- gmon/bb_exit_func.c | 5 ++--- gmon/bb_init_func.c | 5 ++--- gmon/profil.c | 5 ++--- gmon/sprofil.c | 5 ++--- gmon/sys/gmon_out.h | 5 ++--- gmon/sys/profil.h | 5 ++--- gmon/tst-sprofil.c | 5 ++--- 8 files changed, 16 insertions(+), 24 deletions(-) (limited to 'gmon') diff --git a/gmon/Makefile b/gmon/Makefile index 969edd5575..2f15d8ca3c 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -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 +# . # # Sub-makefile for gmon portion of the library. diff --git a/gmon/bb_exit_func.c b/gmon/bb_exit_func.c index f0d1d8576c..7874a45dd8 100644 --- a/gmon/bb_exit_func.c +++ b/gmon/bb_exit_func.c @@ -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 + . */ /* __bb_exit_func() dumps all the basic-block statistics linked into the __bb_head chain to .d files. */ diff --git a/gmon/bb_init_func.c b/gmon/bb_init_func.c index 19901d8d09..7fe28e9671 100644 --- a/gmon/bb_init_func.c +++ b/gmon/bb_init_func.c @@ -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 + . */ /* __bb_init_func is invoked at the beginning of each function, before any registers have been saved. This generic routine should work diff --git a/gmon/profil.c b/gmon/profil.c index 8736375858..53c2263c49 100644 --- a/gmon/profil.c +++ b/gmon/profil.c @@ -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 + . */ #include #include diff --git a/gmon/sprofil.c b/gmon/sprofil.c index 037ed4672e..2298f498bd 100644 --- a/gmon/sprofil.c +++ b/gmon/sprofil.c @@ -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 + . */ #include diff --git a/gmon/sys/gmon_out.h b/gmon/sys/gmon_out.h index 6fa09e8644..d5a12d6fbd 100644 --- a/gmon/sys/gmon_out.h +++ b/gmon/sys/gmon_out.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 + . */ /* This file specifies the format of gmon.out files. It should have as few external dependencies as possible as it is going to be included diff --git a/gmon/sys/profil.h b/gmon/sys/profil.h index 9548ec7a82..fd367b14a8 100644 --- a/gmon/sys/profil.h +++ b/gmon/sys/profil.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 + . */ #ifndef _PROFIL_H #define _PROFIL_H 1 diff --git a/gmon/tst-sprofil.c b/gmon/tst-sprofil.c index 3d9b579dc9..2d97cb5111 100644 --- a/gmon/tst-sprofil.c +++ b/gmon/tst-sprofil.c @@ -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 + . */ #include #include -- cgit 1.4.1