diff mbox series

[U-Boot,5/5] tpm: st33zp24: fix STMicroelectronics copyright

Message ID 1508745241-17765-6-git-send-email-patrice.chotard@st.com
State Accepted
Commit 05cd11948ea1246ae69a48c655a07478f271e4b3
Delegated to: Tom Rini
Headers show
Series Fix STMicroelectronics Copyright | expand

Commit Message

Patrice CHOTARD Oct. 23, 2017, 7:54 a.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

Uniformize STMicroelectronics copyrights header

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---
 drivers/tpm/tpm_tis_st33zp24_i2c.c | 3 ++-
 drivers/tpm/tpm_tis_st33zp24_spi.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Tom Rini Nov. 6, 2017, 11:27 p.m. UTC | #1
On Mon, Oct 23, 2017 at 09:54:01AM +0200, patrice.chotard@st.com wrote:

> From: Patrice Chotard <patrice.chotard@st.com>
> 
> Uniformize STMicroelectronics copyrights header
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/tpm/tpm_tis_st33zp24_i2c.c b/drivers/tpm/tpm_tis_st33zp24_i2c.c
index 9e4829f..c8d0125 100644
--- a/drivers/tpm/tpm_tis_st33zp24_i2c.c
+++ b/drivers/tpm/tpm_tis_st33zp24_i2c.c
@@ -1,7 +1,8 @@ 
 /*
  * STMicroelectronics TPM ST33ZP24 I2C UBOOT driver
  *
- * Copyright (C) 2016 STMicroelectronics
+ * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
+ * Author(s): Christophe Ricard <christophe-h.ricard@st.com> for STMicroelectronics.
  *
  * Description: Device driver for ST33ZP24 I2C TPM TCG.
  *
diff --git a/drivers/tpm/tpm_tis_st33zp24_spi.c b/drivers/tpm/tpm_tis_st33zp24_spi.c
index 417bbf1..dcf55ee 100644
--- a/drivers/tpm/tpm_tis_st33zp24_spi.c
+++ b/drivers/tpm/tpm_tis_st33zp24_spi.c
@@ -1,7 +1,8 @@ 
 /*
  * STMicroelectronics TPM ST33ZP24 SPI UBOOT driver
  *
- * Copyright (C) 2016 STMicroelectronics
+ * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
+ * Author(s): Christophe Ricard <christophe-h.ricard@st.com> for STMicroelectronics.
  *
  * Description: Device driver for ST33ZP24 SPI TPM TCG.
  *