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>
This commit is contained in:
Joao Marcos Costa 2023-10-01 12:00:32 +02:00 committed by Tom Rini
parent 0972675dfb
commit 6aacad2d53

View file

@ -4,6 +4,7 @@
# Copyright (C) Google LLC, 2018 # Copyright (C) Google LLC, 2018
# #
# Author: Tom Roeder <tmroeder@google.com> # 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.""" """A tool for generating compile_commands.json in U-Boot."""