diff --git a/rteval/sysinfo/cmdline.py b/rteval/sysinfo/cmdline.py index 7e7566a..74d37d3 100644 --- a/rteval/sysinfo/cmdline.py +++ b/rteval/sysinfo/cmdline.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later import sys, os, readline, libxml2 from rteval.Log import Log
Add the SPDX-License-Identifier tag to cmdline.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/sysinfo/cmdline.py | 1 + 1 file changed, 1 insertion(+)