From a3490194713f98678a7c33d7c27e55c416514588 Mon Sep 17 00:00:00 2001 From: Shamiul Mowla Date: Mon, 11 Nov 2024 14:06:03 -0500 Subject: [PATCH] Click Collection Configuration Validation. --- .../validateClickCollectionConfig.js | 11 +++++++++++ test/functional/specs/Data Collector/C81184.js | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/components/ActivityCollector/validateClickCollectionConfig.js b/src/components/ActivityCollector/validateClickCollectionConfig.js index e8b153207..8c7d29101 100644 --- a/src/components/ActivityCollector/validateClickCollectionConfig.js +++ b/src/components/ActivityCollector/validateClickCollectionConfig.js @@ -1,3 +1,14 @@ +/* +Copyright 2024 Adobe. All rights reserved. +This file is licensed 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 REPRESENTATIONS +OF ANY KIND, either express or implied. See the License for the specific language +governing permissions and limitations under the License. +*/ // src/components/ActivityCollector/validateClickCollectionConfig.js /* Copyright 2024 Adobe. All rights reserved. diff --git a/test/functional/specs/Data Collector/C81184.js b/test/functional/specs/Data Collector/C81184.js index 574fb568f..a45d3986f 100644 --- a/test/functional/specs/Data Collector/C81184.js +++ b/test/functional/specs/Data Collector/C81184.js @@ -1,3 +1,14 @@ +/* +Copyright 2024 Adobe. All rights reserved. +This file is licensed 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 REPRESENTATIONS +OF ANY KIND, either express or implied. See the License for the specific language +governing permissions and limitations under the License. +*/ // test/functional/specs/Data Collector/C81184.js /* Copyright 2023 Adobe. All rights reserved.