License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / scripts / coccinelle / api / simple_open.cocci
index bd1a2a4ee106d04ff847ec5775a52c644e68c4d8..c121876d54ec9d5cc53c9c4455c7f1c30e5987f7 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /// Remove an open coded simple_open() function
 /// and replace file operations references to the function
 /// with simple_open() instead.