From d85c4ae7c06f1daa4ec8f3ea43b5f4fdd5a3a8d0 Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Wed, 15 Feb 2023 15:27:09 +0100 Subject: [PATCH] Add notice to test files Signed-off-by: Jonathan Mezach --- plugins/octopus-deploy/src/plugin.test.ts | 15 +++++++++++++++ plugins/octopus-deploy/src/setupTests.ts | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/plugins/octopus-deploy/src/plugin.test.ts b/plugins/octopus-deploy/src/plugin.test.ts index ec8e3f260d..a18e74f689 100644 --- a/plugins/octopus-deploy/src/plugin.test.ts +++ b/plugins/octopus-deploy/src/plugin.test.ts @@ -1,3 +1,18 @@ +/* + * Copyright 2023 The Backstage Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { octopusDeployPlugin } from './plugin'; describe('octopus-deploy', () => { diff --git a/plugins/octopus-deploy/src/setupTests.ts b/plugins/octopus-deploy/src/setupTests.ts index 48c09b5346..73dd8dce47 100644 --- a/plugins/octopus-deploy/src/setupTests.ts +++ b/plugins/octopus-deploy/src/setupTests.ts @@ -1,2 +1,17 @@ +/* + * Copyright 2023 The Backstage Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import '@testing-library/jest-dom'; import 'cross-fetch/polyfill';