diff options
author | Namhyung Kim <namhyung@gmail.com> | 2011-12-13 22:52:03 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-12-20 13:43:36 -0200 |
commit | 5f9273d64a5ccbd3c2b4446cc8b71123ed5d6366 (patch) | |
tree | e6ca3d731391830e672b5c93c0aecee89429b381 /tools | |
parent | 0161d82e9b740caa90f508138d1ae1b9d981b6d3 (diff) | |
download | op-kernel-dev-5f9273d64a5ccbd3c2b4446cc8b71123ed5d6366.zip op-kernel-dev-5f9273d64a5ccbd3c2b4446cc8b71123ed5d6366.tar.gz |
perf tools: Remove stale git headlines from top comment
These files are part of PERF not GIT although they're come from there :)
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1323784323-2150-1-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/config.c | 5 | ||||
-rw-r--r-- | tools/perf/util/usage.c | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/tools/perf/util/config.c b/tools/perf/util/config.c index 80d9598..0deac6a 100644 --- a/tools/perf/util/config.c +++ b/tools/perf/util/config.c @@ -1,5 +1,8 @@ /* - * GIT - The information manager from hell + * config.c + * + * Helper functions for parsing config items. + * Originally copied from GIT source. * * Copyright (C) Linus Torvalds, 2005 * Copyright (C) Johannes Schindelin, 2005 diff --git a/tools/perf/util/usage.c b/tools/perf/util/usage.c index e16bf9a7..d76d1c0 100644 --- a/tools/perf/util/usage.c +++ b/tools/perf/util/usage.c @@ -1,5 +1,8 @@ /* - * GIT - The information manager from hell + * usage.c + * + * Various reporting routines. + * Originally copied from GIT source. * * Copyright (C) Linus Torvalds, 2005 */ |