diff --git a/LICENSE b/LICENSE index f9a80c2..b8e5a1c 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 1e1de4b..77e2f3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ba7d899..e7a192e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/configValue.ts b/src/configValue.ts index 0ba5952..7d1578b 100644 --- a/src/configValue.ts +++ b/src/configValue.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/configurationFile.ts b/src/configurationFile.ts index 81df66a..557bc76 100644 --- a/src/configurationFile.ts +++ b/src/configurationFile.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/constants.ts b/src/constants.ts index 7d75cf5..301da2e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/controller.ts b/src/controller.ts index 975d9f0..a45ed7f 100644 --- a/src/controller.ts +++ b/src/controller.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/disposable.ts b/src/disposable.ts index e87bb3a..87d2eb7 100644 --- a/src/disposable.ts +++ b/src/disposable.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/errors.ts b/src/errors.ts index 6e826bb..5259e9d 100644 --- a/src/errors.ts +++ b/src/errors.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/extension.ts b/src/extension.ts index 731a131..5e30ec3 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/extract/evaluate.ts b/src/extract/evaluate.ts index 6a0dcd7..ba4db2d 100644 --- a/src/extract/evaluate.ts +++ b/src/extract/evaluate.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/extract/index.ts b/src/extract/index.ts index fd87bd8..3567495 100644 --- a/src/extract/index.ts +++ b/src/extract/index.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/extract/syntax.ts b/src/extract/syntax.ts index 71b5529..5f045d5 100644 --- a/src/extract/syntax.ts +++ b/src/extract/syntax.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/extract/types.ts b/src/extract/types.ts index b3ac031..0299527 100644 --- a/src/extract/types.ts +++ b/src/extract/types.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/iterable.ts b/src/iterable.ts index fcedb8e..701f8cd 100644 --- a/src/iterable.ts +++ b/src/iterable.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/metadata.ts b/src/metadata.ts index 6108c2f..bbe3905 100644 --- a/src/metadata.ts +++ b/src/metadata.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/outputQueue.ts b/src/outputQueue.ts index e3efea2..c3792c3 100644 --- a/src/outputQueue.ts +++ b/src/outputQueue.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/reporter/fullJsonStreamReporter.ts b/src/reporter/fullJsonStreamReporter.ts index c6f81c0..733ff63 100644 --- a/src/reporter/fullJsonStreamReporter.ts +++ b/src/reporter/fullJsonStreamReporter.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/reporter/fullJsonStreamReporterTypes.ts b/src/reporter/fullJsonStreamReporterTypes.ts index 99a2c57..bc79567 100644 --- a/src/reporter/fullJsonStreamReporterTypes.ts +++ b/src/reporter/fullJsonStreamReporterTypes.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/runner.ts b/src/runner.ts index cf79209..769197e 100644 --- a/src/runner.ts +++ b/src/runner.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/source-map-store.ts b/src/source-map-store.ts index 42a1b71..4277427 100644 --- a/src/source-map-store.ts +++ b/src/source-map-store.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/source-map.ts b/src/source-map.ts index e1f32e5..5ebf112 100644 --- a/src/source-map.ts +++ b/src/source-map.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/integration/simple.test.ts b/src/test/integration/simple.test.ts index da9ea53..8d084fd 100644 --- a/src/test/integration/simple.test.ts +++ b/src/test/integration/simple.test.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/integration/source-mapped.test.ts b/src/test/integration/source-mapped.test.ts index 8d34ed9..4ab0008 100644 --- a/src/test/integration/source-mapped.test.ts +++ b/src/test/integration/source-mapped.test.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/integration/typescript.test.ts b/src/test/integration/typescript.test.ts index c8924ba..58810fd 100644 --- a/src/test/integration/typescript.test.ts +++ b/src/test/integration/typescript.test.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/unit/extract/evaluate-typescript.test.ts b/src/test/unit/extract/evaluate-typescript.test.ts index 0ae4a60..24df63d 100644 --- a/src/test/unit/extract/evaluate-typescript.test.ts +++ b/src/test/unit/extract/evaluate-typescript.test.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/unit/extract/evaluate.test.ts b/src/test/unit/extract/evaluate.test.ts index d6a2afa..9b9ccc9 100644 --- a/src/test/unit/extract/evaluate.test.ts +++ b/src/test/unit/extract/evaluate.test.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/unit/extract/syntax.test.ts b/src/test/unit/extract/syntax.test.ts index 661e138..2a9bd70 100644 --- a/src/test/unit/extract/syntax.test.ts +++ b/src/test/unit/extract/syntax.test.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/test/util.ts b/src/test/util.ts index e00507a..1c5d96e 100644 --- a/src/test/util.ts +++ b/src/test/util.ts @@ -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. *--------------------------------------------------------*/ diff --git a/src/typings/acorn-loose.d.ts b/src/typings/acorn-loose.d.ts index 1b097b2..c4a8c10 100644 --- a/src/typings/acorn-loose.d.ts +++ b/src/typings/acorn-loose.d.ts @@ -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. *--------------------------------------------------------*/