From 05b566506d28956e296c9cf3cd15225cc43a89c9 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sat, 21 May 2016 22:49:18 +0200 Subject: [PATCH] add mysqlf to copyright notice --- bme280.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bme280.py b/bme280.py index 4ca1763..1578612 100644 --- a/bme280.py +++ b/bme280.py @@ -1,4 +1,4 @@ -# Author: Paul Cunnane 2016 +# Authors: Paul Cunnane 2016, Peter Dahlebrg 2016 # # This module borrows heavily from the Adafruit BME280 Python library # and the Adafruit GPIO/I2C library. Original copyright notices are reproduced