diff mbox series

[22/86] rteval: Add SPDX-License-Identifier tag to setup.py

Message ID 20230809191548.359938-23-ezulian@redhat.com
State New
Headers show
Series Use SPDX-License-Identifier tags | expand

Commit Message

Eder Zulian Aug. 9, 2023, 7:14 p.m. UTC
Add the SPDX-License-Identifier tag to setup.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>
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/setup.py b/setup.py
index bcf7330..c2695cb 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@ 
 #!/usr/bin/python3
+# SPDX-License-Identifier: GPL-2.0-or-later
 """ install rteval """
 import sysconfig
 from os.path import relpath