kernel/drivers/nvmem/lpc18xx_otp.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * NXP LPC18xx/43xx OTP memory NVMEM driver 3 4 * .. .. @@ -5,10 +6,6 @@ 5 6 * 6 7 * Based on the imx ocotp driver, 7 8 * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel@pengutronix.de> 8 - *9 - * This program is free software; you can redistribute it and/or modify10 - * it under the terms of the GNU General Public License version 211 - * as published by the Free Software Foundation.12 9 * 13 10 * TODO: add support for writing OTP register via API in boot ROM. 14 11 */