diff options
-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 9e4829fea2..c8d01254d2 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 417bbf1c69..dcf55ee03a 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. * |