Blame 0001-perf-Remove-FSF-address.patch

Laura Abbott a8f134
From d4d39a6a8f9b7d4ffe08d031d3eedb42e449667e Mon Sep 17 00:00:00 2001
Laura Abbott a8f134
From: Laura Abbott <labbott@redhat.com>
Laura Abbott a8f134
Date: Thu, 14 Dec 2017 14:50:52 -0800
Laura Abbott a8f134
Subject: [PATCH] perf: Remove FSF address
Laura Abbott a8f134
To: Peter Zijlstra <peterz@infradead.org>
Laura Abbott a8f134
To: Ingo Molnar <mingo@redhat.com>
Laura Abbott a8f134
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Laura Abbott a8f134
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Laura Abbott a8f134
Cc: Jiri Olsa <jolsa@redhat.com>
Laura Abbott a8f134
Cc: Namhyung Kim <namhyung@kernel.org>
Laura Abbott a8f134
Cc: linux-kernel@vger.kernel.org
Laura Abbott a8f134
Laura Abbott a8f134
Checkpatch in the kernel now complains about having the FSF address
Laura Abbott a8f134
in comments. Other tools such as rpmlint are now starting to do the
Laura Abbott a8f134
same thing. Remove the FSF address to reduce warnings on multiple tools.
Laura Abbott a8f134
Laura Abbott a8f134
Signed-off-by: Laura Abbott <labbott@redhat.com>
Laura Abbott a8f134
---
Laura Abbott a8f134
For context, I'm updating the packaging for perf in Fedora which
Laura Abbott a8f134
requires a code/output review. This got flagged during that review.
Laura Abbott a8f134
---
Laura Abbott a8f134
 tools/perf/arch/sh/util/dwarf-regs.c                   | 5 -----
Laura Abbott a8f134
 tools/perf/arch/x86/util/dwarf-regs.c                  | 5 -----
Laura Abbott a8f134
 tools/perf/builtin-probe.c                             | 5 -----
Laura Abbott a8f134
 tools/perf/jvmti/jvmti_agent.c                         | 4 ----
Laura Abbott a8f134
 tools/perf/scripts/perl/Perf-Trace-Util/Context.xs     | 5 -----
Laura Abbott a8f134
 tools/perf/scripts/python/Perf-Trace-Util/Context.c    | 5 -----
Laura Abbott a8f134
 tools/perf/util/dwarf-aux.c                            | 5 -----
Laura Abbott a8f134
 tools/perf/util/dwarf-aux.h                            | 5 -----
Laura Abbott a8f134
 tools/perf/util/intel-pt-decoder/inat.c                | 5 -----
Laura Abbott a8f134
 tools/perf/util/intel-pt-decoder/inat.h                | 5 -----
Laura Abbott a8f134
 tools/perf/util/intel-pt-decoder/inat_types.h          | 4 ----
Laura Abbott a8f134
 tools/perf/util/intel-pt-decoder/insn.c                | 4 ----
Laura Abbott a8f134
 tools/perf/util/intel-pt-decoder/insn.h                | 4 ----
Laura Abbott a8f134
 tools/perf/util/probe-event.c                          | 4 ----
Laura Abbott a8f134
 tools/perf/util/probe-finder.c                         | 4 ----
Laura Abbott a8f134
 tools/perf/util/scripting-engines/trace-event-perl.c   | 4 ----
Laura Abbott a8f134
 tools/perf/util/scripting-engines/trace-event-python.c | 4 ----
Laura Abbott a8f134
 tools/perf/util/trace-event-info.c                     | 4 ----
Laura Abbott a8f134
 tools/perf/util/trace-event-parse.c                    | 4 ----
Laura Abbott a8f134
 tools/perf/util/trace-event-read.c                     | 4 ----
Laura Abbott a8f134
 tools/perf/util/trace-event-scripting.c                | 4 ----
Laura Abbott a8f134
 21 files changed, 93 deletions(-)
