diff options
Diffstat (limited to 'editor/editor.ts')
| -rw-r--r-- | editor/editor.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
