Skip to content

Commit 92aa4d8

Browse files
author
Dj
committed
Added licence and comments
1 parent a593706 commit 92aa4d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

BigRedButton.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// BigRedButton.js - Dream Cheeky Big Red Button node.js/node-hid driver
2+
// MIT licensed. (C) Dj Walker-Morgan 2013
13

24
var HID = require('node-hid');
35
var util = require('util');

BigRedButtonTest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// MIT licensed. (C) Dj Walker-Morgan 2013
2+
13
var BigRedButton = require('./BigRedButton');
24

35
var bigRedButton;

0 commit comments

Comments
 (0)