Skip to content

Commit eedeaed

Browse files
Fabio EstevamWolfram Sang
authored andcommitted
i2c: imx-lpi2c: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent ed49aae commit eedeaed

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

drivers/i2c/busses/i2c-imx-lpi2c.c

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* This is i.MX low power i2c controller driver.
34
*
45
* Copyright 2016 Freescale Semiconductor, Inc.
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public License
8-
* as published by the Free Software Foundation; either version 2
9-
* of the License, or (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
166
*/
177

188
#include <linux/clk.h>

0 commit comments

Comments
 (0)