License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / testing / selftests / drivers / gpu / drm_mm.sh
index 96dd55c927994b76b7a7d96bf36d3cf63a7c4d47..b789dc8257e6287f450722860232e084c2ed235b 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
 # Runs API tests for struct drm_mm (DRM range manager)
 
 if ! /sbin/modprobe -n -q test-drm_mm; then