setup: Added SPDX licence Signed-off-by: Anubhav Shelat <ashelat@xxxxxxxxxx> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0ee543487c31..060f903dcb0c 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later #!/usr/bin/python3 import os from os.path import isfile, join -- 2.39.3