Skip to content

Commit 4df7811

Browse files
committed
Add (c) to source files
1 parent 75a913f commit 4df7811

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/main/java/org/microbit/android/partialflashing/HexUtils.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
* A Class to manipulate micro:bit hex files
1919
* Focused towards stripping a file down to it's PXT section for use in Partial Flashing
2020
*
21+
* (c) 2017 - 2021, Micro:bit Educational Foundation and contributors
22+
*
23+
* SPDX-License-Identifier: MIT
24+
*
2125
*/
2226

2327
public class HexUtils {

src/main/java/org/microbit/android/partialflashing/PartialFlashingBaseService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
/**
3131
* A class to communicate with and flash the micro:bit without having to transfer the entire HEX file
3232
* Created by samkent on 07/11/2017.
33+
*
34+
* (c) 2017 - 2021, Micro:bit Educational Foundation and contributors
35+
*
36+
* SPDX-License-Identifier: MIT
3337
*/
3438

3539
// A service that interacts with the BLE device via the Android BLE API.

0 commit comments

Comments
 (0)