- 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>
email,signature
-@est.tech,Nordix Foundation
+@est.tech,OpenInfra Foundation Europe
@bell.ca,Bell Canada
\ No newline at end of file
/*
* ============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.
/**
* 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);
}