From: Namhyung Kim Date: Tue, 13 Dec 2011 13:52:03 +0000 (+0900) Subject: perf tools: Remove stale git headlines from top comment X-Git-Tag: v3.12-rc1~4029^2~38^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f9273d64a5ccbd3c2b4446cc8b71123ed5d6366;p=kernel%2Fkernel-generic.git 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 Cc: Johannes Schindelin Cc: Linus Torvalds Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1323784323-2150-1-git-send-email-namhyung@gmail.com Signed-off-by: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- 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 */