Skip to content

Commit db21e69

Browse files
authored
Merge pull request #44 from per1234/license
License project under Mozilla Public License 2.0
2 parents 42d672d + 8b87c81 commit db21e69

21 files changed

+513
-0
lines changed

LICENSE.txt

Lines changed: 373 additions & 0 deletions
Large diffs are not rendered by default.

src/BLEPeripheralBase.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#if defined(__arc__)
29

310
#include "EducationShield.h"

src/BLEuart.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#if defined(__arc__)
29

310
#include "EducationShield.h"

src/Button.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/ButtonGroup.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29

310
#if ARDUINO >= 100

src/CapacitiveSwitch.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29

310
CapacitiveSwitch::CapacitiveSwitch(int pin_in,int pin):Button(pin,HIGH),sensor(pin_in,pin){

src/EducationShield.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#ifndef EducationShield_H
29
#define EducationShield_H
310

src/IMU.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#if defined(__arc__)
29

310
#include "EducationShield.h"

src/IRArray.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/Joystick.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29

310
Joystick::Joystick(int x, int y){

src/Knob.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/LED.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/LightSensor.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#include <Arduino.h>
310

src/Melody.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#include "pitches.h"
310

src/Player.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/TiltSwitch.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29

310
TiltSwitch::TiltSwitch(int pin, bool pressedValue):Button(pin,pressedValue){

src/UltrasonicSensor.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/VUMeter.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29

310
#if ARDUINO >= 100

src/Wheels.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29
#if ARDUINO >= 100
310
#include "Arduino.h"

src/piezoKnockSensor.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
#include "EducationShield.h"
29

310
#if ARDUINO >= 100

src/pitches.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Copyright (C) Arduino SA
3+
4+
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
5+
distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6+
*/
7+
18
/*************************************************
29
* Public Constants
310
*************************************************/

0 commit comments

Comments
 (0)