Skip to content

Commit b6bfe82

Browse files
committed
Add MPL Exhibit A Copyright notices to source files
1 parent c57eab0 commit b6bfe82

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed

arduino.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// Johnny-five speaks StandardFirmata
210
var five = require('johnny-five'),
311
board = new five.Board(),

leap-arduino.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// grab the leap data
210
var webSocket = require('ws'),
311
ws = new webSocket('ws://127.0.0.1:6437'),

leap-gestures.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// Leap motion enables a websocket with all frame data
210
var webSocket = require('ws'),
311
ws = new webSocket('ws://127.0.0.1:6437');

leap-range.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// Find the max and min range (in mm) of your leap motion
210
// Run for a few minutes while moving hands around
311

leap.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// Leap motion enables a websocket with all frame data
210
var webSocket = require('ws'),
311
ws = new webSocket('ws://127.0.0.1:6437');

servo.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// Map a servo to a single hand, single axis
210

311
// grab the leap data

six-servos.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright (c) 2014, Decoded Ltd dev@decoded.com
7+
*/
8+
19
// Map six servos to two hands, trip axis for each hand
210

311
// Define acceptable ranges, see leap-range.js

0 commit comments

Comments
 (0)