Skip to content

Commit 7965059

Browse files
Fabio Estevambroonie
authored andcommitted
spi: imx: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5a686b2 commit 7965059

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

drivers/spi/spi-imx.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
3-
* Copyright (C) 2008 Juergen Beisert
4-
*
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU General Public License
7-
* as published by the Free Software Foundation; either version 2
8-
* of the License, or (at your option) any later version.
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the
16-
* Free Software Foundation
17-
* 51 Franklin Street, Fifth Floor
18-
* Boston, MA 02110-1301, USA.
19-
*/
1+
// SPDX-License-Identifier: GPL-2.0+
2+
// Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
3+
// Copyright (C) 2008 Juergen Beisert
204

215
#include <linux/clk.h>
226
#include <linux/completion.h>

0 commit comments

Comments
 (0)