Skip to content

Commit

Permalink
Remove OpenJS foundation for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Apr 2, 2024
1 parent 602308d commit 93d84ec
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) OpenJS Foundation and contributors, https://openjsf.org
Copyright (c) Daniel Kuschny (Danielku15) and contributors.
Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ This is the Mocha extension for VS Code enabling developers to run and debug tes
## Credits

This project started as a fork of the `Extension Test Runner` and `Command-line runner for VS Code tests` developed by Microsoft and then was adapted to work with Mocha directly.
The main credits of this extension go over to the folks at Microsoft (and their contributors) and without them it would have been
a lot more effort to ship a Mocha test runner for VS Code.
The main credits of this extension go over to the folks at Microsoft (and their contributors) and without them it would have been a lot more effort to ship a Mocha test runner for VS Code.

- https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner
- https://github.com/microsoft/vscode-extension-test-runner
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mocha-vscode",
"displayName": "Mocha Test Runner",
"description": "Run and debug Mocha tests right within VS Code.",
"publisher": "mocha",
"publisher": "danielku15",
"version": "1.0.0",
"icon": "icon.png",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/configValue.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/configurationFile.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/disposable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/extract/evaluate.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/extract/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/extract/syntax.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/extract/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/iterable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/outputQueue.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/reporter/fullJsonStreamReporter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/reporter/fullJsonStreamReporterTypes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/runner.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/source-map-store.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/source-map.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/integration/simple.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/integration/source-mapped.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/integration/typescript.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/unit/extract/evaluate-typescript.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/unit/extract/evaluate.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/unit/extract/syntax.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/test/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion src/typings/acorn-loose.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*---------------------------------------------------------
* Copyright (C) OpenJS Foundation and contributors, https://openjsf.org
* Copyright (C) Daniel Kuschny (Danielku15) and contributors.
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/

Expand Down

0 comments on commit 93d84ec

Please sign in to comment.