Skip to content

Commit 9c41e45

Browse files
Benjamin-GaignardWolfram Sang
authored andcommitted
i2c: stm32: Fix copyrights
Uniformize STMicroelectronics copyrights headers and add SPDX identifier. Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Alexandre TORGUE <[email protected]> Acked-by: Pierre-Yves MORDRET <[email protected]> Acked-by: M'boumba Cedric Madianga <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent a3fe09b commit 9c41e45

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

drivers/i2c/busses/i2c-stm32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* i2c-stm32.h
34
*
45
* Copyright (C) M'boumba Cedric Madianga 2017
6+
* Copyright (C) STMicroelectronics 2017
57
* Author: M'boumba Cedric Madianga <[email protected]>
68
*
7-
* License terms: GNU General Public License (GPL), version 2
89
*/
910

1011
#ifndef _I2C_STM32_H

drivers/i2c/busses/i2c-stm32f4.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Driver for STMicroelectronics STM32 I2C controller
34
*
@@ -6,11 +7,11 @@
67
* http://www.st.com/resource/en/reference_manual/DM00031020.pdf
78
*
89
* Copyright (C) M'boumba Cedric Madianga 2016
10+
* Copyright (C) STMicroelectronics 2017
911
* Author: M'boumba Cedric Madianga <[email protected]>
1012
*
1113
* This driver is based on i2c-st.c
1214
*
13-
* License terms: GNU General Public License (GPL), version 2
1415
*/
1516

1617
#include <linux/clk.h>

drivers/i2c/busses/i2c-stm32f7.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Driver for STMicroelectronics STM32F7 I2C controller
34
*
@@ -7,11 +8,11 @@
78
* http://www.st.com/resource/en/reference_manual/dm00124865.pdf
89
*
910
* Copyright (C) M'boumba Cedric Madianga 2017
11+
* Copyright (C) STMicroelectronics 2017
1012
* Author: M'boumba Cedric Madianga <[email protected]>
1113
*
1214
* This driver is based on i2c-stm32f4.c
1315
*
14-
* License terms: GNU General Public License (GPL), version 2
1516
*/
1617
#include <linux/clk.h>
1718
#include <linux/delay.h>

0 commit comments

Comments
 (0)