Skip to content

Commit 2887983

Browse files
committed
add license info to the top of all files
1 parent f02037b commit 2887983

17 files changed

+118
-0
lines changed

AdafruitIO.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#include "AdafruitIO.h"
29

310
AdafruitIO::AdafruitIO()

AdafruitIO.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifndef ADAFRUITIO_H
29
#define ADAFRUITIO_H
310

AdafruitIO_Data.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright (c) 2015-2016 Adafruit Industries
2+
// Authors: Tony DiCola, Todd Treece
3+
// Licensed under the MIT license.
4+
//
5+
// All text above must be included in any redistribution.
6+
//
17
#include "AdafruitIO_Data.h"
28
#include "AdafruitIO_Feed.h"
39

AdafruitIO_Data.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifndef ADAFRUITIO_DATA_H
29
#define ADAFRUITIO_DATA_H
310

AdafruitIO_Definitions.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifndef ADAFRUITIO_DEFINITIONS_H_
29
#define ADAFRUITIO_DEFINITIONS_H_
310

AdafruitIO_ESP8266.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifdef ESP8266
29

310
#include "AdafruitIO_ESP8266.h"

AdafruitIO_ESP8266.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifndef ADAFRUITIO_ESP8266_H
29
#define ADAFRUITIO_ESP8266_H
310

AdafruitIO_FONA.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifdef ARDUINO_ARCH_AVR
29

310
#include "AdafruitIO_FONA.h"

AdafruitIO_FONA.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#ifndef ADAFRUITIO_FONA_H
29
#define ADAFRUITIO_FONA_H
310

AdafruitIO_Feed.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// Copyright (c) 2015-2016 Adafruit Industries
3+
// Authors: Tony DiCola, Todd Treece
4+
// Licensed under the MIT license.
5+
//
6+
// All text above must be included in any redistribution.
7+
//
18
#include "AdafruitIO_Feed.h"
29
#include "AdafruitIO.h"
310

0 commit comments

Comments
 (0)