Adding scope of RICPlatform that are under Apache License
[ric-plt/rtmgr.git] / pkg / sbi / nngpush.go
index 1f062d3..6e3e225 100644 (file)
    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.
+
+   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+   platform project (RICP).
+
 ==================================================================================
 */
 /*
@@ -26,11 +30,12 @@ package sbi
 
 import (
        "errors"
+       "routing-manager/pkg/rtmgr"
+       "strconv"
+
        "nanomsg.org/go/mangos/v2"
        "nanomsg.org/go/mangos/v2/protocol/push"
        _ "nanomsg.org/go/mangos/v2/transport/all"
-       "routing-manager/pkg/rtmgr"
-       "strconv"
 )
 
 type NngPush struct {