From: Joao Marcos Costa Date: Sun, 1 Oct 2023 10:00:32 +0000 (+0200) Subject: scripts/gen_compile_commands.py: add acknowledgments X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=6aacad2d53bc6dececad95d54383bbebd90a836e;p=u-boot.git scripts/gen_compile_commands.py: add acknowledgments Add acknowledgments for porting and modifying the script. Of course, the license, author, and copyright notice remain the same as in the original script. Signed-off-by: Joao Marcos Costa Tested-by: Joao Paulo Goncalves --- diff --git a/scripts/gen_compile_commands.py b/scripts/gen_compile_commands.py index 63d036a773..1a9c49b34a 100755 --- a/scripts/gen_compile_commands.py +++ b/scripts/gen_compile_commands.py @@ -4,6 +4,7 @@ # Copyright (C) Google LLC, 2018 # # Author: Tom Roeder +# Ported and modified for U-Boot by Joao Marcos Costa # """A tool for generating compile_commands.json in U-Boot."""