diff --git a/rteval/modules/loads/stressng.py b/rteval/modules/loads/stressng.py index 800fdec..7c9e63f 100644 --- a/rteval/modules/loads/stressng.py +++ b/rteval/modules/loads/stressng.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later """ Module containing class Stressng to manage stress-ng as an rteval load """ import os import os.path
Add the SPDX-License-Identifier tag to stressng.py. As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later. Signed-off-by: Eder Zulian <ezulian@redhat.com> --- rteval/modules/loads/stressng.py | 1 + 1 file changed, 1 insertion(+)