aboutsummaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-07-29 03:05:37 +0700
committerShulhan <ms@kilabit.info>2021-07-31 00:32:48 +0700
commit0350aef27165fc0aef4f9d50af46ae1119b4e79a (patch)
tree65aea41afeb533128b457be83b18aa2246103412 /editor
parent4dd3fdf6de4fd4f57a7465ed247007c64f830bd4 (diff)
downloadpakakeh.ts-0350aef27165fc0aef4f9d50af46ae1119b4e79a.tar.xz
all: add license file and headers
Diffstat (limited to 'editor')
-rw-r--r--editor/editor.js3
-rw-r--r--editor/editor.ts4
2 files changed, 7 insertions, 0 deletions
diff --git a/editor/editor.js b/editor/editor.js
index a1b5e7c..300f4dd 100644
--- a/editor/editor.js
+++ b/editor/editor.js
@@ -1,4 +1,7 @@
"use strict";
+// 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.
exports.__esModule = true;
exports.Editor = void 0;
var Editor = /** @class */ (function () {
diff --git a/editor/editor.ts b/editor/editor.ts
index 48e0e50..0ddd5db 100644
--- a/editor/editor.ts
+++ b/editor/editor.ts
@@ -1,3 +1,7 @@
+// 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.
+
import { IVfsNode, Response } from "../vfs/vfs"
export interface IEditor {