Update the script that is responsible for copyright checks 65/140665/1
authorhalil.cakal <halil.cakal@est.tech>
Mon, 7 Apr 2025 16:26:59 +0000 (17:26 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Tue, 8 Apr 2025 14:32:38 +0000 (15:32 +0100)
- 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 <halil.cakal@est.tech>
checkstyle/src/main/resources/project-committers-config.csv
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/inventory/sync/lcm/LcmEventsCmHandleStateHandler.java

index 85ee43b..134975f 100644 (file)
@@ -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
index 69409bb..887d010 100644 (file)
@@ -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<YangModelCmHandle> yangModelCmHandles);
 }