mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Add copyright header to saving.ts
This commit is contained in:
parent
09819d4e7d
commit
b6bea18b22
1 changed files with 3 additions and 0 deletions
|
@ -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 { ChangeTimer } from "./change-timer";
|
||||
|
|
Loading…
Reference in a new issue