diff --git a/rteval/sysinfo/newnet.py b/rteval/sysinfo/newnet.py index 2911400..5dd95ae 100644 --- a/rteval/sysinfo/newnet.py +++ b/rteval/sysinfo/newnet.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later ''' Module to obtain network information for the rteval report ''' # # Copyright 2022 John Kacur <jkacur@redhat.com
Add the SPDX-License-Identifier tag to newnet.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/newnet.py | 1 + 1 file changed, 1 insertion(+)