From d367a2e080570ebe667ab54da319264b1f9bc057 Mon Sep 17 00:00:00 2001 From: grokspawn Date: Fri, 13 Feb 2026 09:53:49 -0600 Subject: [PATCH] remove incompatible licensing statements Signed-off-by: grokspawn --- .../apis/operators/v1/model_name.go | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pkg/package-server/apis/operators/v1/model_name.go b/pkg/package-server/apis/operators/v1/model_name.go index dd512de9ef..8e42d8ec34 100644 --- a/pkg/package-server/apis/operators/v1/model_name.go +++ b/pkg/package-server/apis/operators/v1/model_name.go @@ -1,19 +1,3 @@ -/* -Copyright Red Hat, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -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 v1 // OpenAPIModelName returns the OpenAPI model name for this type.