summaryrefslogtreecommitdiffstats
path: root/scripts/oe-pylint
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-pylint')
-rwxr-xr-xscripts/oe-pylint2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/oe-pylint b/scripts/oe-pylint
index 74ff4b884d..7cc1ccb010 100755
--- a/scripts/oe-pylint
+++ b/scripts/oe-pylint
@@ -1,5 +1,7 @@
#!/bin/bash
#
+# SPDX-License-Identifier: GPL-2.0-only
+#
# Run the pylint3 against our common python module spaces and print a report of potential issues
#
this_dir=$(dirname $(readlink -f $0))