aboutsummaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/editor.ts5
-rw-r--r--editor/example.ts3
-rw-r--r--editor/index.html2
3 files changed, 7 insertions, 3 deletions
diff --git a/editor/editor.ts b/editor/editor.ts
index 919b425..7a4fda8 100644
--- a/editor/editor.ts
+++ b/editor/editor.ts
@@ -1,6 +1,5 @@
-// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
import { WuiVfsNodeInterface } from "../vfs/vfs"
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"
diff --git a/editor/index.html b/editor/index.html
index 53947a7..46f5441 100644
--- a/editor/index.html
+++ b/editor/index.html
@@ -1,4 +1,6 @@
<!DOCTYPE html>
+<!-- SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> -->
+<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<html>
<head>
<meta charset="UTF-8" />