aboutsummaryrefslogtreecommitdiff
path: root/editor/example.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editor/example.ts')
-rw-r--r--editor/example.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/example.ts b/editor/example.ts
index f953f06..4cca24d 100644
--- a/editor/example.ts
+++ b/editor/example.ts
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
import { WuiEditor, WuiEditorOptions } from "./editor.js"
import { WuiVfsNodeInterface } from "../vfs/vfs.js"