diff options
author | Patrice Chotard | 2017-10-23 09:54:01 +0200 |
---|---|---|
committer | Tom Rini | 2017-11-06 09:51:01 -0500 |
commit | 05cd11948ea1246ae69a48c655a07478f271e4b3 (patch) | |
tree | 87f3c2e3feb69f32ab3a8913561d63b19ebc5070 /drivers/tpm | |
parent | e36591c350ba2cbbaeb72a8254d9a0d0a15899c8 (diff) |
tpm: st33zp24: fix STMicroelectronics copyright
Uniformize STMicroelectronics copyrights header
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers/tpm')
-rw-r--r-- | drivers/tpm/tpm_tis_st33zp24_i2c.c | 3 | ||||
-rw-r--r-- | drivers/tpm/tpm_tis_st33zp24_spi.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/tpm/tpm_tis_st33zp24_i2c.c b/drivers/tpm/tpm_tis_st33zp24_i2c.c index 9e4829fea2f..c8d01254d22 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 417bbf1c690..dcf55ee03af 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. * |