Skip to content

Commit 2d7ba28

Browse files
committed
add copyright note
1 parent 4fb7805 commit 2d7ba28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

libs/bluetooth/jswrap_bluetooth.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* This file is part of Espruino, a JavaScript interpreter for Microcontrollers
3+
*
4+
* Copyright (C) 2016 Gordon Williams <[email protected]>
5+
*
6+
* This Source Code Form is subject to the terms of the Mozilla Public
7+
* License, v. 2.0. If a copy of the MPL was not distributed with this
8+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
9+
*
10+
* ----------------------------------------------------------------------------
11+
* Contains JavaScript interface for nRF51/52 bluetooth
12+
* ----------------------------------------------------------------------------
13+
*/
114
#include "jspin.h"
215

316
// public static methods.

0 commit comments

Comments
 (0)