Add header missing license header
[ric-plt/resource-status-manager.git] / RSM / rsmerrors / header_validation_error.go
index f3903f1..75e61f9 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).
+
 
 package rsmerrors
 
@@ -22,9 +25,9 @@ type HeaderValidationError struct {
 }
 
 func NewHeaderValidationError() *HeaderValidationError {
-       return &HeaderValidationError {
+       return &HeaderValidationError{
                &BaseError{
-                       Code: 415,
+                       Code:    415,
                        Message: "Header validation error",
                },
        }