Add some missing license headers

This commit is contained in:
David Lechner
2020-06-07 21:39:58 -05:00
committed by David Lechner
parent 0940226a4d
commit 2a3e9caa90
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2020 The Pybricks Authors
import { Dispatch as ReduxDispatch } from 'redux';
import { BLEAction, BLEConnectAction, BLEDataAction } from './ble';
import { EditorAction } from './editor';