Laura Abbott a8f134
Laura Abbott a8f134
diff --git a/tools/perf/arch/sh/util/dwarf-regs.c b/tools/perf/arch/sh/util/dwarf-regs.c
Laura Abbott a8f134
index f8dfa89696f4..e0eec911f099 100644
Laura Abbott a8f134
--- a/tools/perf/arch/sh/util/dwarf-regs.c
Laura Abbott a8f134
+++ b/tools/perf/arch/sh/util/dwarf-regs.c
Laura Abbott a8f134
@@ -12,11 +12,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <stddef.h>
Laura Abbott a8f134
diff --git a/tools/perf/arch/x86/util/dwarf-regs.c b/tools/perf/arch/x86/util/dwarf-regs.c
Laura Abbott a8f134
index 1f86ee8fb831..c8e233f81324 100644
Laura Abbott a8f134
--- a/tools/perf/arch/x86/util/dwarf-regs.c
Laura Abbott a8f134
+++ b/tools/perf/arch/x86/util/dwarf-regs.c
Laura Abbott a8f134
@@ -13,11 +13,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <stddef.h>
Laura Abbott a8f134
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c
Laura Abbott a8f134
index c0065923a525..6f50f49b1383 100644
Laura Abbott a8f134
--- a/tools/perf/builtin-probe.c
Laura Abbott a8f134
+++ b/tools/perf/builtin-probe.c
Laura Abbott a8f134
@@ -14,11 +14,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 #include <sys/utsname.h>
Laura Abbott a8f134
 #include <sys/types.h>
Laura Abbott a8f134
diff --git a/tools/perf/jvmti/jvmti_agent.c b/tools/perf/jvmti/jvmti_agent.c
Laura Abbott a8f134
index cf36de7ea255..b68a64c3c34c 100644
Laura Abbott a8f134
--- a/tools/perf/jvmti/jvmti_agent.c
Laura Abbott a8f134
+++ b/tools/perf/jvmti/jvmti_agent.c
Laura Abbott a8f134
@@ -12,10 +12,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Laura Abbott a8f134
  * Lesser General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU Lesser General Public
Laura Abbott a8f134
- * License along with this library; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  * Copyright 2007 OProfile authors
Laura Abbott a8f134
  * Jens Wilke
Laura Abbott a8f134
  * Daniel Hansel
Laura Abbott a8f134
diff --git a/tools/perf/scripts/perl/Perf-Trace-Util/Context.xs b/tools/perf/scripts/perl/Perf-Trace-Util/Context.xs
Laura Abbott a8f134
index 8c7ea42444d1..f74f79dbdc55 100644
Laura Abbott a8f134
--- a/tools/perf/scripts/perl/Perf-Trace-Util/Context.xs
Laura Abbott a8f134
+++ b/tools/perf/scripts/perl/Perf-Trace-Util/Context.xs
Laura Abbott a8f134
@@ -12,11 +12,6 @@
Laura Abbott a8f134
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  *  GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- *  You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- *  along with this program; if not, write to the Free Software
Laura Abbott a8f134
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include "EXTERN.h"
Laura Abbott a8f134
diff --git a/tools/perf/scripts/python/Perf-Trace-Util/Context.c b/tools/perf/scripts/python/Perf-Trace-Util/Context.c
Laura Abbott a8f134
index fcd1dd667906..7b503f677d1f 100644
Laura Abbott a8f134
--- a/tools/perf/scripts/python/Perf-Trace-Util/Context.c
Laura Abbott a8f134
+++ b/tools/perf/scripts/python/Perf-Trace-Util/Context.c
Laura Abbott a8f134
@@ -12,11 +12,6 @@
Laura Abbott a8f134
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  *  GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- *  You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- *  along with this program; if not, write to the Free Software
Laura Abbott a8f134
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <Python.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/dwarf-aux.c b/tools/perf/util/dwarf-aux.c
Laura Abbott a8f134
index f5acda13dcfa..4e186c31b072 100644
Laura Abbott a8f134
--- a/tools/perf/util/dwarf-aux.c
Laura Abbott a8f134
+++ b/tools/perf/util/dwarf-aux.c
Laura Abbott a8f134
@@ -10,11 +10,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <errno.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/dwarf-aux.h b/tools/perf/util/dwarf-aux.h
Laura Abbott a8f134
index 8ac53bf1ec4e..0bc9107710b7 100644
Laura Abbott a8f134
--- a/tools/perf/util/dwarf-aux.h
Laura Abbott a8f134
+++ b/tools/perf/util/dwarf-aux.h
Laura Abbott a8f134
@@ -12,11 +12,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <dwarf.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/intel-pt-decoder/inat.c b/tools/perf/util/intel-pt-decoder/inat.c
Laura Abbott a8f134
index 906d94aa0a24..026bfb2f2ec7 100644
Laura Abbott a8f134
--- a/tools/perf/util/intel-pt-decoder/inat.c
Laura Abbott a8f134
+++ b/tools/perf/util/intel-pt-decoder/inat.c
Laura Abbott a8f134
@@ -12,11 +12,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 #include "insn.h"
Laura Abbott a8f134
 
