File tree Expand file tree Collapse file tree 8 files changed +66
-20
lines changed Expand file tree Collapse file tree 8 files changed +66
-20
lines changed Original file line number Diff line number Diff line change 11repos :
2+ - repo : https://github.com/Lucas-C/pre-commit-hooks
3+ rev : v1.5.5
4+ hooks :
5+ - id : insert-license
6+ files : \.go$
7+ exclude : zz_generated\.deepcopy\.go$
8+ args :
9+ - --license-filepath
10+ - LICENSE
11+ - --comment-style
12+ - //
13+ - --use-current-year
14+ - --no-extra-eol
215 - repo : local
316 hooks :
417 - id : go-mod-tidy
Original file line number Diff line number Diff line change 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
1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
74//
85// http://www.apache.org/licenses/LICENSE-2.0
96//
Original file line number Diff line number Diff line change 1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
4+ //
5+ // http://www.apache.org/licenses/LICENSE-2.0
6+ //
7+ // Unless required by applicable law or agreed to in writing, software
8+ // distributed under the License is distributed on an "AS IS" BASIS,
9+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ // See the License for the specific language governing permissions and
11+ // limitations under the License.
112package cache
213
314import (
Original file line number Diff line number Diff line change 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
1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
74//
85// http://www.apache.org/licenses/LICENSE-2.0
96//
129// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310// See the License for the specific language governing permissions and
1411// limitations under the License.
15-
1612package cache
1713
1814import (
Original file line number Diff line number Diff line change 1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
4+ //
5+ // http://www.apache.org/licenses/LICENSE-2.0
6+ //
7+ // Unless required by applicable law or agreed to in writing, software
8+ // distributed under the License is distributed on an "AS IS" BASIS,
9+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ // See the License for the specific language governing permissions and
11+ // limitations under the License.
112package cache
213
314import (
Original file line number Diff line number Diff line change 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
1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
74//
85// http://www.apache.org/licenses/LICENSE-2.0
96//
129// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310// See the License for the specific language governing permissions and
1411// limitations under the License.
15-
1612package cache
1713
1814import (
Original file line number Diff line number Diff line change 1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
4+ //
5+ // http://www.apache.org/licenses/LICENSE-2.0
6+ //
7+ // Unless required by applicable law or agreed to in writing, software
8+ // distributed under the License is distributed on an "AS IS" BASIS,
9+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ // See the License for the specific language governing permissions and
11+ // limitations under the License.
112package adc
213
314import (
Original file line number Diff line number Diff line change 1+ // Licensed under the Apache License, Version 2.0 (the "License");
2+ // you may not use this file except in compliance with the License.
3+ // You may obtain a copy of the License at
4+ //
5+ // http://www.apache.org/licenses/LICENSE-2.0
6+ //
7+ // Unless required by applicable law or agreed to in writing, software
8+ // distributed under the License is distributed on an "AS IS" BASIS,
9+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ // See the License for the specific language governing permissions and
11+ // limitations under the License.
112package conformance
213
314import (
You can’t perform that action at this time.
0 commit comments