OSDN Git Service

License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[tomoyo/tomoyo-test1.git] / lib / kstrtox.c
index 7201440..661a1e8 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Convert integer string representation to an integer.
  * If an integer doesn't fit into specified type, -E is returned.