[PATCH 01/14] tools build: Remove Copyright from credits message

From: Jiri Olsa
Date: Tue Mar 03 2015 - 09:28:31 EST


It's not a 'Copyright' message just credits.

Suggested-by: Ingo Molnar <mingo@xxxxxxxxxx>
Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Cc: Corey Ashford <cjashfor@xxxxxxxxxxxxxxxxxx>
Cc: David Ahern <david.ahern@xxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
---
tools/build/Makefile.build | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build
index 10df57237a66..8700cc313061 100644
--- a/tools/build/Makefile.build
+++ b/tools/build/Makefile.build
@@ -1,12 +1,11 @@
###
# Main build makefile.
#
-# Lots of this code have been borrowed or heavily inspired from parts
-# of kbuild code, which is not credited, but mostly developed by:
-#
-# Copyright (C) Sam Ravnborg <sam@xxxxxxxxxxxxxxxxx>, 2015
-# Copyright (C) Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>, 2015
+# Lots of this code have been borrowed or heavily inspired
+# from parts of kbuild code, which was mostly developed by:
#
+# Sam Ravnborg <sam@xxxxxxxxxxxxxxxxx>
+# Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>

PHONY := __build
__build:
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/