diff options
Diffstat (limited to 'tools/perf/builtin-ftrace.c')
| -rw-r--r-- | tools/perf/builtin-ftrace.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-ftrace.c index f42f228e8899..9c228c55e1fb 100644 --- a/tools/perf/builtin-ftrace.c +++ b/tools/perf/builtin-ftrace.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * builtin-ftrace.c   *   * Copyright (c) 2013  LG Electronics,  Namhyung Kim <[email protected]> - * - * Released under the GPL v2.   */  #include "builtin.h"  |