1
+ # Copyright 2024 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ unrestricted_licenses :
16
+ - Apache-2.0
17
+ - MIT
18
+ - BSD-3-Clause
19
+ - BSD-2-Clause
20
+ - 0BSD
21
+
22
+ reciprocal_licenses :
23
+ - MPL-2.0
24
+ - MPL-2.0-no-copyleft-exception
25
+
26
+ allowlisted_modules :
27
+ # MIT: https://github.com/ghodss/yaml/blob/master/LICENSE
28
+ - github.com/ghodss/yaml
29
+ # BSD: https://github.com/gogo/protobuf/blob/master/LICENSE
30
+ - github.com/gogo/protobuf
31
+ # Apache 2.0
32
+ - github.com/spf13/cobra
33
+ # MIT: https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE
34
+ - sigs.k8s.io/yaml
35
+ - github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp
36
+ # MIT: https://github.com/go-errors/errors/blob/master/LICENSE.MIT
37
+ - github.com/go-errors/errors
38
+ # Apache 2.0 for repo and third_party is BSD-3-Clause
39
+ - github.com/google/pprof
40
+ # Apache 2.0: https://github.com/apparentlymart/go-textseg/blob/5b41aa275ccaac4ccaa91729a8ee92e7eac9c728/LICENSE
41
+ - github.com/apparentlymart/go-textseg/v13
0 commit comments