diff mbox series

[2/2] tuna: added SPDX licence for cpupower.py

Message ID 20240716191920.607678-2-ashelat@redhat.com
State New
Headers show
Series [1/2] tuna: require -i option for cstate | expand

Commit Message

Anubhav Shelat July 16, 2024, 7:19 p.m. UTC
Added SPDX licence for cpupower.py

Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
---
 tuna/cpupower.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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