diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT3X.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT3X.h index bf778461e..bc81d5b04 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT3X.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT3X.h @@ -8,6 +8,8 @@ * products from Adafruit! * * Copyright (c) Marni Brewster 2022 for Adafruit Industries. + * Copyright (c) Tyeth Gundry 2022. Original code by Marni, + * rewritten to use driver by Sensirion, help from Brent Rubell. * * MIT license, all text here must be included in any redistribution. * diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT4X.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT4X.h index dec151a93..db8389855 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT4X.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SHT4X.h @@ -8,6 +8,8 @@ * products from Adafruit! * * Copyright (c) Marni Brewster 2022 for Adafruit Industries. + * Copyright (c) Tyeth Gundry 2022. Original code by Marni, + * rewritten to use driver by Sensirion, help from Brent Rubell. * * MIT license, all text here must be included in any redistribution. *