aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.js')
-rw-r--r--editor/editor.js3
1 files changed, 3 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 () {