Skip to content

Commit

Permalink
chore : Cleanup duplicate license in files after license-maven-plugin…
Browse files Browse the repository at this point in the history
… upgrade

Related to #5483

After bulk update of license headers due to minor change in license
header format, some files got license header duplicated due to wrong
positioning of license header earlier.

Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia authored and manusa committed Feb 13, 2024
1 parent 25ecf84 commit e18b463
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
15 changes: 0 additions & 15 deletions chaos-tests/src/test/java/ChaosIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@
* limitations under the License.
*/

/**
* 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.
*/
import io.fabric8.junit.jupiter.api.KubernetesTest;
import io.fabric8.junit.jupiter.api.LoadKubernetesManifests;
import io.fabric8.kubernetes.api.model.EnvVarBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
*/
package io.fabric8.kubernetes.client.dsl;

/**
* 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.
*/

import io.fabric8.kubernetes.api.model.autoscaling.v1.Scale;

public interface Scalable<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* 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.kubernetes.examples;

import io.fabric8.kubernetes.api.model.NodeSelectorRequirementBuilder;
Expand Down

0 comments on commit e18b463

Please sign in to comment.