hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/spi/spi-fsl-spi.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Freescale SPI controller driver.
34 *
....@@ -13,11 +14,6 @@
1314 * GRLIB support:
1415 * Copyright (c) 2012 Aeroflex Gaisler AB.
1516 * Author: Andreas Larsson <andreas@gaisler.com>
16
- *
17
- * This program is free software; you can redistribute it and/or modify it
18
- * under the terms of the GNU General Public License as published by the
19
- * Free Software Foundation; either version 2 of the License, or (at your
20
- * option) any later version.
2117 */
2218
2319 #ifndef __SPI_FSL_SPI_H__