mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
Add some missing license headers
This commit is contained in:
committed by
David Lechner
parent
0940226a4d
commit
2a3e9caa90
@@ -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';
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020 The Pybricks Authors
|
||||
|
||||
import { runSaga, stdChannel } from 'redux-saga';
|
||||
import { Action } from '../actions';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user