License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / include / linux / notifier.h
index 4149868de4e6c82e8248544ff01ddfe801258be0..6d731110e0db1475660dbbc1d9cb7a4987df6768 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *     Routines to manage notifier chains for passing status changes to any
  *     interested routines. We need this instead of hard coded call lists so