Skip to content

Commit d009f12

Browse files
committed
use our own license
1 parent 01c6606 commit d009f12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repository contains the code for the following npm modules:
1616

1717
## License
1818

19-
[MIT](https://github.com/microsoft/vscode-languageserver-node/blob/master/License.txt)
19+
[MIT](https://github.com/microsoft/vscode-debugadapter-node/blob/main/License.txt)
2020

2121
===
2222

adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Npm module to implement a VS Code debug adapter using [Node.js](https://nodejs.o
77

88
## License
99

10-
[MIT](https://github.com/microsoft/vscode-languageserver-node/blob/master/License.txt)
10+
[MIT](https://github.com/microsoft/vscode-debugadapter-node/blob/main/License.txt)

protocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ As of August 2018 the change history of the Debug Adapter Protocol lives on the
1212

1313
## License
1414

15-
[MIT](https://github.com/microsoft/vscode-languageserver-node/blob/master/License.txt)
15+
[MIT](https://github.com/microsoft/vscode-debugadapter-node/blob/main/License.txt)

testSupport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ test('should stop on a breakpoint', () => {
4444

4545
## License
4646

47-
[MIT](https://github.com/microsoft/vscode-languageserver-node/blob/master/License.txt)
47+
[MIT](https://github.com/microsoft/vscode-debugadapter-node/blob/main/License.txt)

0 commit comments

Comments
 (0)