Skip to content

Commit 9e71afb

Browse files
committed
fix: r
Signed-off-by: ashing <axingfly@gmail.com>
1 parent 3727d6e commit 9e71afb

File tree

5 files changed

+56
-71
lines changed

5 files changed

+56
-71
lines changed

api/adc/zz_generated.deepcopy.go

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v2/zz_generated.deepcopy.go

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hack/boilerplate.go.txt

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*
2-
Copyright 2024.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
*/
1+
// Licensed to the Apache Software Foundation (ASF) under one or more
2+
// contributor license agreements. See the NOTICE file distributed with
3+
// this work for additional information regarding copyright ownership.
4+
// The ASF licenses this file to You under the Apache License, Version 2.0
5+
// (the "License"); you may not use this file except in compliance with
6+
// the License. You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.

test/conformance/apisix/suite_test.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// Licensed under the Apache License, Version 2.0 (the "License");
19-
// you may not use this file except in compliance with the License.
20-
// You may obtain a copy of the License at
21-
//
22-
// http://www.apache.org/licenses/LICENSE-2.0
23-
//
24-
// Unless required by applicable law or agreed to in writing, software
25-
// distributed under the License is distributed on an "AS IS" BASIS,
26-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27-
// See the License for the specific language governing permissions and
28-
// limitations under the License.
2918
package conformance
3019

3120
import (

0 commit comments

Comments
 (0)