Laura Abbott a8f134
diff --git a/tools/perf/util/intel-pt-decoder/inat.h b/tools/perf/util/intel-pt-decoder/inat.h
Laura Abbott a8f134
index 52dc8d911173..c23120fc20f8 100644
Laura Abbott a8f134
--- a/tools/perf/util/intel-pt-decoder/inat.h
Laura Abbott a8f134
+++ b/tools/perf/util/intel-pt-decoder/inat.h
Laura Abbott a8f134
@@ -14,11 +14,6 @@
Laura Abbott a8f134
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
- *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 #include "inat_types.h"
Laura Abbott a8f134
 
Laura Abbott a8f134
diff --git a/tools/perf/util/intel-pt-decoder/inat_types.h b/tools/perf/util/intel-pt-decoder/inat_types.h
Laura Abbott a8f134
index cb3c20ce39cf..bba552825512 100644
Laura Abbott a8f134
--- a/tools/perf/util/intel-pt-decoder/inat_types.h
Laura Abbott a8f134
+++ b/tools/perf/util/intel-pt-decoder/inat_types.h
Laura Abbott a8f134
@@ -15,10 +15,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 /* Instruction attributes */
Laura Abbott a8f134
diff --git a/tools/perf/util/intel-pt-decoder/insn.c b/tools/perf/util/intel-pt-decoder/insn.c
Laura Abbott a8f134
index ca983e2bea8b..d34b5a04ca57 100644
Laura Abbott a8f134
--- a/tools/perf/util/intel-pt-decoder/insn.c
Laura Abbott a8f134
+++ b/tools/perf/util/intel-pt-decoder/insn.c
Laura Abbott a8f134
@@ -11,10 +11,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  * Copyright (C) IBM Corporation, 2002, 2004, 2009
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
diff --git a/tools/perf/util/intel-pt-decoder/insn.h b/tools/perf/util/intel-pt-decoder/insn.h
Laura Abbott a8f134
index e23578c7b1be..3bbd145e7862 100644
Laura Abbott a8f134
--- a/tools/perf/util/intel-pt-decoder/insn.h
Laura Abbott a8f134
+++ b/tools/perf/util/intel-pt-decoder/insn.h
Laura Abbott a8f134
@@ -13,10 +13,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  * Copyright (C) IBM Corporation, 2009
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
Laura Abbott a8f134
index b7aaf9b2294d..1b3d4dc9961d 100644
Laura Abbott a8f134
--- a/tools/perf/util/probe-event.c
Laura Abbott a8f134
+++ b/tools/perf/util/probe-event.c
Laura Abbott a8f134
@@ -13,10 +13,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <inttypes.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
Laura Abbott a8f134
index a5731de0e5eb..6877db93709b 100644
Laura Abbott a8f134
--- a/tools/perf/util/probe-finder.c
Laura Abbott a8f134
+++ b/tools/perf/util/probe-finder.c
Laura Abbott a8f134
@@ -13,10 +13,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <inttypes.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/scripting-engines/trace-event-perl.c b/tools/perf/util/scripting-engines/trace-event-perl.c
Laura Abbott a8f134
index 7b79c413486b..38f0caf588d9 100644
Laura Abbott a8f134
--- a/tools/perf/util/scripting-engines/trace-event-perl.c
Laura Abbott a8f134
+++ b/tools/perf/util/scripting-engines/trace-event-perl.c
Laura Abbott a8f134
@@ -13,10 +13,6 @@
Laura Abbott a8f134
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  *  GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- *  You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- *  along with this program; if not, write to the Free Software
Laura Abbott a8f134
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <inttypes.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c
Laura Abbott a8f134
index c7187f067d31..e4b78629c3b3 100644
Laura Abbott a8f134
--- a/tools/perf/util/scripting-engines/trace-event-python.c
Laura Abbott a8f134
+++ b/tools/perf/util/scripting-engines/trace-event-python.c
Laura Abbott a8f134
@@ -13,10 +13,6 @@
Laura Abbott a8f134
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  *  GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- *  You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- *  along with this program; if not, write to the Free Software
Laura Abbott a8f134
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <Python.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/trace-event-info.c b/tools/perf/util/trace-event-info.c
Laura Abbott a8f134
index d7f2113462fb..098c684b11a4 100644
Laura Abbott a8f134
--- a/tools/perf/util/trace-event-info.c
Laura Abbott a8f134
+++ b/tools/perf/util/trace-event-info.c
Laura Abbott a8f134
@@ -12,10 +12,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Laura Abbott a8f134
  */
