diff --git a/src/components/Tasks/QuickAdd.tsx b/src/components/Tasks/QuickAdd.tsx index 9fe3122..f15b6a2 100644 --- a/src/components/Tasks/QuickAdd.tsx +++ b/src/components/Tasks/QuickAdd.tsx @@ -1,6 +1,3 @@ -// 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 6655929..5cba101 100644 --- a/src/components/Tasks/TaskListItem.tsx +++ b/src/components/Tasks/TaskListItem.tsx @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: © 2017 EteSync Authors -// SPDX-License-Identifier: AGPL-3.0-only - import * as React from 'react'; import { TaskType } from '../../pim-types';