summaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /gmon
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'gmon')
-rw-r--r--gmon/Makefile5
-rw-r--r--gmon/bb_exit_func.c5
-rw-r--r--gmon/bb_init_func.c5
-rw-r--r--gmon/profil.c5
-rw-r--r--gmon/sprofil.c5
-rw-r--r--gmon/sys/gmon_out.h5
-rw-r--r--gmon/sys/profil.h5
-rw-r--r--gmon/tst-sprofil.c5
8 files changed, 16 insertions, 24 deletions
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
+# <http://www.gnu.org/licenses/>.
#
# 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
+ <http://www.gnu.org/licenses/>. */
/* __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
+ <http://www.gnu.org/licenses/>. */
/* __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
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <unistd.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
/* 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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdio.h>