From af8777b6c7b1777de3803aa4ce74c79aa137bff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Str=C3=A4hle?= Date: Sat, 9 Mar 2024 23:40:38 +0100 Subject: [PATCH] Add license headers to SortCustomResourceDefinitionDecorators --- ...tCustomResourceDefinitionVersionDecorator.java | 15 +++++++++++++++ ...tCustomResourceDefinitionVersionDecorator.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1/decorator/SortCustomResourceDefinitionVersionDecorator.java b/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1/decorator/SortCustomResourceDefinitionVersionDecorator.java index 06d025a83f4..f24e5f0fd28 100644 --- a/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1/decorator/SortCustomResourceDefinitionVersionDecorator.java +++ b/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1/decorator/SortCustomResourceDefinitionVersionDecorator.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2015 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 io.fabric8.crd.generator.v1.decorator; import io.fabric8.crd.generator.decorator.Decorator; diff --git a/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1beta1/decorator/SortCustomResourceDefinitionVersionDecorator.java b/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1beta1/decorator/SortCustomResourceDefinitionVersionDecorator.java index 80ec25317ce..c342c60ba62 100644 --- a/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1beta1/decorator/SortCustomResourceDefinitionVersionDecorator.java +++ b/crd-generator/api/src/main/java/io/fabric8/crd/generator/v1beta1/decorator/SortCustomResourceDefinitionVersionDecorator.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2015 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 io.fabric8.crd.generator.v1beta1.decorator; import io.fabric8.crd.generator.decorator.Decorator;