From f847e9cb09c39651c90aeb4fb8cf0354fb108014 Mon Sep 17 00:00:00 2001 From: Elaine Mattos Date: Tue, 22 Oct 2024 11:51:31 +0200 Subject: [PATCH] fix: remove improper license Signed-off-by: ElaineDeMattosSilvaB --- .../scaffolder-node/src/actions/executeShellCommand.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/scaffolder-node/src/actions/executeShellCommand.test.ts b/plugins/scaffolder-node/src/actions/executeShellCommand.test.ts index aa60f31df4..67951f915c 100644 --- a/plugins/scaffolder-node/src/actions/executeShellCommand.test.ts +++ b/plugins/scaffolder-node/src/actions/executeShellCommand.test.ts @@ -13,10 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -// Copyright 2024 DB Systel GmbH -// Licensed under the DBISL, see the accompanying file LICENSE. - import { LoggerService } from '@backstage/backend-plugin-api'; import { spawn } from 'child_process'; import { PassThrough, Writable } from 'stream';