It's not a 'Copyright' message just credits. Suggested-by: Ingo Molnar <[email protected]> Signed-off-by: Jiri Olsa <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Corey Ashford <[email protected]> Cc: David Ahern <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> --- 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 <[email protected]>, 2015 -# Copyright (C) Linus Torvalds <[email protected]>, 2015 +# Lots of this code have been borrowed or heavily inspired +# from parts of kbuild code, which was mostly developed by: # +# Sam Ravnborg <[email protected]> +# Linus Torvalds <[email protected]> PHONY := __build __build: -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

