aboutsummaryrefslogtreecommitdiff
path: root/vfs/vfs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/vfs.ts')
-rw-r--r--vfs/vfs.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/vfs/vfs.ts b/vfs/vfs.ts
index 7219c3a..f23f585 100644
--- a/vfs/vfs.ts
+++ b/vfs/vfs.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.
+
export interface IVfsNode {
name: string
path: string