Skip to content

Commit 24a3b33

Browse files
committed
Remove duplicate license header
1 parent 75c1b63 commit 24a3b33

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/json.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
/*---------------------------------------------------------------------------------------------
7-
* Copyright (c) Microsoft Corporation. All rights reserved.
8-
* Licensed under the MIT License. See License.txt in the project root for license information.
9-
*--------------------------------------------------------------------------------------------*/
10-
116
const enum CharCode {
127
asterisk = 0x2a, // *
138
backSlash = 0x5c, // \

0 commit comments

Comments
 (0)