Copy latest code to master
[ric-plt/resource-status-manager.git] / RSM / rsmerrors / invalid_json_error.go
index 38a9d69..36fb202 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.
-//
 
-package rsmerrors
+//  This source code is part of the near-RT RIC (RAN Intelligent Controller)
+//  platform project (RICP).
 
 
+package rsmerrors
+
 type InvalidJsonError struct {
        *BaseError
 }
@@ -34,4 +36,3 @@ func NewInvalidJsonError() *InvalidJsonError {
 func (e *InvalidJsonError) Error() string {
        return e.Message
 }
-