Added SPDX licence for cpupower.py Signed-off-by: Anubhav Shelat <ashelat@xxxxxxxxxx> --- tuna/cpupower.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tuna/cpupower.py b/tuna/cpupower.py index da869420eb6f..1a8296553ed8 100644 --- a/tuna/cpupower.py +++ b/tuna/cpupower.py @@ -1,4 +1,5 @@ #! /user/bin/python3 +# SPDX-License-Identifier: GPL-2.0-only import subprocess import argparse -- 2.45.2