From 9e1c7ea8d5d498be5a7cf346ff3663b57542eb93 Mon Sep 17 00:00:00 2001 From: Andrew P Maney Date: Mon, 9 Mar 2020 10:20:59 -0700 Subject: [PATCH] Tasks: adds license --- src/components/Tasks/QuickAdd.tsx | 3 +++ src/components/Tasks/TaskListItem.tsx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/components/Tasks/QuickAdd.tsx b/src/components/Tasks/QuickAdd.tsx index 72c5eee..b663198 100644 --- a/src/components/Tasks/QuickAdd.tsx +++ b/src/components/Tasks/QuickAdd.tsx @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: © 2017 EteSync Authors +// SPDX-License-Identifier: AGPL-3.0-only + import * as React from 'react'; import * as EteSync from 'etesync'; diff --git a/src/components/Tasks/TaskListItem.tsx b/src/components/Tasks/TaskListItem.tsx index 5cba101..6655929 100644 --- a/src/components/Tasks/TaskListItem.tsx +++ b/src/components/Tasks/TaskListItem.tsx @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: © 2017 EteSync Authors +// SPDX-License-Identifier: AGPL-3.0-only + import * as React from 'react'; import { TaskType } from '../../pim-types';