diff options
author | Joao Marcos Costa <jmcosta944@gmail.com> | 2023-10-01 12:00:32 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-11 13:24:23 -0400 |
commit | 6aacad2d53bc6dececad95d54383bbebd90a836e (patch) | |
tree | cd66b55746310463ba486126119146e9747f9b3a /scripts | |
parent | 0972675dfb90840d8553c1378dddbed93e7cdf7b (diff) | |
download | u-boot-6aacad2d53bc6dececad95d54383bbebd90a836e.zip u-boot-6aacad2d53bc6dececad95d54383bbebd90a836e.tar.gz u-boot-6aacad2d53bc6dececad95d54383bbebd90a836e.tar.bz2 |
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 <jmcosta944@gmail.com>
Tested-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen_compile_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_compile_commands.py b/scripts/gen_compile_commands.py index 63d036a..1a9c49b 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 <tmroeder@google.com> +# Ported and modified for U-Boot by Joao Marcos Costa <jmcosta944@gmail.com> # """A tool for generating compile_commands.json in U-Boot.""" |