Add copyright header to saving.ts

This commit is contained in:
Henrik Giesel 2021-08-08 00:46:17 +02:00
parent 09819d4e7d
commit b6bea18b22

View file

@ -1,3 +1,6 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import type { EditingArea } from "./editing-area"; import type { EditingArea } from "./editing-area";
import { ChangeTimer } from "./change-timer"; import { ChangeTimer } from "./change-timer";