From: halil.cakal Date: Mon, 7 Apr 2025 16:26:59 +0000 (+0100) Subject: Update the script that is responsible for copyright checks X-Git-Tag: 3.6.2~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4852ee7e3771ec3f1f81984e170b8e3d986dcc94;p=cps.git Update the script that is responsible for copyright checks - Since no more Nordix Foundation license header must be present in the codes, the script should look for OpenInfra Foundation Europe - As an example LcmEventsCmHandleStateHandler.java has been modified and there is no issue reported Issue-ID: CPS-2754 Change-Id: I4f251328649916fc482756ec94302b426e224e3b Signed-off-by: halil.cakal --- diff --git a/checkstyle/src/main/resources/project-committers-config.csv b/checkstyle/src/main/resources/project-committers-config.csv index 85ee43bdab..134975f4d5 100644 --- a/checkstyle/src/main/resources/project-committers-config.csv +++ b/checkstyle/src/main/resources/project-committers-config.csv @@ -1,3 +1,3 @@ email,signature -@est.tech,Nordix Foundation +@est.tech,OpenInfra Foundation Europe @bell.ca,Bell Canada \ No newline at end of file diff --git a/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/inventory/sync/lcm/LcmEventsCmHandleStateHandler.java b/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/inventory/sync/lcm/LcmEventsCmHandleStateHandler.java index 69409bbbca..887d0100a1 100644 --- a/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/inventory/sync/lcm/LcmEventsCmHandleStateHandler.java +++ b/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/inventory/sync/lcm/LcmEventsCmHandleStateHandler.java @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================= - * Copyright (C) 2022-2024 Nordix Foundation + * Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ public interface LcmEventsCmHandleStateHandler { /** * Sets the initial state of cmHandles to ADVISED. * - * @param yangModelCmHandles List of Yang Model Cm Handle. + * @param yangModelCmHandles List of Yang Model Cm Handles. */ void initiateStateAdvised(Collection yangModelCmHandles); }