Skip to content

Commit

Permalink
添加版权信息
Browse files Browse the repository at this point in the history
  • Loading branch information
free-yenyuan committed Jun 15, 2021
1 parent cfaac32 commit 2b0580a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Lilith Games, Avatar Team.
* Licensed under the MIT License.
*--------------------------------------------------------------------------------------------*/

'use strict';

import * as vscode from 'vscode';
Expand Down
6 changes: 6 additions & 0 deletions src/fileExplorer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Lilith Games, Avatar Team.
* Licensed under the MIT License.
* @author Yuancheng Zhang, Yen Yuan
*--------------------------------------------------------------------------------------------*/

import * as vscode from 'vscode';
import * as path from 'path';
import * as fs from 'fs';
Expand Down

0 comments on commit 2b0580a

Please sign in to comment.