]> Git Repo - linux.git/commitdiff
iomap: fix Invalid License ID
authorMasahiro Yamada <[email protected]>
Thu, 25 Jul 2019 07:58:33 +0000 (16:58 +0900)
committerGreg Kroah-Hartman <[email protected]>
Thu, 25 Jul 2019 09:05:11 +0000 (11:05 +0200)
Detected by:

  $ ./scripts/spdxcheck.py
  fs/iomap/Makefile: 1:27 Invalid License ID: GPL-2.0-or-newer

Fixes: 1c230208f53d ("iomap: start moving code to fs/iomap/")
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
fs/iomap/Makefile

index 2d165388d9524fe101f31913742b8f52a598de3f..93cd11938bf55a5912e346398c47cbe1cbaaffea 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-or-newer
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # Copyright (c) 2019 Oracle.
 # All Rights Reserved.
This page took 0.052295 seconds and 4 git commands to generate.