summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnubhav Shelat <ashelat@redhat.com>2023-07-26 16:58:26 -0400
committerJohn Kacur <jkacur@redhat.com>2023-08-10 13:44:17 -0400
commitc2ad52b5bb025b8c06d88525e0926cf30e409941 (patch)
treea1cfa903d74aa20d73f397883ab7efc88347c54b
parentc19209f095ab2e422762e3016f381d6df6f4a0d7 (diff)
downloadpython-linux-procfs-c2ad52b5bb025b8c06d88525e0926cf30e409941.tar.gz
python-linux-procfs: setup: Added SPDX licence
setup: Added SPDX licence Signed-off-by: Anubhav Shelat <ashelat@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 92e6363..31b94d1 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,6 @@
#!/usr/bin/python3
+# SPDX-License-Identifier: GPL-2.0-only
+
import os
from os.path import isfile, relpath
import sysconfig