The contents of this file were introduced in commit 7aeedac01534 ("mtd:
spi: Port SPI NOR framework from Linux") to spi-nor-core.c under
GPL-2.0; then moved with some modifications into a new spi-nor-ids.c
file in commit 778572d7cb1e ("mtd: spi: Add lightweight SPI flash stack
for SPL") which marked the then-new file incorrectly as GPL-2.0+.

This corrects the file's license header to GPL-2.0, which is also
necessary to sync further changes from Linux.

Signed-off-by: Alper Nebi Yasak <alpernebiya...@gmail.com>
---

 drivers/mtd/spi/spi-nor-ids.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index bc9d4f7e9f86..4de60b0165fd 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0
 /*
  *
  * Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc.
-- 
2.29.1

Reply via email to