Skip to content

Commit 1b4b617

Browse files
committed
Update file headers with Licence etc
1 parent dab54bb commit 1b4b617

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

src/components/i2c/drivers/drvHdc302x.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
/*!
22
* @file drvHdc302x.h
33
*
4-
* Device driver for an HDC302X Humidity and Temperature sensor.
4+
* Device driver for the HDC302X humidity and temperature sensor.
5+
*
6+
* Adafruit invests time and resources providing this open source code,
7+
* please support Adafruit and open-source hardware by purchasing
8+
* products from Adafruit!
9+
*
10+
* Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11+
*
12+
* MIT license, all text here must be included in any redistribution.
13+
*
514
*/
615

716
#ifndef DRV_HDC302X_H

src/components/i2c/drivers/drvHts221.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
/*!
22
* @file drvHts221.h
33
*
4-
* Device driver for an HTS221 Humidity and Temperature sensor.
4+
* Device driver for the HTS221 Humidity and Temperature sensor.
5+
*
6+
* Adafruit invests time and resources providing this open source code,
7+
* please support Adafruit and open-source hardware by purchasing
8+
* products from Adafruit!
9+
*
10+
* Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11+
*
12+
* MIT license, all text here must be included in any redistribution.
13+
*
514
*/
615

716
#ifndef DRV_HTS221_H

src/components/i2c/drivers/drvHtu21d.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
/*!
22
* @file drvHtu21d.h
33
*
4-
* Device driver for an HTU21D Humidity and Temperature sensor.
4+
* Device driver for the HTU21D Humidity and Temperature sensor.
5+
*
6+
* Adafruit invests time and resources providing this open source code,
7+
* please support Adafruit and open-source hardware by purchasing
8+
* products from Adafruit!
9+
*
10+
* Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11+
*
12+
* MIT license, all text here must be included in any redistribution.
13+
*
514
*/
615

716
#ifndef DRV_HTU21D_H

src/components/i2c/drivers/drvHtu31d.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
/*!
22
* @file drvHtu31d.h
33
*
4-
* Device driver for an HTU31D Humidity and Temperature sensor.
4+
* Device driver for the HTU31D humidity and temperature sensor.
5+
*
6+
* Adafruit invests time and resources providing this open source code,
7+
* please support Adafruit and open-source hardware by purchasing
8+
* products from Adafruit!
9+
*
10+
* Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11+
*
12+
* MIT license, all text here must be included in any redistribution.
13+
*
514
*/
615

716
#ifndef DRV_HTU31D_H

0 commit comments

Comments
 (0)