From 6d0d9cdc298af35f1a5b23cf53002b72a7349474 Mon Sep 17 00:00:00 2001 From: Marcelfrueh <78954450+Marcelfrueh@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:43:21 +0200 Subject: [PATCH] Add license header --- .../tests/configuration/labels/general.spec.ts | 18 ++++++++++++++++++ .../tests/configuration/labels/labels.spec.ts | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/ui/cypress/tests/configuration/labels/general.spec.ts b/ui/cypress/tests/configuration/labels/general.spec.ts index 274e57401b..46162c7080 100644 --- a/ui/cypress/tests/configuration/labels/general.spec.ts +++ b/ui/cypress/tests/configuration/labels/general.spec.ts @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + describe('Change basic settings', () => { beforeEach('Setup Test', () => { cy.initStreamPipesTest(); diff --git a/ui/cypress/tests/configuration/labels/labels.spec.ts b/ui/cypress/tests/configuration/labels/labels.spec.ts index d2f716473a..703085ef7e 100644 --- a/ui/cypress/tests/configuration/labels/labels.spec.ts +++ b/ui/cypress/tests/configuration/labels/labels.spec.ts @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + describe('Add and Delete Label', () => { beforeEach('Setup Test', () => { cy.initStreamPipesTest();