X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pm-file-converter%2Fmain.go;fp=pm-file-converter%2Fmain.go;h=00289512341a84bd0e4b16a1a26016b51bf084f1;hb=c6e2de2842d688e9086f01aff56b786369273ad5;hp=38de97d8fd71e9c37c7d8439970d7bdc9c9357ce;hpb=b0884717d5524c69abb69f6267e78ac4cd132910;p=nonrtric%2Fplt%2Franpm.git diff --git a/pm-file-converter/main.go b/pm-file-converter/main.go index 38de97d..0028951 100644 --- a/pm-file-converter/main.go +++ b/pm-file-converter/main.go @@ -3,7 +3,8 @@ // ========================LICENSE_START================================= // O-RAN-SC // %% -// Copyright (C) 2023: Nordix Foundation +// Copyright (C) 2023: Nordix Foundation. All rights reserved. +// Copyright (C) 2023 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. @@ -21,8 +22,6 @@ package main import ( "fmt" - jsoniter "github.com/json-iterator/go" - log "github.com/sirupsen/logrus" "main/common/dataTypes" "main/common/utils" "main/components/kafkacollector" @@ -33,6 +32,9 @@ import ( "sync" "syscall" "time" + + jsoniter "github.com/json-iterator/go" + log "github.com/sirupsen/logrus" ) var ics_server = os.Getenv("ICS")