Skip to content

Commit 9f10b48

Browse files
committed
updated licenses
1 parent 38b3c65 commit 9f10b48

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

chapter1/cloud_data_logger/cloud_data_logger.ino

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
// Import required libraries
1+
/***************************************************
2+
3+
Written by Marco Schwartz for Open Home Automation.
4+
BSD license, all text above must be included in any redistribution
5+
6+
Based on the original sketches supplied with the ESP8266/Arduino
7+
implementation written by Ivan Grokhotkov
8+
9+
****************************************************/
10+
11+
// Libraries
212
#include <ESP8266WiFi.h>
313
#include "DHT.h"
414

chapter2/lelylan_lamp/lelylan_lamp.ino

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/***************************************************
2+
3+
Written by Marco Schwartz for Open Home Automation.
4+
BSD license, all text above must be included in any redistribution
5+
6+
Based on the original sketches supplied with the ESP8266/Arduino
7+
implementation written by Ivan Grokhotkov
8+
9+
****************************************************/
10+
111
// Libraries
212
#include <ESP8266WiFi.h>
313
#include <PubSubClient.h>

chapter3/lelylan_sensor/lelylan_sensor.ino

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/***************************************************
2+
3+
Written by Marco Schwartz for Open Home Automation.
4+
BSD license, all text above must be included in any redistribution
5+
6+
Based on the original sketches supplied with the ESP8266/Arduino
7+
implementation written by Ivan Grokhotkov
8+
9+
****************************************************/
10+
111
// Libraries
212
#include <ESP8266WiFi.h>
313
#include <PubSubClient.h>

0 commit comments

Comments
 (0)