2
2
- paths :
3
3
- " **/*.go"
4
4
paths-ignore :
5
- - " **/ agent/**"
6
- - " **/ admin/**"
5
+ - " agent/**"
6
+ - " admin/**"
7
7
- " **/mock_*"
8
8
- " **/*.pb.go"
9
9
- " **/*.pb.gw.go"
@@ -12,62 +12,23 @@ header:
12
12
- " **/json/client/**"
13
13
- " **/amclient/**"
14
14
- " **/ammodels/**"
15
- - " qan-api2/migrations/"
15
+ - " qan-api2/migrations/** "
16
16
- " managed/services/dbaas/kubernetes/client/kubeclient_interface.go"
17
17
- " managed/services/dbaas/olm/operator_service_interface.go"
18
18
- " managed/services/dbaas/kubernetes/operator_service_interface.go"
19
19
license :
20
- spdx-id : AGPL-3.0
21
- content : |
22
- // Copyright (C) 2019 Percona LLC
23
- //
24
- // This program is free software: you can redistribute it and/or modify
25
- // it under the terms of the GNU Affero General Public License as published by
26
- // the Free Software Foundation, either version 3 of the License, or
27
- // (at your option) any later version.
28
- //
29
- // This program is distributed in the hope that it will be useful,
30
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
31
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32
- // GNU Affero General Public License for more details.
33
- //
34
- // You should have received a copy of the GNU Affero General Public License
35
- // along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ spdx-id : AGPL-3.0-or-later
21
+ copyright-owner : Percona LLC
22
+ copyright-year : 2023
36
23
37
24
- paths :
38
- - " ./ agent/**/*.go"
39
- - " ./ admin/**/.go"
25
+ - " agent/**/*.go"
26
+ - " admin/**/* .go"
40
27
paths-ignore :
41
28
- " **/*_reform.go"
42
29
- " **/mock_*"
43
30
- " **/json/client/**"
44
31
license :
45
- content : |
46
- // Copyright (C) 2019 Percona LLC
47
- //
48
- // Licensed under the Apache License, Version 2.0 (the "License");
49
- // you may not use this file except in compliance with the License.
50
- // You may obtain a copy of the License at
51
- //
52
- // http://www.apache.org/licenses/LICENSE-2.0
53
- //
54
- // Unless required by applicable law or agreed to in writing, software
55
- // distributed under the License is distributed on an "AS IS" BASIS,
56
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57
- // See the License for the specific language governing permissions and
58
- // limitations under the License.
59
-
60
- pattern : |
61
- // Copyright \(C\) 20\d{2} Percona LLC
62
- //
63
- // Licensed under the Apache License, Version 2.0 \(the "License"\);
64
- // you may not use this file except in compliance with the License.
65
- // You may obtain a copy of the License at
66
- //
67
- // http://www.apache.org/licenses/LICENSE-2.0
68
- //
69
- // Unless required by applicable law or agreed to in writing, software
70
- // distributed under the License is distributed on an "AS IS" BASIS,
71
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
72
- // See the License for the specific language governing permissions and
73
- // limitations under the License.
32
+ spdx-id : Apache-2.0
33
+ copyright-owner : Percona LLC
34
+ copyright-year : 2023
0 commit comments