github.com/banzaicloud/operator-tools@v0.28.10/.licensei.toml (about) 1 approved = [ 2 "mit", 3 "apache-2.0", 4 "bsd-3-clause", 5 "bsd-2-clause", 6 "mpl-2.0", 7 ] 8 9 ignored = [ 10 "github.com/aliyun/aliyun-oss-go-sdk", 11 "github.com/ghodss/yaml", 12 "sigs.k8s.io/yaml", # Forked from above 13 "github.com/gogo/protobuf", 14 "github.com/golang/protobuf", 15 "google.golang.org/protobuf", 16 "github.com/stretchr/testify", 17 "github.com/fatih/structtag", # BSD-3 18 "github.com/samuel/go-thrift", # BSD-3 19 "gopkg.in/fsnotify.v1", # BSD-3 20 "github.com/uber-go/tally", # MIT 21 "github.com/russross/blackfriday", # BSD 22 23 "github.com/xeipuuv/gojsonpointer", # Apache2 24 "github.com/xeipuuv/gojsonreference", # Apache2 25 "github.com/xeipuuv/gojsonschema", # Apache2 26 27 "github.com/davecgh/go-spew", # ISC license 28 "github.com/oracle/oci-go-sdk", # UPL-1.0 29 30 # Unsupported VCS 31 "cloud.google.com/go", 32 "google.golang.org/api", 33 ] 34 35 [header] 36 ignorePaths = ["vendor", "client", ".gen"] 37 ignoreFiles = ["mock_*.go", "*_gen.go", "SecretStore_test.go"] 38 template = """// Copyright © :YEAR: Banzai Cloud 39 // 40 // Licensed under the Apache License, Version 2.0 (the "License"); 41 // you may not use this file except in compliance with the License. 42 // You may obtain a copy of the License at 43 // 44 // http://www.apache.org/licenses/LICENSE-2.0 45 // 46 // Unless required by applicable law or agreed to in writing, software 47 // distributed under the License is distributed on an "AS IS" BASIS, 48 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 49 // See the License for the specific language governing permissions and 50 // limitations under the License."""