summaryrefslogtreecommitdiff
path: root/examples/perfcounter
diff options
context:
space:
mode:
Diffstat (limited to 'examples/perfcounter')
-rw-r--r--examples/perfcounter/Makefile3
-rw-r--r--examples/perfcounter/perf.h3
-rw-r--r--examples/perfcounter/perf_writer.c3
-rw-r--r--examples/perfcounter/perf_writer_cpu.c3
-rw-r--r--examples/perfcounter/perf_writer_disk.c3
-rw-r--r--examples/perfcounter/perf_writer_mem.c3
-rw-r--r--examples/perfcounter/perf_writer_process.c3
-rw-r--r--examples/perfcounter/perf_writer_util.c3
-rwxr-xr-xexamples/perfcounter/perfcountd.init3
9 files changed, 9 insertions, 18 deletions
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 <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
#
####################################################################