diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 512b34cb342..dda77979ca7 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -4,6 +4,7 @@ # Tomeu Vizoso # David Heidelberg # +# For the dependencies, see the requirements.txt # SPDX-License-Identifier: MIT """ diff --git a/bin/ci/gitlab_gql.py b/bin/ci/gitlab_gql.py index 4a4c6ca619f..39516a49b32 100755 --- a/bin/ci/gitlab_gql.py +++ b/bin/ci/gitlab_gql.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# For the dependencies, see the requirements.txt import re from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser, Namespace diff --git a/bin/ci/update_traces_checksum.py b/bin/ci/update_traces_checksum.py index 0e9c8437b07..5da65628ecb 100755 --- a/bin/ci/update_traces_checksum.py +++ b/bin/ci/update_traces_checksum.py @@ -3,6 +3,7 @@ # Authors: # David Heidelberg # +# For the dependencies, see the requirements.txt # SPDX-License-Identifier: MIT """