From 153cfb9c83534b09f15cc16205d7adb19b394928 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 05:23:25 +0000 Subject: r23801: The FSF has moved around a lot. This fixes their Mass Ave address. (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227) --- examples/perfcounter/Makefile | 3 +-- examples/perfcounter/perf.h | 3 +-- examples/perfcounter/perf_writer.c | 3 +-- examples/perfcounter/perf_writer_cpu.c | 3 +-- examples/perfcounter/perf_writer_disk.c | 3 +-- examples/perfcounter/perf_writer_mem.c | 3 +-- examples/perfcounter/perf_writer_process.c | 3 +-- examples/perfcounter/perf_writer_util.c | 3 +-- examples/perfcounter/perfcountd.init | 3 +-- 9 files changed, 9 insertions(+), 18 deletions(-) (limited to 'examples/perfcounter') diff --git a/examples/perfcounter/Makefile b/examples/perfcounter/Makefile index ce480578a5..925e2ea080 100644 --- a/examples/perfcounter/Makefile +++ b/examples/perfcounter/Makefile @@ -12,8 +12,7 @@ # GNU General Public License for more details. # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with this program; if not, see . # SAMBA_SRC_DIR=../../source diff --git a/examples/perfcounter/perf.h b/examples/perfcounter/perf.h index 458e2ceb8c..2c24d31260 100644 --- a/examples/perfcounter/perf.h +++ b/examples/perfcounter/perf.h @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #ifndef __PERF_H__ diff --git a/examples/perfcounter/perf_writer.c b/examples/perfcounter/perf_writer.c index c967579b89..4260f9595d 100644 --- a/examples/perfcounter/perf_writer.c +++ b/examples/perfcounter/perf_writer.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "perf.h" diff --git a/examples/perfcounter/perf_writer_cpu.c b/examples/perfcounter/perf_writer_cpu.c index eed69de033..215e073b8d 100644 --- a/examples/perfcounter/perf_writer_cpu.c +++ b/examples/perfcounter/perf_writer_cpu.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "perf.h" diff --git a/examples/perfcounter/perf_writer_disk.c b/examples/perfcounter/perf_writer_disk.c index 31bc703739..15188d2531 100644 --- a/examples/perfcounter/perf_writer_disk.c +++ b/examples/perfcounter/perf_writer_disk.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "perf.h" diff --git a/examples/perfcounter/perf_writer_mem.c b/examples/perfcounter/perf_writer_mem.c index 2c0e30663d..580207fb64 100644 --- a/examples/perfcounter/perf_writer_mem.c +++ b/examples/perfcounter/perf_writer_mem.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "perf.h" diff --git a/examples/perfcounter/perf_writer_process.c b/examples/perfcounter/perf_writer_process.c index cc26b208d4..bddceeab15 100644 --- a/examples/perfcounter/perf_writer_process.c +++ b/examples/perfcounter/perf_writer_process.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "perf.h" diff --git a/examples/perfcounter/perf_writer_util.c b/examples/perfcounter/perf_writer_util.c index 9cf12ab792..6f1eb16d3e 100644 --- a/examples/perfcounter/perf_writer_util.c +++ b/examples/perfcounter/perf_writer_util.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see . */ #include "perf.h" diff --git a/examples/perfcounter/perfcountd.init b/examples/perfcounter/perfcountd.init index d28138ff75..683e91395b 100755 --- a/examples/perfcounter/perfcountd.init +++ b/examples/perfcounter/perfcountd.init @@ -13,8 +13,7 @@ # GNU General Public License for more details. # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with this program; if not, see . # #################################################################### -- cgit