aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.ts
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-03-15 00:58:01 +0700
committerShulhan <ms@kilabit.info>2022-03-15 00:58:01 +0700
commit3aad4d9316e9011d4d55c877b4ee0689e682091d (patch)
treeb08574f0192a9a9305a33780d549aa2bb1a59813 /editor/editor.ts
parentd1190967d63f7a6fa33c057467eb5b944155d8be (diff)
downloadpakakeh.ts-3aad4d9316e9011d4d55c877b4ee0689e682091d.tar.xz
all: re-licensing wui under GPL 3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'editor/editor.ts')
-rw-r--r--editor/editor.ts5
1 files changed, 2 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"