Skip to content

Commit 5bca6a5

Browse files
committed
bsd->mit
1 parent 5742073 commit 5bca6a5

33 files changed

+33
-33
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2016 Adafruit Industries
3+
Copyright (c) 2015-2021 Adafruit Industries
44
Authors: Tony DiCola, Todd Treece
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

src/AdafruitIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @section license License
3232
*
33-
* BSD license, all text here must be included in any redistribution.
33+
* MIT license, all text here must be included in any redistribution.
3434
*
3535
*/
3636
#include "AdafruitIO.h"

src/AdafruitIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515

src/AdafruitIO_Dashboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_DASHBOARD_H

src/AdafruitIO_Data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_DATA_H

src/AdafruitIO_Definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515

src/AdafruitIO_Ethernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_ETHERNET_H

src/AdafruitIO_Feed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_FEED_H

src/AdafruitIO_MQTT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_MQTT_H

src/AdafruitIO_Time.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_TIME_H

src/AdafruitIO_WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_WIFI_H

src/blocks/AdafruitIO_Block.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "AdafruitIO_Block.h"

src/blocks/AdafruitIO_Block.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_BLOCK_H

src/blocks/ChartBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "ChartBlock.h"

src/blocks/ChartBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_CHARTBLOCK_H

src/blocks/ColorBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_COLORBLOCK_H

src/blocks/GaugeBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "GaugeBlock.h"

src/blocks/GaugeBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_GAUGEBLOCK_H

src/blocks/ImageBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_IMAGEBLOCK_H

src/blocks/MapBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "MapBlock.h"

src/blocks/MapBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_MAPBLOCK_H

src/blocks/MomentaryBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "MomentaryBlock.h"

src/blocks/MomentaryBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_MOMENTARYBLOCK_H

src/blocks/SliderBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "SliderBlock.h"

src/blocks/SliderBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_SLIDERBLOCK_H

src/blocks/StreamBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "StreamBlock.h"

src/blocks/StreamBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_STREAMBLOCK_H

src/blocks/TextBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "TextBlock.h"

src/blocks/TextBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_TEXTBLOCK_H

src/blocks/ToggleBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "ToggleBlock.h"

src/blocks/ToggleBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_TOGGLEBLOCK_H

src/util/AdafruitIO_Board.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#include "AdafruitIO_Board.h"

src/util/AdafruitIO_Board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Written by Tony DiCola, Todd Treece for Adafruit Industries
1111
*
12-
* BSD license, all text here must be included in any redistribution.
12+
* MIT license, all text here must be included in any redistribution.
1313
*
1414
*/
1515
#ifndef ADAFRUITIO_BOARD_H

0 commit comments

Comments
 (0)