Laura Abbott a8f134
 #include "util.h"
Laura Abbott a8f134
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c
Laura Abbott a8f134
index e0a6e9a6a053..216a1f9d9f6c 100644
Laura Abbott a8f134
--- a/tools/perf/util/trace-event-parse.c
Laura Abbott a8f134
+++ b/tools/perf/util/trace-event-parse.c
Laura Abbott a8f134
@@ -12,10 +12,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Laura Abbott a8f134
  */
Laura Abbott a8f134
 #include <stdio.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/trace-event-read.c b/tools/perf/util/trace-event-read.c
Laura Abbott a8f134
index 40b425949aa3..f7b6d2a2704f 100644
Laura Abbott a8f134
--- a/tools/perf/util/trace-event-read.c
Laura Abbott a8f134
+++ b/tools/perf/util/trace-event-read.c
Laura Abbott a8f134
@@ -12,10 +12,6 @@
Laura Abbott a8f134
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  * GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- * You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- * along with this program; if not, write to the Free Software
Laura Abbott a8f134
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Laura Abbott a8f134
  */
Laura Abbott a8f134
 #include <dirent.h>
Laura Abbott a8f134
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c
Laura Abbott a8f134
index 0ac9077f62a2..2d7d0ae9620d 100644
Laura Abbott a8f134
--- a/tools/perf/util/trace-event-scripting.c
Laura Abbott a8f134
+++ b/tools/perf/util/trace-event-scripting.c
Laura Abbott a8f134
@@ -13,10 +13,6 @@
Laura Abbott a8f134
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Laura Abbott a8f134
  *  GNU General Public License for more details.
Laura Abbott a8f134
  *
Laura Abbott a8f134
- *  You should have received a copy of the GNU General Public License
Laura Abbott a8f134
- *  along with this program; if not, write to the Free Software
Laura Abbott a8f134
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Laura Abbott a8f134
- *
Laura Abbott a8f134
  */
Laura Abbott a8f134
 
Laura Abbott a8f134
 #include <stdio.h>
Laura Abbott a8f134
-- 
Laura Abbott a8f134
2.14.3
Laura Abbott a8f134