tests: fix header of regression/ust/getcpu-override/run-getcpu-override
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 5 Oct 2021 20:10:18 +0000 (16:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 14 Oct 2021 19:39:24 +0000 (15:39 -0400)
commita3030cfb2cadbf24f522605fd6102b5b8d060a87
tree6abf9332cba422321b8c5f413f0943f7962dff0d
parent7ccba6cb4d96e233ad7fa3cd412a44829781dd17
tests: fix header of regression/ust/getcpu-override/run-getcpu-override

The "SPDX-License-Identifier:" header is not in a comment, so is
interpreted as a bash command.  This is harmless, but it appears in the
test output:

    ok 13 - Start tracing for session sequence-cpu
    # Launching app with getcpu-plugin wrapper
    ./tests/regression/ust/getcpu-override//run-getcpu-override: 2: SPDX-License-Identifier:: not found
    ok 14 - Application with wrapper done

Fix that, and add a proper copyright notice, based on the other files
that were added at the same time as this one.

Change-Id: Icdf5e2fd5aec4080b2e5cad10cca4813bad26394
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/getcpu-override/run-getcpu-override
This page took 0.025503 seconds and 4 git commands to generate.