hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/mtd/nand/raw/atmel/pmecc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Copyright 2017 ATMEL
34 * Copyright 2017 Free Electrons
....@@ -27,10 +28,6 @@
2728 *
2829 * Add Nand Flash Controller support for SAMA5 SoC
2930 * Copyright 2013 ATMEL, Josh Wu (josh.wu@atmel.com)
30
- *
31
- * This program is free software; you can redistribute it and/or modify
32
- * it under the terms of the GNU General Public License version 2 as
33
- * published by the Free Software Foundation.
3431 *
3532 * The PMECC is an hardware assisted BCH engine, which means part of the
3633 * ECC algorithm is left to the software. The hardware/software repartition