From 2a3e9caa9038bfde77e28219d9cf20491569db0f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 7 Jun 2020 21:13:12 -0500 Subject: [PATCH] Add some missing license headers --- src/actions/index.ts | 3 +++ src/sagas/mpy.test.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/actions/index.ts b/src/actions/index.ts index f117fa73..24a42d6b 100644 --- a/src/actions/index.ts +++ b/src/actions/index.ts @@ -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'; diff --git a/src/sagas/mpy.test.ts b/src/sagas/mpy.test.ts index 7056509c..64908a6c 100644 --- a/src/sagas/mpy.test.ts +++ b/src/sagas/mpy.test.ts @@ -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 {