Skip to content

Commit 52d408f

Browse files
Correct extension's stated license
The wrong license had been added by mistake- use the correct one: MIT Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 3c40fec commit 52d408f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode-trace-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Trace Viewer for VSCode",
44
"description": "Viewer that permits visualizing traces and contained data, analyzed by a trace server, and provided over the Trace Server Protocol (TSP)",
55
"version": "0.1.0",
6-
"license": "EPL-2.0",
6+
"license": "MIT",
77
"engines": {
88
"vscode": "^1.52.0"
99
},

0 commit comments

Comments
 (0)